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: compiler crash on primitive type checking against opaque types #3712

Merged
merged 4 commits into from
Jan 30, 2024

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    c0a1341 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Unit test instead of integration tests

    Adding clib classpath to nscplugin in test scope
    I couldn't find a way to reproduce the compiler crash without using
    clib
    tanishiking committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1a3dbcc View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. scalafmt

    tanishiking committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    77c3008 View commit details
    Browse the repository at this point in the history
  2. Remove deps in Test / nscplugin to clib

    We could reproduce the issue of compiler crash on opaque-types without clib
    tanishiking committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    74fbddd View commit details
    Browse the repository at this point in the history