You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the regexp engine only supports a small number of "character class" patterns. If you try and use one
that isnt supported (for example the larger set binpac supported, you get a very obscure error response:
jitre internal error: ccl_from_std_ccl: JRX_STD_CCL_NONE givenAbort trap: 6
With absolutely no evidence I suggest the engine is probably giving us a better error that we could catch and make more descriptive. If not, perhaps just add to the debugging/FAQ.
The text was updated successfully, but these errors were encountered:
stevesmoot
changed the title
berrer JIT error handling for patterns
Better JIT error handling for patterns
Jul 20, 2022
the regexp engine only supports a small number of "character class" patterns. If you try and use one
that isnt supported (for example the larger set binpac supported, you get a very obscure error response:
jitre internal error: ccl_from_std_ccl: JRX_STD_CCL_NONE givenAbort trap: 6
With absolutely no evidence I suggest the engine is probably giving us a better error that we could catch and make more descriptive. If not, perhaps just add to the debugging/FAQ.
The text was updated successfully, but these errors were encountered: