Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support logging of file names #4

Closed
lorefnon opened this issue Aug 1, 2013 · 5 comments
Closed

Support logging of file names #4

lorefnon opened this issue Aug 1, 2013 · 5 comments

Comments

@lorefnon
Copy link

lorefnon commented Aug 1, 2013

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
Copy link
Owner

Is that what #5 helps solve? I admit, this has been annoying for me too :)

@lorefnon
Copy link
Author

lorefnon commented Aug 1, 2013

#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
Copy link
Owner

Agreed! I'll merge it down when I get home...

@pcottle
Copy link

pcottle commented Aug 4, 2013

This would be great to get in -- thanks Eric for the project too!

ericclemmons added a commit that referenced this issue Aug 4, 2013
Log targets : A minimal remediation for Issue #4
@ericclemmons
Copy link
Owner

Tagged v0.4.1 with this change! Thanks guys!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants