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

Fix helper line feedback matching #323

Merged
merged 1 commit into from Mar 8, 2024
Merged

Fix helper line feedback matching #323

merged 1 commit into from Mar 8, 2024

Conversation

martin-fleck-at
Copy link
Contributor

What it does

  • Use <= as comparison operator
  • Do not match for feedback edge

Fixes eclipse-glsp/glsp#1257

How to test

When binding the IHelperLineOptions in workflow-diagram-module, set the alignmentEpsilon to zero and observe that now we properly match the zero-epsilon condition.

Follow-ups

Changelog

  • This PR should be mentioned in the changelog
  • This PR introduces a breaking change (if yes, provide more details below for the changelog and the migration guide)

- Use <= as comparison operator
- Do not match for feedback edge

Fixes eclipse-glsp/glsp#1257
Copy link
Contributor

@tortmayr tortmayr left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks 👍🏼

@tortmayr tortmayr merged commit 154edf1 into master Mar 8, 2024
6 checks passed
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.

Default comparison of alignment of helper lines should be <= instead of <
2 participants