Open t-bltg opened 21 hours ago
I know exactly what this is, there was a change in the StyledStrings
update that's unfortunately breaking and narrowly missed the merge window for 1.11 (it's one of the reasons why the lib is marked as experimental). I'll need to update:
StyledStrings.jl
backport/compat release, so I can updateJuliaSyntaxHighlighting.jl
backport/compat release, so I can updateAbout.jl
Unfortunately, I'm rather tight on time ATM. I'll see how quickly I can get to this.
Just flagging here that in my own attempt to track this down, I noticed some outdated constructor calls in docstrings that slipped through in the original Julia PR. Specifically here: https://github.com/JuliaLang/julia/pull/55741/files#diff-2f01122b48405cb66bf6b682b0cb968aa4a6d6cfd0ec6975e2114d04c583dd1cR59-R60
Ah yep, thanks for flagging that. Feel free to open a PR (I'll review and merge it), or I'll get to it with the next batch of work.
About
fails precompilation on julia1.11.2
(works on1.11.1
):