-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update base version to 3.3.1-RC1 #16768
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -289,7 +289,7 @@ object TastyFormat { | |
* compatibility, but remains backwards compatible, with all | ||
* preceeding `MinorVersion`. | ||
*/ | ||
final val MinorVersion: Int = 2 | ||
final val MinorVersion: Int = 4 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. During the merge of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should have been minor version There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Acctualy, I was wrong, this was only used to release |
||
|
||
/** Natural Number. The `ExperimentalVersion` allows for | ||
* experimentation with changes to TASTy without committing | ||
|
@@ -305,7 +305,7 @@ object TastyFormat { | |
* is able to read final TASTy documents if the file's | ||
* `MinorVersion` is strictly less than the current value. | ||
*/ | ||
final val ExperimentalVersion: Int = 0 | ||
final val ExperimentalVersion: Int = 1 | ||
|
||
/**This method implements a binary relation (`<:<`) between two TASTy versions. | ||
* | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would expect these exclusions would disappear after the release of 3.3 - not that we would need more for previously added parts of the API