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

1.8 debugger #1491

Merged
merged 3 commits into from May 26, 2019
Merged

1.8 debugger #1491

merged 3 commits into from May 26, 2019

Conversation

KronicDeth
Copy link
Owner

@KronicDeth KronicDeth commented May 26, 2019

Test Report

Tested using eex_test_umbrella and evaluating parameters using Elixir 1.7.4 and 1.8.1.

Changelog

Bug Fixes

  • Elixir 1.8 made :elixir.quoted_to_erl/3 private, so in Elixir 1.8+, the debugger needs to inline the private version to maintain < 1.8 and >= 1.8 compatibility.
  • Reformat debugger for Elixir 1.8

Fixes #1421
Fixes #1466
Fixes #1474

Elixir 1.8 made `:elixir.quoted_to_erl/3` private, so in Elixir 1.8+,
the debugger needs to inline the private version to maintain < 1.8 and
>= 1.8 compatibility.
@KronicDeth KronicDeth merged commit e26cd9c into master May 26, 2019
@KronicDeth KronicDeth deleted the 1.8-debugger branch May 26, 2019 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant