Currently there is a deprecation warning thrown for __precompile__(true)
functions at the start of packages.
This warning makes it difficult to have packages that are compatible with both v0.6 and v0.7 that do not throw warnings in 0.7. If the __precompile__
statement is removed to silence the warning, the package will not precompile in 0.6.
What is the recommended course of action here?