Nic30

Results 214 comments of Nic30

It may be beneficial for ANTLR4 repo, there were people asking for this hdlConvertor grammar because it is much faster. But I never had the time to actually commit it...

@khwong-c If you can provide config for any CI which builds binary packages it would be helpful. It is obvious that the installation takes long and is memory intense. It...

@eli-schwartz > What's the issue you're having with coverage? It seems to me like this https://github.com/mesonbuild/meson/issues/9585 but it should be fixed. https://github.com/Nic30/hdlConvertor/blob/mesonbuild/.circleci/config.yml#L51 https://app.circleci.com/pipelines/github/Nic30/hdlConvertor/157/workflows/f7e5cb0a-257e-4925-af32-df570d79eef6/jobs/223 I do not know how to force...

@khwong-c > May I ask for the intention of moving from CMake to Meson? > What are the reasons for changing the build system? Building and using ANTRL4 from Meson...

@eli-schwartz I asked in meson matrix about this https://app.element.io/#/room/#mesonbuild:matrix.org I probably have everything solved. Currently the only problem is how to add .gcno files to whl or how to build...

Status update: mesonbuild branch is now working for several months, but I did not find time to fix circleci orb publishing [circleci-orb-python-all-in-1](https://github.com/Nic30/circleci-orb-python-all-in-1). (The orb contains universal scripts for project building,...

should be fixed in 2800920f94a52682b706cd16014b2c4c218780ca @KatCe , do you think you would be able to find some minimal examples with SV attributes? Now I have to make a test suite...

yes, the the tests should test the latest code, which is most likely used by users

@liuzikai Do you propose any solution to this problem? There is a branch where I replaced cmake with meson. https://github.com/Nic30/hdlConvertor/tree/mesonbuild But I am fighting against the time there...

Currently it is not possible because functionality is integrated to Flask (webserver) project. I extract it as separate library tonight.