Commit 04bb5f1
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 04bb5f1
2 files changed
+1
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | 126 | | |
0 commit comments