Skip to content

Deprecation message when using 0.0.96 and older Toolbx container + tests #1697

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DaliborKr
Copy link
Collaborator

Added deprecation message when running a container that was created with Toolbx 0.0.96 and older, as described in #1684

@DaliborKr DaliborKr requested a review from debarshiray as a code owner August 6, 2025 08:02
Copy link
Member

@debarshiray debarshiray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this, @DaliborKr ! I didn't get a chance to try out the code changes and the test, so I only have some superficial comments.

Could you please add a link to the issue #1684 in the Git commit message, like we do in other commits? It makes it easier to follow the context of the commits in future. Otherwise, one has to open the commit in a web browser and then find the links.

There are some minor trailing whitespace and missing newline problems. The trailing whitespaces can cause confusion in future, because they can get deleted or added in future commits and cause false extra lines to show up in the diff. Git can help you detect them, if you use:

$ git config --global diff.wsErrorHighlight all

... or put this in your ~/.gitconfig:

[diff]
       wsErrorHighlight = all

@DaliborKr DaliborKr force-pushed the depr_flatpak_dbus_service branch from 494ab56 to 419bbba Compare August 6, 2025 13:46
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

Successfully merging this pull request may close these issues.

2 participants