fix: use named grammar groups instead of group-all (avoids unfetched grammars)
Author: Aaron Steven White
Commit
269d87c72b31a05e29e461d8add4dfbadec74f32Parent: 4a1dd7ca0f
Structural diff unavailable
These commits were pushed via plain git push, so no pre-parsed
schemas are available. Install git-remote-cospan and re-push via panproto:// to
see scope-level changes, breaking change detection, and semantic diffs.
brew install panproto/tap/git-remote-cospan1 file changed +4 -1
@@ -29,7 +29,10 @@ panproto-mig = { git = "https://github.com/panproto/panproto.git", tag = "v0.18.
2929 panproto-expr = { git = "https://github.com/panproto/panproto.git", tag = "v0.18.1" } 3030 panproto-expr-parser = { git = "https://github.com/panproto/panproto.git", tag = "v0.18.1" } 3131 panproto-xrpc = { git = "https://github.com/panproto/panproto.git", tag = "v0.18.1" } 32-panproto-parse = { git = "https://github.com/panproto/panproto.git", tag = "v0.18.1", features = ["group-all"] } 32+panproto-parse = { git = "https://github.com/panproto/panproto.git", tag = "v0.18.1", features = [ 33+ "group-core", "group-web", "group-systems", "group-jvm", "group-scripting", 34+ "group-data", "group-functional", "group-devops", "group-mobile", 35+] } 3336 panproto-git = { git = "https://github.com/panproto/panproto.git", tag = "v0.18.1" } 3437 panproto-project = { git = "https://github.com/panproto/panproto.git", tag = "v0.18.1" } 3538 git2 = "0.20"