ylwrap doesn’t update *.output on failure

2017-05-20 Thread Nikolai Weibull
Hi! It seems that ylwrap doesn’t update *.output on failure. The *.output file is very useful for debugging any failure, so I don’t quite see why this isn’t being generated. Am I thinking about this wrong? My AM_YFLAGS are --warnings=all,error --report=all. A simple fix would be to remove the

Shouldn’t TAGS depend upon and use BUILT_SOURCES?

2012-10-29 Thread Nikolai Weibull
Hi! Shouldn’t TAGS depend upon and use BUILT_SOURCES? For example, header files generated by yacc/bison may include things that one would want tagged.

Re: ylwrap removes too many directories from output

2012-05-19 Thread Nikolai Weibull
On Sat, May 19, 2012 at 2:07 PM, Stefano Lattarini stefano.lattar...@gmail.com wrote: On 05/16/2012 06:17 PM, Stefano Lattarini wrote: I will push by tomorrow if there is no objection. Pushed to maint now. Thanks!

ylwrap removes too many directories from output

2012-05-10 Thread Nikolai Weibull
Hi! If Automake is used in non-recursive mode and one of the inputs is a yacc file, for example, src/grammar.y, ylwrap will remove too many directories from the output file when it adjusts the paths in it. This results in #line directives referring to grammar.y instead of src/grammar.y. This is