Miki

Results 152 comments of Miki

Thanks a lot for reporting this. Actually, we use only `pylint` and `mypy`. We should add `pycodestyle` to CI as well to be able to catch all such problems as...

The similar problem is with options `-withoutSqlCode`, `-withoutPubsubCode` and `-withoutServiceCode`. These options do make sense only for code extensions not for documentation or XML extension. So, these options should be...

Hi, first of all, thank you very much for your contributions and for all valuable feedback! Regarding this proposal, we could introduce this new constructor but not as a replacement...

Currently, we uses `zserio_add_library` cmake function which we need for our test framework. It might be interesting to investigate provided `add_zserio_module` function from user application to gather new ideas or...

Thanks for your note and for your link. We don't use globbing intentionally to be able to check if all expected sources are generated correctly in our test framework. For...

It is just enough to create warning for this with special unique specifier (tag).

Thanks for good idea. We can do it. However, due to urgent new huge development (packed arrays), I am putting this issue to the backlog for now.

Because we cannot break backward binary compatibility at the moment and because of effort, we postpone this issue.

If the main motivation of this issue is to check inconsistencies between fields and parameters, then this issue is valid for all parameterized types which uses fields as parameters: ```...

Investigate if `self` can be renamed. See https://stackoverflow.com/questions/4131582/why-is-self-only-a-convention-and-not-a-real-python-keyword.