google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
70 stars 21 forks source link

Autoformatter Hits Python Recursion Limit on `struct`s/`enum`s with many fields/entries #34

Open reventlov opened 2 years ago

reventlov commented 2 years ago

The compiler front end was previously fixed to avoid deep recursion, but the autoformatter was not.