Tim Holy

Results 243 issues of Tim Holy

Apologies for not submitting a PR, but hopefully this makes a ready-to-use test case: ```julia julia> struct UndefField defined::Int maybe_defined::DataType UndefField(i) = new(i) UndefField(i, @nospecialize(T::DataType)) = new(i, T) end julia>...

Filing for future reference (would be too much of an interruption to fix now): ``` jl julia> a = rand(UInt8, 5) 5-element Array{UInt8,1}: 0x08 0xcd 0x4a 0x5d 0x1f julia> b...

maths

This provides a bandaid for broken code on Julia 1.10, and adds a test for all versions.