You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we had a function code_expr(::Method) that returns :(function foo(...) ...), it would make augmenting existing functions (for instrumenting profiler, tracing, ...) vastly easier to do without digging into the internals or parsing source files (which may have been modified). @davidanthoffhas another use for it in Query.jl, and it would kinda solve #2625
chakravala, johnnychen94, MasonProtter and bramtayl