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

[derive] Disable prelude when testing; fix bugs #886

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Commits on Feb 16, 2024

  1. [derive] Disable prelude when testing; fix bugs

    This has the effect of ensuring that derive-emitted code will fail to
    compile if it spuriously relies on certain identifiers being in scope -
    namely, identifiers which are part of the prelude.
    
    Disabling the prelude surfaced a few bugs which are also fixed in this
    commit.
    
    Makes progress on #11
    joshlf authored and jswrenn committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4134968 View commit details
    Browse the repository at this point in the history