RedefStructs.jl icon indicating copy to clipboard operation
RedefStructs.jl copied to clipboard

Redefinable structures

Results 2 RedefStructs.jl issues
Sort by recently updated
recently updated
newest added

Just a heads up of a change in the internals in Julia for 1.8 that causes a breakage of this package: ``` valid: Error During Test at /home/pkgeval/.julia/packages/RedefStructs/JMYNd/test/runtests.jl:7 Test threw...

```julia julia> using RedefStructs julia> @redef_print struct S{T} x::T end ERROR: ArgumentError: method definition for show_datatype at /home/fstra/.julia/dev/RedefStructs/src/RedefStructs.jl:88 has free type variables Stacktrace: [1] top-level scope @ ~/.julia/dev/RedefStructs/src/RedefStructs.jl:91 ```