-
Notifications
You must be signed in to change notification settings - Fork 123
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
App crash #258
Comments
Thanks for reporting this! I had thought I had gotten all of the unicode handling correct but apparently I am missing something. I'll dig into this. |
Need to dig into the unicode meaning for this. It looks like |
When rendering typos, we look up what visual column the typoe starts on but I mixed a raw byte offset with the offset into a lossy string. This caused panics when dealing with non-ascii content. Fixes crate-ci#258
Found the problem and got a fix running through CI now! Thanks again for trying |
When rendering typos, we look up what visual column the typoe starts on but I mixed a raw byte offset with the offset into a lossy string. This caused panics when dealing with non-ascii content. Fixes crate-ci#258
v1.0.2 is now released with the fix for this. Given time, pre-built binaries will get uploaded. I'm also writing up a guide that explains how to exempt words and files. |
Nice. I just ran the tool again and it didn't crash. Thanks a lot. |
I just tried to run the tool on all our sources and it crashed. Here is the crash report:
report.tar.gz
This is the file that makes it crash:
bad_file.tar.gz
The text was updated successfully, but these errors were encountered: