Skip to content

AnnotatedString rendering seems buggy on 1.14 (vs 1.13) #60359

@KristofferC

Description

@KristofferC

Below might only repro if there is a colorscheme used that has rainbow brackets non-default. I'll update with something that should probably work everywhere.

julia> str = Base.AnnotatedString{String}("foo [endz] bar", [(5:5, :face, :julia_rainbow_bracket_1), (10:10, :face, :julia_rainbow_bracket_1)]);

1.13:
Image

1.14:

Image

Potentially #60212 which would suggest JuliaLang/StyledStrings.jl@9bb8ffd but this is purely guess work.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions