Skip to content

Correct bug with missing parens in fix of applied composition#469

Merged
jfmengels merged 2 commits intojfmengels:mainfrom
lue-bird:fix-applied-composition
Feb 2, 2026
Merged

Correct bug with missing parens in fix of applied composition#469
jfmengels merged 2 commits intojfmengels:mainfrom
lue-bird:fix-applied-composition

Conversation

@lue-bird
Copy link
Collaborator

@lue-bird lue-bird commented Feb 2, 2026

Reported in this slack message by @morteako (Thank you!)

Previously (as an example):

(g << f) b == 0
--> g <| f b == 0

Now:

(g << f) b == 0
--> (g <| f b) == 0

@lue-bird lue-bird added the bug Something isn't working label Feb 2, 2026
@lue-bird lue-bird changed the title correct bug with missing parens in fixing applied composition Correct bug with missing parens in fix of applied composition Feb 2, 2026
@jfmengels jfmengels merged commit 2dd4985 into jfmengels:main Feb 2, 2026
2 checks passed
@jfmengels
Copy link
Owner

Thank you! 🚀

@jfmengels
Copy link
Owner

Fix released in v2.1.15

@lue-bird lue-bird deleted the fix-applied-composition branch February 2, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants