Jun Aruga

Results 329 comments of Jun Aruga

What do you think about adding the Fedora rawhide case to test a new GCC and Clang to this repository's CI?

All right. > That would be welcome, yes! Okay. I will take a look to see if we can add the case.

> OSUOSL manages the servers, we just need someone to add a configuration to their Jenkins CI system. Sorry, I assumed you had volunteered to do that by opening this...

The https://github.com/simd-everywhere/simde/issues/869 might be related to this issue.

The SIGABRT is happening at the line below. > ``` > #7 BranchQueue::front (this=) at /builddir/build/BUILD/bowtie-1.3.1-> src/range_source.h:1164 > ``` https://github.com/BenLangmead/bowtie/blob/73821b466021616d0773539ec06867c968b677e9/range_source.h#L1164

I was able to reproduce with minimal reproducing script on the current master branch . Without the `CXXFLAGS='-Wp,-D_GLIBCXX_ASSERTIONS'`, the test passed. ``` $ g++ --version g++ (GCC) 13.0.1 20230127 (Red...

I was also able to reproduce this issue by adding the following modification on my forked repository's GitHub Actions - Ubuntu 22.04.1. ``` diff --git a/.github/workflows/simple_tests.yml b/.github/workflows/simple_tests.yml index 6753530..01f66b6 100644...

I want to see the `legacy.dll` is located in searched paths or set a search path to find the `legacy.dll` file. In Ruby OpenSSL, we are setting the `OPENSSL_MODULES` manually...