help wantedmacros
仓库指标
- 星标
- (48,709 个星标)
- PR 合并指标
- (平均合并 20天 6小时) (30 天内合并 157 个 PR)
描述
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