-
Notifications
You must be signed in to change notification settings - Fork 689
0.22.0 includes breaking changes #1466
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
Comments
Semver says that a change of this sort would require a major version bump, if we were already above 1.0. Since we aren't, we don't. But the errors about |
Ah, I see. Thanks for clarifying :)
x86_64. The pasted and linked broken build is on debian 10; I had similar errors locally on ubuntu 20.04. |
After fixing the previous errors, another type of error I ran into were in match expressions, since you can't match on a function (which
Not sure there's really a better way to handle it though, since e.g. making |
Yep. That |
Mostly FYI; fwiw I'm happy with the API change and it wasn't a big deal to fix in our code, but if I understand semver correctly this should be a major version number bump? (I know nobody wants to go from 0 to 1 ;))
Here's our broken build after bumping from 0.21.0 to 0.22.0: https://github.com/shadow/shadow/pull/1508/checks?check_run_id=3057359519
And our fixes: shadow/shadow#1512
The text was updated successfully, but these errors were encountered: