Filter out "unused ..." warnings during macro expansion #50
Labels
bug
A bona fide implementation mistake.
errors
Anything related to Axel's error messages or error handling.
macro expansion
Anything related to Axel macro expansion.
If an error occurs during macro expansion, not all the warnings related to the macro definition and environment file will be relevant. For example, not all imports or function definitions might be used yet at that point in the file, in which case "unused import" warnings will be displayed to the user (despite the fact that, in the final transpiled output, the definitions in question will be used after all).
The text was updated successfully, but these errors were encountered: