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

Concrete levels can include non-external atomic methods #21

Closed
jaylorch opened this issue Mar 25, 2021 · 0 comments · Fixed by #27
Closed

Concrete levels can include non-external atomic methods #21

jaylorch opened this issue Mar 25, 2021 · 0 comments · Fixed by #27
Labels
bug Something isn't working

Comments

@jaylorch
Copy link
Member

The concrete-level checker doesn't raise an error if the level contains an {:atomic} method that isn't {:extern}. But it should, since the compiler can't compile an {:atomic} method (at least, not so that its calls and returns are indeed nonyielding points).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant