-
Notifications
You must be signed in to change notification settings - Fork 518
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
Support OTP-26, Deprecate OTP-23 support. #2791
Conversation
The two shell tests messing up are currently related to calls in the PC plugin or makefiles that we can tie to erlang/otp#6916 (thanks @starbelly) The mix issue is related to the shards application using invalid type annotations, which the compiler now catches and did not before. I think I'm okay with bypassing them for now and merging and cutting despite the failing checks. CC @tsloughter |
It isn't the PC plugin. it is the Makefile that rebar3 generates for the cmake template. |
Rebar3 3.20.1 official deprecated support for OTP 23. See: - erlang#473 - https://github.com/erlang/rebar3/releases/tag/3.21.0 - erlang/rebar3#2791
Rebar3 3.20.1 official deprecated support for OTP 23. See: - erlang#473 - https://github.com/erlang/rebar3/releases/tag/3.21.0 - erlang/rebar3#2791
Rebar3 3.20.1 official deprecated support for OTP 23. See: - erlang#473 - https://github.com/erlang/rebar3/releases/tag/3.21.0 - erlang/rebar3#2791
Rebar3 3.21.0 officially deprecated support for OTP 23. See: - erlang#473 - https://github.com/erlang/rebar3/releases/tag/3.21.0 - erlang/rebar3#2791
Rebar3 3.21.0 officially deprecated support for OTP 23. See: - #473 - https://github.com/erlang/rebar3/releases/tag/3.21.0 - erlang/rebar3#2791
Let's see how CI goes.