Pkg3: How to get the precompilation warnings again?

With 0.7 alpha, I installed the package CSV and got a lot of warnings when precompiling. Now I would like to report these warnings, but I cannot reproduce them.

If I do

]
rm CSV
add CSV
precompile

It is not getting precompiled again, so I get no warnings shown.
How can I fix this issue?

You remove the appropriate cached files in ~/.julia/compiled/.

1 Like