We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
The project_precommit_check script mentioned in the pull request template is limited to Swift up to 5.10.
project_precommit_check
As a consequence, one can't submit a pull request that targets Swift 6.0, and pass pull request requirements.
The text was updated successfully, but these errors were encountered:
I submitted a pull request for GRDB/Swift6.0 anyway: #964
Sorry, something went wrong.
I forgot to add that the pull request template does not provide the correct way to call project_precommit_check. It says:
pass ./project_precommit_check script run
./project_precommit_check
This is not... accurate as it should be. For an example of a real way to call it, see: #792. That's how it is supposed to be called:
./project_precommit_check GRDB.swift --earliest-compatible-swift-version 5.7
And it is not easy to guess.
No branches or pull requests
Hello,
The
project_precommit_check
script mentioned in the pull request template is limited to Swift up to 5.10.As a consequence, one can't submit a pull request that targets Swift 6.0, and pass pull request requirements.
The text was updated successfully, but these errors were encountered: