Skip to content

Commit

Permalink
use gray for debug info for code_llvm to be consistent with e.g. stac…
Browse files Browse the repository at this point in the history
…ktraces (#37920)
  • Loading branch information
KristofferC committed Oct 8, 2020
1 parent d0ee99b commit c12ef83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/InteractiveUtils/src/codeview.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ highlighting = Dict{Symbol, Bool}(

llstyle = Dict{Symbol, Tuple{Bool, Union{Symbol, Int}}}(
:default => (false, :light_black), # e.g. comma, equal sign, unknown token
:comment => (false, :green),
:comment => (false, :light_black),
:label => (false, :light_red),
:instruction => ( true, :light_cyan),
:type => (false, :cyan),
Expand Down

2 comments on commit c12ef83

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected. A full report can be found here. cc @maleadt

Please sign in to comment.