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
Running rg -E utf-16le a System.Collections.dll produces:
thread 'main' panicked at 'index out of bounds: the len is 2 but the index is 2', /Users/comex/.cargo/registry/src/github.com-1ecc6299db9ec823/encoding_rs-0.8.6/src/handles.rs:311:21
note: Run with `RUST_BACKTRACE=1` for a backtrace.
The text was updated successfully, but these errors were encountered:
Seems similar to #1052, but I'm encountering this on current ripgrep trunk (acf226c).
With the following file: https://a.qoid.us/System.Collections.dll
Running
rg -E utf-16le a System.Collections.dll
produces:The text was updated successfully, but these errors were encountered: