Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Gate Grammars #711

Merged
merged 9 commits into from
Jul 5, 2024
Merged

Feature Gate Grammars #711

merged 9 commits into from
Jul 5, 2024

Conversation

Xophmeister
Copy link
Member

@Xophmeister Xophmeister commented Jul 4, 2024

Feature Gate Grammars

Resolves #710

Description

Put each grammar and its associated dependencies behind a feature gate. By default, the supported and contributed languages will be built; experimental languages (Bash and Rust) will not.

Checklist

Checklist before merging:

  • CHANGELOG.md updated
  • README.md up-to-date

@Xophmeister
Copy link
Member Author

It was all going so well, but then...

error: failed to parse manifest at `/home/chris/Projects/tweag/topiary/Cargo.toml`

Caused by:
  tree-sitter-bash is optional, but workspace dependencies cannot be optional

@Xophmeister Xophmeister marked this pull request as ready for review July 4, 2024 21:47
@Xophmeister
Copy link
Member Author

@yannham FYI 🙂

@Xophmeister Xophmeister merged commit 2eba341 into main Jul 5, 2024
8 checks passed
@Xophmeister Xophmeister deleted the chris/gate-bash-support branch July 5, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gate (at least) Bash support behind a feature flag
2 participants