Re: generated_not_to_break_here breaks coco

2019-10-03 Thread e
Unfortunately that doesn't seem to work for me; I still get #line 99 "generated_not_to_break_here" Run In fact with `-d:release` I also get #line 189 "iterators.nim" Run as a relative path as well as the correct absolute path in the

Re: generated_not_to_break_here breaks coco

2019-10-03 Thread juancarlospaco
`-d:release` wont generate those, not sure I understand tho... 樂

generated_not_to_break_here breaks coco

2019-10-03 Thread e
The Nim compiler is putting lines like this into the generated C code: #line 99 "generated_not_to_break_here" Run This is breaking `coco`, which uses `lcov` by causing it to try to process the file `generated_not_to_break_here`, which doesn't exist. Is there a