Closed Calinou closed 6 years ago
This fix is wrong because changing internalError
to a proc would make the instantiationInfo
useless as it would always report the source line of the the proc instead of the actual line in the code where the error occurs.
Also, when creating a PR, please describe the problem you intend to fix. I currently have little time and would be grateful if I wouldn't need to dig through the IRC log to get an error description ;).
obsolete with #56
I investigated a build issue with @dom96 and fixed it by changing
internalError
from a template to a proc.This is untested in real world use cases, I don't know if it breaks things; please test first before merging.