-
Notifications
You must be signed in to change notification settings - Fork 211
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
Watcher crashed for emacs temp file #1134
Comments
Geeze, we should possibly just catch any uri.parse error and assume its a garbage file? |
The stack trace here is in the watcher, we only turn it into a URI for a We also have a problem if the file is used in a build. If I create a file named |
natebosch
added a commit
that referenced
this issue
Mar 9, 2018
Fixes #1134 Rewrite the URI encoding for AssetId to be more robust by using the built in URI escaping when using `pathSegments` instead of `path`. Delete a duplicate of the AssetId test file.
natebosch
added a commit
that referenced
this issue
Mar 9, 2018
Fixes #1134 Rewrite the URI encoding for AssetId to be more robust by using the built in URI escaping when using `pathSegments` instead of `path`. Delete a duplicate of the AssetId test file.
This was referenced Mar 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edited a file in emacs, which created a temporary file, while running
build_runner serve
, and got the crash listed below:The text was updated successfully, but these errors were encountered: