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

Better test/example dependency handling in yml #61

Closed aminya closed 4 years ago

aminya commented 4 years ago

regarding addtestdep there is no way to add the tests deps to the current environment. So I wrote my own way. If there is some way in Pkg itself, I would be happy to remove it.

I asked this a couple of times in the Slack group. https://julialang.slack.com/archives/C67EFTEF3/p1577556453102300

There is an issue for it without any solution https://github.com/JuliaLang/Pkg.jl/issues/1008

aminya commented 4 years ago

I am going to close this and make a pull request to Pkg.