Fabianexe

Results 8 comments of Fabianexe

Templating support would be very helpful. Further, it would be nice to have default values or a simple if branching in the template. So that it is possible in your...

I am not sure, but it looks like https://github.com/allegro/bigcache/pull/266 is missing in 3.0.1 This could be a reason for the panic

The cycle dependency problem is prevented when a function is used. Something like: ```go func NewBytesQueue(initialCapacity int, maxCapacity int, verbose bool, log func(format string, v ...interface{}) ) *BytesQueue { ```

I have put the from me testet Mac part into a new PR #212 I am not sure what to do with this PR. After all it would be nice...

updated error messages with you suggestions

I have added the tests. I also notice that the error was never printed (only the enum was skipped). To change this i moved the printing from parseEnum to the...

Moved the prints back where they were and add bitfield error as sentinel error that are returned out of the Generate function.

Hi @abice can I ask for any news here? Do you want that I adopt any thing else?