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

Results 4 FunctionWrappers.jl issues
Sort by recently updated
recently updated
newest added

This snippets either segfaults or returns an unhandled `UndefRefError`, but only in Julia 1.10 (starting at least with beta1) and only under linux and macos (though the latter only on...

This is MWE for #17. ```julia-repl julia> using FunctionWrappers, TimeZones julia> f = () -> ZonedDateTime(2021, tz"UTC") #1 (generic function with 1 method) julia> f() 2021-01-01T00:00:00+00:00 julia> FunctionWrappers.FunctionWrapper{ZonedDateTime,Tuple{}}(f) Assertion failed:...

FunctionWrappers.jl has been suggested to me as an option for enforcing "function types". But I see the package does not have docs. Is there any plans for writing some? Even...

After upgrading from FunctionWrappers v1.1.1 to v1.1.2, I am seeing errors in the Catlab test suite: https://github.com/AlgebraicJulia/Catlab.jl/issues/388 In one environment, the error manifests as a stack trace (`fatal error in...