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

TLA+ specification update #3137

Merged
merged 1 commit into from
Mar 6, 2023
Merged

TLA+ specification update #3137

merged 1 commit into from
Mar 6, 2023

Conversation

Kukovec
Copy link
Contributor

@Kukovec Kukovec commented Mar 6, 2023

Closes: apalache-mc/apalache#2452

Description

An Apalache user recently found an issue with the IBCore TLA specs.
This PR aims to address it by renaming parameters, which cause namespace collisions, and adds some type annotations. Note that the spec is still using a deprecated version of Apalache type annotations, and this PR does not address that.


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests: integration (for Hermes) or unit/mock tests (for modules).
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).
  • Tagged one reviewer who will be the one responsible for shepherding this PR.

Reviewer checklist:

  • Reviewed Files changed in the GitHub PR explorer.
  • Manually tested (in case integration/unit/mock tests are absent).

@romac romac merged commit 6452553 into master Mar 6, 2023
@romac romac deleted the jk/tlaNameCollisionFix branch March 6, 2023 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: spec Internal: related to IBC specifications
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to unify generic signature (() => Set(Int)) with Set(a4621)
2 participants