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

Allow 'terminating' keyword with builtins #1688

Merged
merged 1 commit into from
Jan 4, 2023
Merged

Conversation

lukaszcz
Copy link
Collaborator

@lukaszcz lukaszcz commented Jan 3, 2023

Fixes #1685

@lukaszcz lukaszcz added this to the 0.3 milestone Jan 3, 2023
@lukaszcz lukaszcz self-assigned this Jan 3, 2023
@lukaszcz lukaszcz force-pushed the terminating-builtins branch from 33271fb to 4aa22a3 Compare January 3, 2023 20:28
@lukaszcz lukaszcz mentioned this pull request Jan 3, 2023
@jonaprieto jonaprieto merged commit 64f1265 into main Jan 4, 2023
@jonaprieto jonaprieto deleted the terminating-builtins branch January 4, 2023 09:08
jonaprieto pushed a commit that referenced this pull request Jan 5, 2023
* Fixes #1678.
* Adds the `clean-juvix-build` Makefile target, which removes all
`.juvix-build` directories in the project (necessary to do after
changing the standard library).
* Depends on PR #1688. The tests go through without merging this PR, but
it's a bug. The present PR requires the possibility to use the
`terminating` keyword with the `div` built-in, which possibility is
provided by PR #1688.
@jonaprieto jonaprieto modified the milestones: 0.3, 0.2.9 Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It is impossible to specify builtin and terminating simultaneously
2 participants