autocxx icon indicating copy to clipboard operation
autocxx copied to clipboard

Remove strum_macros and use full #[derive(Debug)]

Open adetaylor opened this issue 3 years ago • 2 comments

Simpler but the debug output is incomprehensibly huge. We need to wrap all syn things in a newtype wrapper which outputs more concise debug output.

adetaylor avatar Feb 15 '22 21:02 adetaylor

I also explored the option of a newtype wrapper in this branch but it has hundreds of compile errors and would require radical changes throughout the code.

It's possible that just using this minisyn within the Api type might make sense though.

adetaylor avatar Feb 17 '23 18:02 adetaylor

And a third attempt here, using minisyn just for api.rs. This builds and runs, but output is still too verbose.

adetaylor avatar Jun 27 '23 17:06 adetaylor