Kristoffer Carlsson

Results 1634 comments of Kristoffer Carlsson

https://github.com/JuliaLang/julia/issues/52075 has to be fixed though and unless the rendering of StyledStrings is moved into Base I think the StyledStrings usage has to be reverted so we can move ConsoleLogger...

Putting Logging back into the sysimage is not a fix.

Got reverted on 1.11 to fix regressions in the logging colors when Logging was not loaded.

Ah, sorry, missed that. I think it would be interesting to also add this style of assignment to see how that compares with broadcasting for the different types, https://discourse.julialang.org/t/julia-style-arrays-matrix-vs-structs/32424/10?u=kristoffer.carlsson.

I would say that ```jl julia> copyto!(x, y) 2-element Vector{String}: #undef #undef ``` is the bug. There is (almost) never a case where you can undefine values that have once...

The current behavior is already approved by triage (https://github.com/JuliaLang/julia/issues/24388#issuecomment-341546898) so it feels a bit odd that there is a new triage later that just goes and overrides this without any...

Looks effectively the same as the example in https://github.com/JuliaLang/julia/issues/52385#issuecomment-1839518854 (except much longer)?

Jameson says that the assertion here might have to be uncommented since this case is not so bad and actually fixing this is very hard.

Removing milestone due to https://github.com/JuliaLang/julia/pull/54408