Open
Conversation
Always print a user-facing message for the gleam deps outdated command.
Add unit tests
Update CHANGELOG.md
Member
|
Hello! You've ticked the box saying this design has been discussed beforehand, but no such discussion has taken place. |
Member
|
Please do not run AI spam in our PRs, it is quite annoying! |
Author
My fault. Wrong tick. "I looked too closely at the problem while I was on lunch break" until I wrote it down and sent the edit. First time. First mistake 😅
Are you talking about the copilot review? I didn't know it could be removed. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#5421
This pull request improves the user experience of the
gleam deps outdatedcommand by making its output clearer when there are no outdated dependencies. Previously, the command was silent if no updates were found, which could be confusing. Now, it prints a helpful message in this case. The changes also include new tests to ensure this behavior.Enhancements to
gleam deps outdatedoutput:No outdated dependencies found.when there are no outdated dependencies, instead of being silent. This is handled by introducing a newformat_version_updatesfunction.