-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow loading extensions when a trigger is loaded from below the pare…
…nt's load path (#49701) also allow loading extensions of the active project (cherry picked from commit d55314c)
- Loading branch information
1 parent
21e90e0
commit 1856c5a
Showing
4 changed files
with
103 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# This file is machine-generated - editing it directly is not advised | ||
|
||
julia_version = "1.9.0-rc3" | ||
manifest_format = "2.0" | ||
project_hash = "ec25ff8df3a5e2212a173c3de2c7d716cc47cd36" | ||
|
||
[[deps.ExtDep]] | ||
deps = ["SomePackage"] | ||
path = "../ExtDep.jl" | ||
uuid = "fa069be4-f60b-4d4c-8b95-f8008775090c" | ||
version = "0.1.0" | ||
|
||
[[deps.ExtDep2]] | ||
path = "../ExtDep2" | ||
uuid = "55982ee5-2ad5-4c40-8cfe-5e9e1b01500d" | ||
version = "0.1.0" | ||
|
||
[[deps.SomePackage]] | ||
path = "../SomePackage" | ||
uuid = "678608ae-7bb3-42c7-98b1-82102067a3d8" | ||
version = "0.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[deps] | ||
ExtDep = "fa069be4-f60b-4d4c-8b95-f8008775090c" | ||
ExtDep2 = "55982ee5-2ad5-4c40-8cfe-5e9e1b01500d" | ||
SomePackage = "678608ae-7bb3-42c7-98b1-82102067a3d8" |