Skip to content

Commit a6c2ba3

Browse files
committed
Add comments to Project.toml explaining PRd repos.
1 parent a6357dd commit a6c2ba3

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

test/trim/Project.toml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,19 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1313
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1414

1515
[sources]
16-
ForwardDiff = {rev = "rv/remove-quote-assert-string-interpolation", url = "https://github.com/RomeoV/ForwardDiff.jl"}
17-
LinearSolve = {rev = "rv/remove-linsolve-forwarddiff-special-path", url = "https://github.com/RomeoV/LinearSolve.jl"}
16+
# Remove assert that triggers false positive for JET. Tracked at https://github.com/aviatesk/JET.jl/issues/736.
17+
ForwardDiff = {url = "https://github.com/RomeoV/ForwardDiff.jl", rev="rv/remove-quote-assert-string-interpolation"}
18+
# Remove special path code path for ForwarDiff of LinearSolve, which uses untrimmable `deepcopy`.
19+
# Use of `deepcopy` is tracked at https://github.com/SciML/LinearSolve.jl/issues/648.
20+
LinearSolve = {url = "https://github.com/RomeoV/LinearSolve.jl", rev="rv/remove-linsolve-forwarddiff-special-path"}
1821
NonlinearSolveFirstOrder = {path = "../../lib/NonlinearSolveFirstOrder"}
19-
Polyester = {rev = "master", url = "https://github.com/RomeoV/Polyester.jl"}
20-
PolyesterWeave = {rev = "main", url = "https://github.com/RomeoV/PolyesterWeave.jl"}
21-
SciMLBase = {rev = "as/fix-jet-opt", url = "https://github.com/AayushSabharwal/SciMLBase.jl"}
22+
# Remove use of CPUSummary which segfaults trimmed binary. Tracked at https://github.com/JuliaSIMD/Polyester.jl/pull/163.
23+
Polyester = {url = "https://github.com/RomeoV/Polyester.jl", rev="master"}
24+
# Remove use of CPUSummary which segfaults trimmed binary. Tracked at https://github.com/JuliaSIMD/PolyesterWeave.jl/pull/28
25+
PolyesterWeave = {url = "https://github.com/RomeoV/PolyesterWeave.jl", rev="main"}
26+
# Fix a type instability. Tracked at https://github.com/SciML/SciMLBase.jl/pull/1074.
27+
SciMLBase = {url = "https://github.com/AayushSabharwal/SciMLBase.jl", rev="as/fix-jet-opt"}
28+
2229

2330
[compat]
2431
ADTypes = "1.15.0"

0 commit comments

Comments
 (0)