You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@odersky: I don't know what the policy wrt bumbing the Tasty version is. Say you have two PR's and they each bump the version from 11 to 12. Then what is the right version? Alternatively, could we bump the TASTY version only for each release if there is a change in TASTY? That would limit the bumping speed to at most one every 6 weeks or so. I am not sure what scheme is preferable. What do others think?
The text was updated successfully, but these errors were encountered:
Say you have two PR's and they each bump the version from 11 to 12. Then what is the right version?
Once once of the PR has landed, the other should be rebased to bump to 13.
Alternatively, could we bump the TASTY version only for each release if there is a change in TASTY?
Bumping tasty when we notice that we break it is good practice for when we'll start getting serious about stabilizing it I think. Additionally, because of incremental compilation, we sometimes end up mixing up tasty from different compiler instances, this can lead to weird errors if we don't bump the tasty version to get a hard failure on unpickling.
Uh oh!
There was an error while loading. Please reload this page.
Originally posted by @odersky in #5307 (comment)
The text was updated successfully, but these errors were encountered: