Skip to content

Commit

Permalink
start adding test for #55939
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Oct 18, 2024
1 parent f1990e2 commit 92c4bc9
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions test/project/Extensions/BugDepLookup/Manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.12.0-DEV"
manifest_format = "2.0"
project_hash = "cebcff3d0ef322620470318a4693cc25dfa56077"

[[deps.BugDepLookup]]
deps = ["SomePackage"]
path = "."
uuid = "9b094d01-e697-4a76-8fe8-871656a862e0"
version = "0.1.0"

[deps.BugDepLookup.extensions]
SomePackageExt = "SomePackage"

[deps.BugDepLookup.weakdeps]
Baz = "5796e38b-8bd2-4f06-8c98-e0a8826bb787"

[[deps.SomePackage]]
path = "../SomePackage"
uuid = "678608ae-7bb3-42c7-98b1-82102067a3d8"
version = "0.1.0"
13 changes: 13 additions & 0 deletions test/project/Extensions/BugDepLookup/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "BugDepLookup"
uuid = "9b094d01-e697-4a76-8fe8-871656a862e0"
authors = ["Cody Tapscott <[email protected]>"]
version = "0.1.0"

[deps]
SomePackage = "678608ae-7bb3-42c7-98b1-82102067a3d8"

[weakdeps]
Baz = "5796e38b-8bd2-4f06-8c98-e0a8826bb787"

[extensions]
SomePackageExt = "SomePackage"
5 changes: 5 additions & 0 deletions test/project/Extensions/BugDepLookup/ext/SomePackageExt.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module SomePackageExt

using BugDepLookup, SomePackage

end
4 changes: 4 additions & 0 deletions test/project/Extensions/BugDepLookup/src/BugDepLookup.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module BugDepLookup


end

0 comments on commit 92c4bc9

Please sign in to comment.