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 order of initialization regression from #131 #135

Merged
merged 2 commits into from
Aug 16, 2024

Commits on Aug 16, 2024

  1. Add test to verify ScalacOptions.default is sane

    This is to prevent bugs like the one introduced in
    typelevel#131, which causes
    ScalacOptions.default contains a null value.
    lenguyenthanh committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9a7ad11 View commit details
    Browse the repository at this point in the history
  2. Fix initialization order issue

    When initialize `advancedOptions`, the value of `advancedKindProjector`
    is still `null`. That is caused because `advancedOptions` is placed
    before `advancedOptions`. This is to fix that issue.
    lenguyenthanh committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    428ce69 View commit details
    Browse the repository at this point in the history