Vitaly Cheptsov

Results 74 comments of Vitaly Cheptsov

Well, currently the review comments are not addressed yet. If you are willing to pick it up and complete, you are gladly welcome ^_^

Well, we do not mind, please start with fixing up the CI.

@denizt, given the build changes, perhaps you could also introduce a switch to use a fuse-t implementation instead of macFUSE (ref #1055).

It is enough to use: ```c typedef int test_int; typedef struct { _Alignas(int) test_int a1; int a2; } test_struct; ``` for this issue to reproduce. The issue is actually with...

@eliben, I have a suspect the issue is caused by: ```py def p_declaration_specifiers_7(self, p): """ declaration_specifiers : declaration_specifiers alignment_specifier """ p[0] = self._add_declaration_specifier(p[1], p[2], 'alignment', append=True) ``` The error feels...

Point is less about testing preprocessor invocation in pycparser, but rather using more complex sources to test pycparser. I wonder if it is a good idea to reconsider pycparser defaults...

There actually as a version compatible with recent macOS, which I made since this version is apparently unmaintained: https://github.com/vit9696/iChm/releases

@vandroiy2013 could you upload what we have now cleaned please?

I mean the plist file itself.

Hard to say, the research is ongoing. All in all there may be some minor power consumption increase at the cost of better single thread performance in very narrow scenarios....