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

@io depends on StructIO being imported

Open maleadt opened this issue 1 year ago • 0 comments

MWE:

julia> using StructIO: @io

julia> @io struct Foo
       end
ERROR: UndefVarError: `StructIO` not defined

The @io macro should probably resolve references to StructIO already.

maleadt avatar Feb 20 '24 09:02 maleadt