Conversation
The filter already attempted to address the issue, but the syntax was incorrect with the result that no substitution was applied. Also, remove messing with `LOAD_PATH` and use `sources` section in docs project.
| pushfirst!(LOAD_PATH, joinpath(@__DIR__, "..")) # add Enzyme to environment stack | ||
| pushfirst!(LOAD_PATH, joinpath(@__DIR__, "..", "lib")) # add EnzymeCore to environment stack | ||
|
|
There was a problem hiding this comment.
I can't say how much frustration these two lines caused me, I was getting all the time, on different machines, absurd errors about LLVM or StaticArrays not being installed, while they were clearly in my environment. This drove me crazy!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2265 +/- ##
==========================================
+ Coverage 67.50% 75.36% +7.85%
==========================================
Files 31 56 +25
Lines 12668 16734 +4066
==========================================
+ Hits 8552 12612 +4060
- Misses 4116 4122 +6 ☔ View full report in Codecov by Sentry. |
|
Documentation building is finally working again. Note that documentation hasn't been built in over a month since v0.13.20. |
| Documenter = "1" | ||
| Literate = "2" | ||
|
|
||
| [sources] |
There was a problem hiding this comment.
The filter already attempted to address the issue, but the syntax was incorrect
with the result that no substitution was applied.
Also, remove messing with
LOAD_PATHand usesourcessection in docs project.