Support logging of file names
lorefnon opened this issue · 5 comments
lorefnon commented
When a file fails to compile, only line number and nature of error is reported and no information is provided as to which file failed to compile.
ericclemmons commented
Is that what #5 helps solve? I admit, this has been annoying for me too :)
lorefnon commented
#5 simply logs the name of file (along with the destination file to which it would be compiled) prior to each file compilation. So you get to know while processing which file the compilation failed. Its crude but IMHO practical.
ericclemmons commented
Agreed! I'll merge it down when I get home...
pcottle commented
This would be great to get in -- thanks Eric for the project too!
ericclemmons commented
Tagged v0.4.1
with this change! Thanks guys!