Release v0.6.1 - #80
Merged
Merged
Conversation
rzk v0.11.1 renamed the `eliminator` re-ascription clause of #data to `eliminate with`, and added `compute with` for the computation rules that path constructors generate. Both are matched as two-word sequences, as `let mod` already was: `compute` on its own is a plausible identifier, and only the pair is a keyword. The `into` motive that v0.11.1 adds to modal `let mod` needs no grammar change, since `into` was already a keyword for `match`. The minimum supported rzk version stays at v0.11.0. Nothing here requires v0.11.1, and an extension-managed rzk updates to it anyway, because it always takes the latest release within the supported range; raising the floor would only warn user-managed v0.11.0 installs for no reason. The snapshot fixtures gain the circle with a path constructor and both re-ascription clauses, taken from the rzk documentation and checked to typecheck against rzk v0.11.1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This release updates the grammar to match
rzkv0.11.1, which adds higher inductive types.eliminate withandcompute with, which replace theeliminatorclause ofrzkv0.11.0. Both are matched as two-word sequences, aslet modalready was, becausecomputeon its own is a plausible identifier and only the pair is a keyword.intomotive of a modallet mod(new inrzkv0.11.1) needs no grammar change:intowas already a keyword formatch.rzkdocumentation and checked againstrzkv0.11.1, is added to the snapshot fixtures.