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

Add github action to compile simulator. #1

Merged
merged 1 commit into from
Feb 10, 2023
Merged

Add github action to compile simulator. #1

merged 1 commit into from
Feb 10, 2023

Conversation

rmn30
Copy link
Collaborator

@rmn30 rmn30 commented Feb 10, 2023

No description provided.

@rmn30 rmn30 merged commit 640776d into main Feb 10, 2023
@rmn30 rmn30 deleted the github_action branch February 10, 2023 15:38
rmn30 pushed a commit that referenced this pull request Apr 6, 2023
Sail does not permit pattern matching on symbols except for constructors: instead it treats them as fresh variables matching a wildcard expression.
That means this match was totally broken and always returned true.
The only use of this function is in CJALR and the bug meant it was possible to jump to a capability that is not sealed with a sentry type.
We fix this by using guards as suggested by @bacam.
Fixes #1 .
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.

2 participants