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:
Daniel Chao
2024-05-16 08:36:37 -07:00
committed by GitHub
parent a5c13e325a
commit 5f4d475d84
2 changed files with 20 additions and 4 deletions

View File

@@ -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")