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

Parse ranged set from TLA state #157

Merged
merged 3 commits into from
Dec 17, 2021
Merged

Parse ranged set from TLA state #157

merged 3 commits into from
Dec 17, 2021

Conversation

rnbguy
Copy link
Member

@rnbguy rnbguy commented Dec 17, 2021

Closes: #156

Description

Adds support for parsing TLA states with ranges set.

a = 1..10

For contributor use:

  • If applicable, unit tests are written and added to CI.
  • Ran go fmt, cargo fmt and etc. (or had formatting run automatically on all files edited)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Re-reviewed Files changed in the Github PR explorer.
  • Added a changelog entry, using unclog.

N/A:

  • Updated relevant documentation (docs/) and code comments.

@rnbguy rnbguy changed the title Rnbguy/rust/parse ranged set Parse ranged set from TLA state Dec 17, 2021
@rnbguy rnbguy force-pushed the rnbguy/rust/parse-ranged-set branch from c089007 to 02e392e Compare December 17, 2021 15:17
@rnbguy rnbguy requested a review from danwt December 17, 2021 15:17
@rnbguy
Copy link
Member Author

rnbguy commented Dec 17, 2021

The set syntax is described in TLA+ summary.

@rnbguy rnbguy merged commit 32cccaf into main Dec 17, 2021
@rnbguy rnbguy mentioned this pull request Jan 17, 2022
@danwt danwt deleted the rnbguy/rust/parse-ranged-set branch January 18, 2022 14:14
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.

[BUG] fails with modelator trace --model-checker tlc spec.tla spec.cfg
1 participant