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

Helpers do not merge correctly with symbol-based DSL #505

Closed
seancorfield opened this issue Sep 27, 2023 · 0 comments
Closed

Helpers do not merge correctly with symbol-based DSL #505

seancorfield opened this issue Sep 27, 2023 · 0 comments
Assignees
Labels
bug It's broken, I'll fix it!

Comments

@seancorfield
Copy link
Owner

  (-> '{:where [= x 1]}
      (h/where [:= :y 2])) ; works

  (-> '{where [= x 1]}
      (h/where [:= :y 2])) ; does not work

This will affect all auto-merging helpers.

@seancorfield seancorfield added the bug It's broken, I'll fix it! label Sep 27, 2023
@seancorfield seancorfield self-assigned this Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It's broken, I'll fix it!
Projects
None yet
Development

No branches or pull requests

1 participant