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

Commits on Jun 17, 2023

  1. Conditional source-tree bootstrapping

    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 <[email protected]>
    tomtau and mzhang28 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    bf8c95b View commit details
    Browse the repository at this point in the history