timholy / SnoopCompile.jl

Provide insights about latency (TTFX) for Julia packages
https://timholy.github.io/SnoopCompile.jl/dev/
Other
309 stars 48 forks source link

Fixing addtestdep not defined #104

Closed aminya closed 4 years ago

aminya commented 4 years ago

In this new configuration, people cannot call the internal functions of each package through SnoopCompile.

We should probably use @reexport to solve this issue.

aminya commented 4 years ago

This does not solve the issue, and I cannot run SnoopCompile.addtestdep(). https://github.com/JuliaMusic/MusicXML.jl/runs/801791877#step:4:175

timholy commented 4 years ago

You just to say using SnoopCompileBot: privatefunction in src/SnoopCompile.jl. I'll split what I have in #101 out and submit separately without bumping the version.

aminya commented 4 years ago

107 solves this