Macro definitions fail to compile #81
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.
For example,
test/Axel/Test/Transpilation/macros/golden_ExpandIntoInterdependentMacros.axel
relies onAxel.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 alwaysimport qualified Axel.Sourcemap as SM
anyways.#80 will catch issues like this in the future.
The text was updated successfully, but these errors were encountered: