Add missing deprecation warning for --dev#6475
Merged
neersighted merged 2 commits intopython-poetry:masterfrom Sep 12, 2022
mkniewallner:add-missing-deprecation-warnings
Merged
Add missing deprecation warning for --dev#6475neersighted merged 2 commits intopython-poetry:masterfrom mkniewallner:add-missing-deprecation-warnings
--dev#6475neersighted merged 2 commits intopython-poetry:masterfrom
mkniewallner:add-missing-deprecation-warnings
Conversation
|
Deploy preview for website ready! Built with commit 5213251. |
neersighted
approved these changes
Sep 12, 2022
poetry-bot bot
pushed a commit
that referenced
this pull request
Sep 12, 2022
`--dev` is marked as deprecated for both [add](https://python-poetry.org/docs/cli/#options-4) and [remove](https://python-poetry.org/docs/cli/#options-5) commands in the documentation and emit a warning when used, but this is not reflected in the CLI help messages. I also took the occasion to update the documentation to suggest replacements. Once backported, this would also require an update of the 1.2.0 blog post announcement, which doesn't mention those deprecations. (cherry picked from commit 844a720)
neersighted
pushed a commit
that referenced
this pull request
Sep 12, 2022
Backport 844a720 from #6475. Co-authored-by: Mathieu Kniewallner <[email protected]>
karrtikr
pushed a commit
to microsoft/vscode-python
that referenced
this pull request
Oct 11, 2022
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Check List
--devis marked as deprecated for both add and remove commands in the documentation and emit a warning when used, but this is not reflected in the CLI help messages.I also took the occasion to update the documentation to suggest replacements. Once backported, this would also require an update of the 1.2.0 blog post announcement, which doesn't mention those deprecations.