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

Update ADR002 with variant types #1922

Merged
merged 5 commits into from
Jul 5, 2022
Merged

Update ADR002 with variant types #1922

merged 5 commits into from
Jul 5, 2022

Conversation

konnov
Copy link
Collaborator

@konnov konnov commented Jul 5, 2022

Closes #1901.

Given that we have a complete implementation of variants now, this PR updates the syntax of Type System 1.2, specifically, the syntax of variant types.

@konnov konnov marked this pull request as ready for review July 5, 2022 10:49
@konnov konnov added the FTC-Snowcat Feature: Fully-functional type checker Snowcat label Jul 5, 2022
@konnov konnov self-assigned this Jul 5, 2022
Copy link
Collaborator

@bugarela bugarela left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@thpani thpani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

.unreleased/documentation/1922.md Outdated Show resolved Hide resolved
docs/src/adr/002adr-types.md Outdated Show resolved Hide resolved
docs/src/adr/002adr-types.md Outdated Show resolved Hide resolved
docs/src/adr/002adr-types.md Outdated Show resolved Hide resolved
Co-authored-by: Thomas Pani <thomas@informal.systems>
Co-authored-by: Shon Feder <shon@informal.systems>
@konnov konnov enabled auto-merge July 5, 2022 13:11
@codecov-commenter
Copy link

Codecov Report

Merging #1922 (a42c379) into unstable (6a01a3f) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##           unstable    #1922      +/-   ##
============================================
- Coverage     77.06%   77.05%   -0.01%     
============================================
  Files           409      409              
  Lines         12577    12577              
  Branches        575      575              
============================================
- Hits           9692     9691       -1     
- Misses         2885     2886       +1     
Impacted Files Coverage Δ
...a/at/forsyte/apalache/tla/lir/TlaLevelFinder.scala 97.36% <0.00%> (-2.64%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6a01a3f...a42c379. Read the comment docs.

@konnov konnov merged commit d48e851 into unstable Jul 5, 2022
@apalache-bot apalache-bot mentioned this pull request Jul 11, 2022
@shonfeder shonfeder deleted the ik/adr002-1901 branch July 21, 2022 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FTC-Snowcat Feature: Fully-functional type checker Snowcat
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update ADR002 with the new variants syntax
5 participants