-
Notifications
You must be signed in to change notification settings - Fork 10
Update to OTP25 and debugger support for OTP25/26/27 #26
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
Conversation
Signed-off-by: Björn Svensson <[email protected]>
dbg_*.erl and int.erl copied from otp_src_26.2.5.12.tar.gz located in otp_src_26.2.5.12/lib/debugger/src/ Signed-off-by: Björn Svensson <[email protected]>
dbg_*.erl and int.erl copied from otp_src_27.3.3.tar.gz located in otp_src_27.3.3/lib/debugger/src/ Signed-off-by: Björn Svensson <[email protected]>
Apply the same changes done in erlide_debugger_25 but add comments to highlight the modifications. Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Use a rebar3 version with OTP support range: 25-27 File copied from: https://github.com/erlang/rebar3/releases/download/3.24.0/rebar3 Signed-off-by: Björn Svensson <[email protected]>
Using git ls-files | xargs sed -i 's|0\.117\.0|0.118.0|g' and manual update of erlide_debugger_25.app.src Signed-off-by: Björn Svensson <[email protected]>
|
How much of this is automated and which parts are not? What needs to be reviewed manually? I read that OTP 28 has an "experimental API for a native debugger" in the release notes, https://www.erlang.org/downloads/28 so in the future we can reduce some of this code hopefully. |
The PR is mainly a repetition of the needed steps we did in the previous lift. |
zuiderkwast
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's tested and it works, then I don't think it's necessary to review all of this very carefully. Feel free to merge it if you feel comfortable.
rebar3version to 3.24.0Using a rebar3 version with OTP support range: 25-27
(Individual commits should be merged to keep needed steps for future changes.)