Skip to content
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

OTP-24 Readiness #2459

Merged
merged 7 commits into from
Jan 7, 2021
Merged

OTP-24 Readiness #2459

merged 7 commits into from
Jan 7, 2021

Conversation

ferd
Copy link
Collaborator

@ferd ferd commented Jan 6, 2021

Thanks to @michaelklishin for the following fixes

  • bumps erlware_commons
  • bumps parse_trans
  • adds compatibility for URI functionality

I've also added a fix for the HiPE deprecation in OTP-24 to be conditional to whether dialyzer actually requires it or not, and makes use of the .app.src.script feature internally, at build time. This may cause issues for scripts built prior to OTP-24 being used for OTP-24 versions as it will ask for apps that aren't in place, but there's no good work-around for that, and would only break on the Dialyzer command.

This supercedes #2452

michaelklishin and others added 7 commits December 18, 2020 07:31
Replaces (deprecated in OTP 25) http_uri calls with uri_string.
and use it to avoid a warning in ./bootstrap.
as it won't be available. While at it, log errors and more relevant
resolution information at debug level.
This does not get rid of all warnings.

This fixes the HiPE dependency to be conditional to whether dialyzer
actually requires it or not, and makes use of the .app.src.script
feature internally, at build time. This may cause issues for scripts
built prior to OTP-24 being used for OTP-24 versions as it will ask for
apps that aren't in place, but there's no good work-around for that.

This also bumps the erlware-commons version to one that eliminates some
warnings, and makes the bootstrap script honor the warnings_as_errors
value of dependencies to allow the build to proceed until parse_trans is
fixed upstream.
@ferd ferd merged commit 89e10c6 into erlang:master Jan 7, 2021
@michaelklishin
Copy link
Contributor

Can this be backported to a 3.x release? Right now the only option for testing on OTP 24 is to also build Rebar from source.

@ferd
Copy link
Collaborator Author

ferd commented Feb 1, 2021

We shouldn't be backporting anything, but we should probably cut a new release soon. Last release was almost 2 months ago.

@michaelklishin
Copy link
Contributor

FTR, this was included into the 3.14.4 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants