mirror of
https://github.com/apple/pkl.git
synced 2026-05-03 21:54:19 +02:00
Fix local dependency globbing (#496)
This fixes an issue where globbing resources within a local dependency fails to match anything.
This commit is contained in:
@@ -32,7 +32,16 @@ examples {
|
||||
}
|
||||
}
|
||||
["glob-import local project"] {
|
||||
new {}
|
||||
new {
|
||||
["@project2/penguin.pkl"] {
|
||||
bird {
|
||||
name = "Penguin"
|
||||
favoriteFruit {
|
||||
name = "Ice Fruit"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
["glob-import using dependency notation"] {
|
||||
Set("@birds/catalog/Ostritch.pkl", "@birds/catalog/Swallow.pkl")
|
||||
|
||||
Reference in New Issue
Block a user