-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
REPL Completions test failing on CI #27642
Labels
REPL
Julia's REPL (Read Eval Print Loop)
Comments
well, sorry that my worker generated something weird in Steps to reproduce: First, in the shell. $ touch /path/to/$'\244'$'\270'$'\244' In REPL: julia> using REPL.REPLCompletions
julia> test_scomplete(s) = shell_completions(s,lastindex(s))
test_scomplete (generic function with 1 method)
julia> s = "/path/to/"
"/path/to/"
julia> c, r = test_scomplete(s)
ERROR: PCRE.exec error: UTF-8 error: isolated byte with 0x80 bit set
Stacktrace:
[1] error at ./error.jl:33 [inlined]
[2] exec at ./pcre.jl:137 [inlined]
[3] findnext(::Regex, ::String, ::Int64) at ./regex.jl:222
[4] #replace#334(::Int64, ::Function, ::String, ::Pair{Regex,String}) at ./strings/util.jl:442
[5] replace at ./strings/util.jl:436 [inlined]
[6] #complete_path#7(::Bool, ::Function, ::String, ::Int64) at /data/iblis/git/julia/usr/share/julia/stdlib/v0.7/REPL/src/REPLCompletions.jl:203
[7] (::getfield(REPL.REPLCompletions, Symbol("#kw##complete_path")))(::NamedTuple{(:use_envpath,),Tuple{Bool}}, ::typeof(REPL.REPLCompletions.complete_path), ::String, ::Int64) at ./none:0
[8] shell_completions(::String, ::Int64) at /data/iblis/git/julia/usr/share/julia/stdlib/v0.7/REPL/src/REPLCompletions.jl:676
[9] test_scomplete(::String) at ./REPL[5]:1
[10] top-level scope at none:0 |
I tried to hit my tab key in REPL in both master and 0.6.3. |
Dup of #25816 I think. |
well, I don't think it's dup. |
Doesn't seem to happen anymore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://freebsdci.julialang.org/#/builders/1/builds/10369
The text was updated successfully, but these errors were encountered: