Skip to content
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

Fix opening new files #5278

Merged
merged 1 commit into from
Dec 24, 2022
Merged

Conversation

alois31
Copy link
Contributor

@alois31 alois31 commented Dec 24, 2022

Commit 1b89d3e introduced a regression where opening a new file would no longer work, because attempting to canonicalize its path would lead to a "No such file or directory" error. Fall back to opening a new file when encountering an error to fix this case.

Commit 1b89d3e introduced a regression
where opening a new file would no longer work, because attempting to
canonicalize its path would lead to a "No such file or directory"
error. Fall back to opening a new file when encountering an error to
fix this case.
@the-mikedavis the-mikedavis merged commit eb4ec32 into helix-editor:master Dec 24, 2022
hadronized pushed a commit to hadronized/helix that referenced this pull request Jan 4, 2023
Commit 1b89d3e introduced a regression
where opening a new file would no longer work, because attempting to
canonicalize its path would lead to a "No such file or directory"
error. Fall back to opening a new file when encountering an error to
fix this case.
freqmod pushed a commit to freqmod/helix that referenced this pull request Feb 8, 2023
Commit 1b89d3e introduced a regression
where opening a new file would no longer work, because attempting to
canonicalize its path would lead to a "No such file or directory"
error. Fall back to opening a new file when encountering an error to
fix this case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants