Mi-La

Results 66 comments of Mi-La

@PCManticore Any progress so far? I try to use pylint for a little bigger project and it consumes more that 2GB of memory. It would be really nice if one...

Please see issue #55. We have faced several issues with constants and splitting them to separate headers was easiest solution which is working across all languages. See also #59. 1....

Bitmask.ftl - use isBigInteger instead of isSimpleType.

In Python, the enun hash code is different in each run. In Java, the enum hash code seems to be stable across different runs, but it can be different on...

It can also help with dead code detection.

I think it can make sense to use some kind of python binding on top of the C++ generator, but it can still be only another "feature" provided by zserio....

> Python on Windows can clash as well. This is because file names under Windows are case insensitive. > > Example: > > ``` > const int16 VALUE = 0xDEAD;...

Python generates `api.py` and when user creates structure `Api.py`, it will also clash on Windows!