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

Matching Windows paths with spaces #320

Merged
merged 3 commits into from
Apr 15, 2020
Merged

Conversation

FAlobaid
Copy link
Contributor

@FAlobaid FAlobaid commented Apr 15, 2020

Fixes JunoLab/Juno.jl#421 to correctly handle Windows paths with spaces in Juno REPL. Also added some tests. Related pull request: JunoLab/atom-julia-client#731.

Fixes JunoLab/Juno.jl#421 to correctly handle Windows paths with spaces in Juno REPL. Also added some tests.
@codecov
Copy link

codecov bot commented Apr 15, 2020

Codecov Report

Merging #320 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #320   +/-   ##
=======================================
  Coverage   54.95%   54.95%           
=======================================
  Files          42       42           
  Lines        2615     2615           
=======================================
  Hits         1437     1437           
  Misses       1178     1178           
Flag Coverage Δ
#unittests 54.95% <ø> (ø)
Impacted Files Coverage Δ
src/path_matching.jl 84.61% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4d3140...7672ff2. Read the comment docs.

Updated the regexp to better handle file extensions by excluding non-path characters.
@aviatesk aviatesk merged commit 3b0fe4f into JunoLab:master Apr 15, 2020
@FAlobaid FAlobaid deleted the fixwinpaths branch April 15, 2020 16:27
FAlobaid added a commit to FAlobaid/Atom.jl that referenced this pull request Apr 16, 2020
This fix is related to JunoLab/Juno.jl#421 and improves on the previous PR JunoLab#320 to better handle paths with spaces in Juno REPL for Windows, macOS and Linux.
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.

[BUG] Clicking on path that contains spaces in REPL plane does not open corresponding file in editor plane
2 participants