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
Right now (as soon as #250 lands) there's this hand-wavey notion of "version type" that's both a type and a value. It's not great!
Instead, let's pass either a string "full version" or "significant version" or some internal enum like enum versionType {"full-version", "significant-version"} and then fork behavior inside the algorithm based on that.
The text was updated successfully, but these errors were encountered:
Right now (as soon as #250 lands) there's this hand-wavey notion of "version type" that's both a type and a value. It's not great!
Instead, let's pass either a string "full version" or "significant version" or some internal enum like
enum versionType {"full-version", "significant-version"}
and then fork behavior inside the algorithm based on that.The text was updated successfully, but these errors were encountered: