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
On {"pattern": "\\u"}, schema compilation panics with:
thread 'main' panicked at 'index out of bounds: the len is 2 but the index is 2', /home/stranger6667/.cargo/registry/src/github.jparrowsec.cn-1ecc6299db9ec823/fancy-regex-0.6.0/src/parse.rs:394:17
Though, it seems like an issue with fancy-regex itself as it takes ix'th byte without checking the bounds.
The text was updated successfully, but these errors were encountered:
On
{"pattern": "\\u"}
, schema compilation panics with:Though, it seems like an issue with
fancy-regex
itself as it takes ix'th byte without checking the bounds.The text was updated successfully, but these errors were encountered: