mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-20 14:19:17 +02:00
Since we now call error/loc in the macro expander, it is possible we are double-calling it if a macro is also calling it directly to report a syntax error. We need to detect that case and only add location information (line, column, filename) if it has not already been added to the error message. |
||
---|---|---|
.. | ||
cyclone | ||
base.sld | ||
case-lambda.sld | ||
char.sld | ||
complex.sld | ||
cxr.sld | ||
eval.sld | ||
file.sld | ||
inexact.sld | ||
lazy.sld | ||
load.sld | ||
process-context.sld | ||
read.sld | ||
repl.sld | ||
time.sld | ||
write.sld |