Roberto Turrado Camblor

Results 44 comments of Roberto Turrado Camblor

> Ping me if you need extra help figuring out the apple-clang/msvc issues :) Hi @RubenRBS, many thanks for your help! I see `macos/clang13/x86_64` builds are OK, but `macos/clang13/M1-arm64` builds...

> > Ping me if you need extra help figuring out the apple-clang/msvc issues :) > > Hi @RubenRBS, many thanks for your help! > > I see `macos/clang13/x86_64` builds...

> > > Ping me if you need extra help figuring out the apple-clang/msvc issues :) > > > > > > Hi @RubenRBS, many thanks for your help! >...

> Only when the assertion fails, then is the `Matcher` is re-run to generate the error message. > Hope this helps somebody! It has just helped me indeed, thanks! I...

I'm hitting this issue this week when trying to compile my library, which uses ANTLR, to emscripten, which has exceptions support disabled by default. In order to enable it, you...

Many thanks for the comment, Hans. GitHub Actions don't give much information about what's happening. Since `pytest` is being run without much verbosity on, you don't even know what test...

I could reproduce the issue yesterday in my personal laptop. The test case that is never ending sometimes is the last one, the Toffoli one. I haven't dedicated more time...

> I'd highly recommend using cibuildwheel. There are several other concerns; for example, you don't want to use the GitHub Actions compiled Python or brew's compiled Python, as those don't...

BTW, it works OK for gcc-clang/Linux/x64, clang/MacOS/x64, and msvc/Windows/x64 if I go back to using `antlr4-4.9.3`. See [here](https://github.com/QuTech-Delft/libqasm/actions/runs/5854658445/job/15870952805).