Commit 84f14e7
Patrick Häcker
Do not inform user during precompilation
The current approach seems to have multiple disadvantages:
- If the user only got `TensorOperatoins.jl` as a indirect dependency, the information seems to be completely useless
- It's untypical to give information about a package during precompilation. That's what Readmes, docstrings or similar things are for
- The user can't deactivate it. If I read the code correctly, even setting the preference to false would print the warning again
So until a better solution is found, I think it makes sense to deactivate the precompile output.1 parent b3f19b8 commit 84f14e7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments