Conversation
a783e87 to
f9608a0
Compare
|
At what point do we just drop it? It wouldn't be compatible but it seems to be more work than it's worth? |
|
GNU testsuite comparison: |
|
Hopefully a new release is coming soon... rust-onig/rust-onig#195 |
The It would be possible to drop |
|
If the BRE --> Rust regex transpiler sounds like a decent idea, I could draft one and see how it would feel. |
We could use #7973 + |
|
Closing this PR in favor of #7976 |
This PR is a new attempt to get
onigworking with GCC 15 after the approach with settingCFLAGS='-std=gnu17'(#7944) failed. It also adds some entries todeny.tomlto fix warnings fromcargo-deny.