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

Conditional source-tree bootstrapping #866

Merged
merged 1 commit into from
Jun 17, 2023

Conversation

tomtau
Copy link
Contributor

@tomtau tomtau commented Jun 16, 2023

Based on #495
Use cargo to run the bootstrapper.
The default feature was flipped compared to #495,
so that the existing CI workflows continue working as before.

The projects that want to depend on git-based pest can do as follows:
pest_derive = { git = "...", features = ["not-bootstrap-in-src"] }

@tomtau tomtau requested a review from a team as a code owner June 16, 2023 09:23
@tomtau tomtau requested review from NoahTheDuke and removed request for a team June 16, 2023 09:23
Based on pest-parser#495
Use cargo to run the bootstrapper.
The default feature was flipped compared to pest-parser#495,
so that the existing CI workflows continue working
as before.

The projects that want to depend on git-based pest
can do as follows:
`pest_derive = { git = "...", features = ["not-bootstrap-in-src"] }`

Co-authored-by: Michael Zhang <mail@mzhang.io>
@tomtau tomtau merged commit 867da2e into pest-parser:master Jun 17, 2023
9 checks passed
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.

None yet

2 participants