Erik Smith

Results 14 comments of Erik Smith

it has something do internally with an empty save ctx in fy_emit_sequence_prolog. The program below shows the issue. This is the output: ``` key: [ a: 1] ``` ``` struct...

Yes that is it. Everything works as expected when I run the binary from the same directory it was compiled in. I'm checking to see if absolute paths are possible...

I was able to create my own Printer where I can use a source directory to adjust for the path. In my case, I'm using information from argc[0] to determine...

This seems to fix the issue for me. Is there a way, however, to allow indentation of the dash? There seems to be agreement that this is easier to read....