-
Notifications
You must be signed in to change notification settings - Fork 53
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 anoma nockma tests #3134
Merged
Merged
Add anoma nockma tests #3134
Commits on Nov 4, 2024
-
This reverts commit 3b28dbd.
Configuration menu - View commit details
-
Copy full SHA for 3831af5 - Browse repository at this point
Copy the full SHA 3831af5View commit details -
Non-recursive definitions (#3138)
* Closes #2968 * Implements detection of function-like definitions, which either: - have some arguments on the left of `:`, or - have at least one clause. * Only function-like definitions are recursive. * Non-recursive definitions are not mutually recursive either, and can be used only after their definition. This necessitates rearranging some definitions in existing Juvix code. * Changes the scoping of identifiers in record updates. Now field names on the right side don't refer to the old values of the record fields but to identifiers in scope defined outside the record update. To refer to old values, one needs to explicitly use record projections, e.g. ``` r@Rec{x := Rec.x r} ```
Configuration menu - View commit details
-
Copy full SHA for 84786a2 - Browse repository at this point
Copy the full SHA 84786a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88f3675 - Browse repository at this point
Copy the full SHA 88f3675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d408b7 - Browse repository at this point
Copy the full SHA 1d408b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for de4229b - Browse repository at this point
Copy the full SHA de4229bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 646f376 - Browse repository at this point
Copy the full SHA 646f376View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fef05f - Browse repository at this point
Copy the full SHA 4fef05fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56ba2dc - Browse repository at this point
Copy the full SHA 56ba2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eedafc - Browse repository at this point
Copy the full SHA 1eedafcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b0ff6 - Browse repository at this point
Copy the full SHA e0b0ff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b36310f - Browse repository at this point
Copy the full SHA b36310fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85c9167 - Browse repository at this point
Copy the full SHA 85c9167View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73d0674 - Browse repository at this point
Copy the full SHA 73d0674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51d7d74 - Browse repository at this point
Copy the full SHA 51d7d74View commit details -
Configuration menu - View commit details
-
Copy full SHA for d25b2b3 - Browse repository at this point
Copy the full SHA d25b2b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 515dec3 - Browse repository at this point
Copy the full SHA 515dec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ccf31 - Browse repository at this point
Copy the full SHA 68ccf31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b53d0d - Browse repository at this point
Copy the full SHA 5b53d0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for acc7c29 - Browse repository at this point
Copy the full SHA acc7c29View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd6634f - Browse repository at this point
Copy the full SHA cd6634fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bba5da2 - Browse repository at this point
Copy the full SHA bba5da2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f48ae18 - Browse repository at this point
Copy the full SHA f48ae18View commit details -
Configuration menu - View commit details
-
Copy full SHA for b12cd94 - Browse repository at this point
Copy the full SHA b12cd94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43c9370 - Browse repository at this point
Copy the full SHA 43c9370View commit details -
Configuration menu - View commit details
-
Copy full SHA for acb2e95 - Browse repository at this point
Copy the full SHA acb2e95View commit details
Commits on Nov 5, 2024
-
Fix argsPath in nock stdlib call
The argsPath in stdlib call should be unconditionally [R, L] i.e the 'arguments' slot of the stdlib function.
Configuration menu - View commit details
-
Copy full SHA for cc7585d - Browse repository at this point
Copy the full SHA cc7585dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe0b2e - Browse repository at this point
Copy the full SHA fbe0b2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b66b2f9 - Browse repository at this point
Copy the full SHA b66b2f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1377561 - Browse repository at this point
Copy the full SHA 1377561View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.