cstjean / TraceCalls.jl

A debugging and profiling tool for Julia
Other
46 stars 4 forks source link

TODO: Get included files by inspecting the exported methods #23

Closed cstjean closed 7 years ago

cstjean commented 7 years ago

That would be kinda heuristic, since of course, an included file which merely extends functions defined in Base doesn't have any exported function.

cstjean commented 7 years ago

Alternatively, it might be easier to simply special-case packages like DataFrames.jl (eg. by specifying that all jl files in DataFrames are part of that module)

cstjean commented 7 years ago

This will have to be fixed in Revise.