-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic in Regex::regex()
#68
Comments
A bit of context:
If thread A calls |
Hi, thanks for the issue. Refreshingly, something which I couldn't have foreseen :) I believe the easiest fix is just to replace I went ahead and implemented this: #69. Can you check if this solves the problem? Binaries from the latest release should still work. |
Just had a peek into the |
Could you craft a release, that's the last thing pending for a cargo-spellcheck 0.8.0 which is again needed for paritytech/parity-bridges-common#832 |
Sure! Release CI is running for 0.6.3 now. |
There is an
.unwrap
on theregex.borrow()
call which panics.https://ci.spearow.io/teams/main/pipelines/cargo-spellcheck/jobs/pr-validate/builds/45
The text was updated successfully, but these errors were encountered: