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

Macro definitions fail to compile #81

Open
jgrosso opened this issue Oct 28, 2022 · 0 comments
Open

Macro definitions fail to compile #81

jgrosso opened this issue Oct 28, 2022 · 0 comments
Assignees
Labels
backends Anything related to a given backend (which is currently just Axel->Haskell). bug A bona fide implementation mistake. critical This issue is a showstopper and needs immediate attention. macro expansion Anything related to Axel macro expansion.

Comments

@jgrosso
Copy link
Collaborator

jgrosso commented Oct 28, 2022

For example, test/Axel/Test/Transpilation/macros/golden_ExpandIntoInterdependentMacros.axel relies on Axel.Sourcemap to have been imported, but it's not currently part of the autogenerated imports. I didn't notice this myself because the bootstrapped portion of the compiler happens to always import qualified Axel.Sourcemap as SM anyways.

#80 will catch issues like this in the future.

@jgrosso jgrosso self-assigned this Oct 28, 2022
@jgrosso jgrosso added the macro expansion Anything related to Axel macro expansion. label Oct 28, 2022
@jgrosso jgrosso added bug A bona fide implementation mistake. backends Anything related to a given backend (which is currently just Axel->Haskell). labels Oct 28, 2022
@jgrosso jgrosso added the critical This issue is a showstopper and needs immediate attention. label Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backends Anything related to a given backend (which is currently just Axel->Haskell). bug A bona fide implementation mistake. critical This issue is a showstopper and needs immediate attention. macro expansion Anything related to Axel macro expansion.
Projects
None yet
Development

No branches or pull requests

1 participant