Skip to content

Conversation

@aviatesk
Copy link
Member

No description provided.

@aviatesk
Copy link
Member Author

aviatesk commented Nov 26, 2025

Test failures are unrelated and due to the changes in Julia itself probably.
I confirmed this branch passes the test suite with this patch:

diff --git a/test/misc.jl b/test/misc.jl
index 8acf81c..37c61bc 100644
--- a/test/misc.jl
+++ b/test/misc.jl
@@ -78,7 +78,7 @@ end
 
 frame = @make_frame Test.eval(1)
 desc = Debugger.locdesc(frame)
-@test occursin(Sys.STDLIB, desc)
+# @test occursin(Sys.STDLIB, desc)
 
 import InteractiveUtils
 @testset "`o` command" begin
diff --git a/test/ui.jl b/test/ui.jl
index 1f7262e..1d18497 100644
--- a/test/ui.jl
+++ b/test/ui.jl
@@ -184,5 +184,5 @@ end
     c, _ = test_complete(prov, "local")
     @test "local_var" in c
     c, _ = test_complete(prov, "f_")
-    @test "f_args" in c
+    # @test "f_args" in c
 end

@aviatesk aviatesk merged commit f13d724 into master Nov 26, 2025
0 of 6 checks passed
@aviatesk aviatesk deleted the avi/CodeTracking-v3 branch November 26, 2025 17:42
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