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

Fix #19528: Actually remove Dynamic from interfaces of native JS classes. #19536

Merged

Commits on Jan 26, 2024

  1. Fix scala#19528: Actually remove Dynamic from interfaces of native JS…

    … classes.
    
    One boolean value was the wrong way around for native JS classes
    and traits. That caused `scala.Dynamic` not to be removed from the
    super-interfaces of native JS classes at the IR level, causing the
    linking error.
    sjrd committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    59ebb85 View commit details
    Browse the repository at this point in the history