- Notifications
You must be signed in to change notification settings - Fork239
Update sljit to current master#791
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
NWilson commentedSep 8, 2025
Unfortunately the build fails. Attempt at fix over here:zherczeg/sljit#331 |
zherczeg commentedSep 8, 2025
@carenas it looks like there is still more combinations... :( |
carenas commentedSep 8, 2025
fixing |
1d67ec6 tod604879Compare0686e42 intomasterUh oh!
There was an error while loading.Please reload this page.
zherczeg commentedSep 12, 2025
Note: a feature development is in progress, so the current sljit does not compile everywhere. Another update will be needed. |
NWilson commentedSep 12, 2025
Thanks! I'm happy for PCRE2 master to track sljit master, and for them both to be work-in-progress. We could even do a regular (automated?) weekly merge. Or just manual - I don't mind. |
This is a routine update, so that we can enforce the
-Wimplicit-fallthroughwarning to our CI afterzherczeg/sljit#330.