Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix innocuous issues with extension tagging #516

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

ThinkOpenly
Copy link
Contributor

  • The end statement for scattered enum extension misspelled extension.
  • end extensionEnabled was inadvertently dropped, and now been restored.

- The `end` statement for `scattered enum extension` misspelled `extension`.
- `end extensionEnabled` was inadvertently dropped, and now been restored.
@ThinkOpenly
Copy link
Contributor Author

These issues snuck into PR #506 .

Copy link
Collaborator

@Alasdair Alasdair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed the issue that let these slip past in the first place, so we should get this merged otherwise you'll now see:

Type error:
model/riscv_insts_end.sail:30.0-14:
30 |end extensions
   |^------------^
   | extensions is not a scattered definition, so it cannot be ended

Copy link

Test Results

712 tests  ±0   712 ✅ ±0   0s ⏱️ ±0s
  6 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 3758dc0. ± Comparison against base commit 6168768.

@Alasdair Alasdair merged commit b2030d4 into riscv:master Jul 23, 2024
2 checks passed
@ThinkOpenly ThinkOpenly deleted the fix-PR-506 branch August 6, 2024 15:45
billmcspadden-riscv pushed a commit to billmcspadden-riscv/sail-riscv that referenced this pull request Oct 1, 2024
- The `end` statement for `scattered enum extension` misspelled `extension`.
- `end extensionEnabled` was inadvertently dropped, and now been restored.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants