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

Breaking but unimportant changes #137

Open
alexpovel opened this issue Sep 29, 2024 · 2 comments
Open

Breaking but unimportant changes #137

alexpovel opened this issue Sep 29, 2024 · 2 comments

Comments

@alexpovel
Copy link
Owner

These could be collected and then released all at once, to reduce churn and have a single "BREAKING CHANGES" section in a single release.

  • --stdin-override-to is currently Option<bool> which is stupid and confusing. It should be its own enum along the lines of

    enum StdinPresence {
        Heuristic, // previously `None`
        ForceOn, // previously `Some(true)`
        ForceOff, // previously `Some(false)`
    }

    which would read much neater on the CLI and also be less of a headache to understand ("what does None mean again?")

Copy link

issuedigger bot commented Sep 29, 2024

The most similar issues to this one are:

  1. 0.13.0 build failure #106 , with a similarity score of 0.93.
  2. Fix cloning static query on every query call #76 , with a similarity score of 0.91.
  3. Implement language grammars #48 , with a similarity score of 0.91.

@alexpovel
Copy link
Owner Author

Relates to #149

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

No branches or pull requests

1 participant