CompTime.jl
CompTime.jl copied to clipboard
Library for compile-time computing in julia
I just watched your fantastic JuliaCon talk and would love to try out CompTime.jl in some of my packages. Do you have plans to register CompTime.jl in the near future?...
I think one of the nicest things about this package is that it naturally gives access to the comptime and runtime versions without the user needing to repeat themselves. Therefore,...
This pull request sets the compat entry for the `MacroTools` package to `0.5`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...
This pull request sets the compat entry for the `MLStyle` package to `0.4`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...
Here's a MWE: ```julia julia> @ct_enable function f(x::Vararg{Any, N}) where {N} N end ERROR: TypeError: in TypeVar, in upper bound, expected Type, got Vararg{Any, N} Stacktrace: [1] TypeVar(n::Symbol, ub::Any) @...