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

Improve non-static macro implementation error message #18405

Merged
merged 2 commits into from
Aug 17, 2023

Commits on Aug 16, 2023

  1. Improve non-static macro implementation error message

    If non-static inline accessor is generated we do not we can tell the
    user why they cannot access the macro implementation this way.
    
    Currently we do not have a clean way to fix this code, but in the future [SIP-58](scala/improvement-proposals#58)
    would introduce a way to not generate this accessor.
    
    Fixes scala#15413
    nicolasstucki committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f1db208 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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