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

terminal: Treat paths with non-digit col/rows as paths nonetheless #10691

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

osiewicz
Copy link
Contributor

@osiewicz osiewicz commented Apr 17, 2024

This relaxes path parsing to allow paths like ./foo.rs:food or ./food/foo_bar.rs:2:12:food as some tools may add a suffix without regard for col/row end.

Fixes #10688

Release Notes:

  • Made path parsing in terminal (for directory links) more lenient with regards to row/column fields.

This relaxes path parsing to allow paths like ./foo.rs:food or ./food/foo_bar.rs:2:12:food as some tools may
add a suffix without regard for col/row end.

Fixes #10688
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Apr 17, 2024
@osiewicz osiewicz changed the title terminal: treat paths with non-digit col/rows as paths nonetheless. terminal: treat paths with non-digit col/rows as paths nonetheless Apr 17, 2024
@maxdeviant maxdeviant changed the title terminal: treat paths with non-digit col/rows as paths nonetheless terminal: Treat paths with non-digit col/rows as paths nonetheless Apr 17, 2024
@osiewicz osiewicz merged commit 4f2214e into main Apr 17, 2024
11 checks passed
@osiewicz osiewicz deleted the terminal-panel-more-lenient-parsing-of-paths branch April 17, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Terminal file paths cannot be clicked when column portion of path is malformed
1 participant