help wantedmacros
Metriche repository
- Star
- (48.709 stelle)
- Metriche merge PR
- (Merge medio 20g 6h) (157 PR mergiate in 30 g)
Descrizione
eg make this work:
julia> module A
f(x)=1
end
A
julia> module B
f(x)=2
end
B
julia> @deprecate A.f(x) B.f(x)
ERROR: invalid usage of @deprecate