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

[JEWEL-761] Fix modifier handling in Link #2942

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rock3r
Copy link
Collaborator

@rock3r rock3r commented Feb 12, 2025

We had a bug in Link where, when it was enabled, it would essentially ignore the passed in Modifier. The fix is straightforward, but the issue was tricky to spot, as it's quite subtle!

This also:

  • Adds a test to avoid regressions
  • Restores the ui-tests module, which was removed from the Gradle build by mistake (probably during a rebase/merge)
  • Restores and fixes the git hook setup on non-Windows OSes and proposes a solution for Windows for Kuba to test

@rock3r rock3r self-assigned this Feb 12, 2025
@rock3r rock3r added the jewel label Feb 12, 2025
We had a bug in Link where, when it was enabled, it would essentially
ignore the passed in Modifier. The fix is simple, but the issue was
tricky to spot, as it's quite subtle!

This also:
 * Adds a test to avoid regressions
 * Restores the ui-tests module, which was removed from the Gradle build
   by mistake (probably during a rebase/merge)
 * Restores the git hook setup on non-Windows OSes (it is only broken on
   Windows) and proposes a solution for Windows for Kuba to test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant