Skip to content

Commit

Permalink
fix category
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Jan 11, 2024
1 parent 203e747 commit 281a5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/julia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function typeinf_ext_nvtx(interp::Base.Core.Compiler.AbstractInterpreter, linfo:
method = linfo.def
types = linfo.specTypes.parameters[2:end]
message = "$(method.name)($(join([string("::", t) for t in types], ", "))) @ $(method.module) $(method.file):$(method.line)"
id = range_start(JULIA_DOMAIN; message, color = INFERENCE_COLOR[], category = 10)
id = range_start(JULIA_DOMAIN; message, color = INFERENCE_COLOR[], category = 11)
ret = Core.Compiler.typeinf_ext_toplevel(interp, linfo)
range_end(id)
return ret
Expand Down

0 comments on commit 281a5bc

Please sign in to comment.