Skip to content

fix(CodeInterface): logic error in get_by code interfaces. #1961

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

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

Conversation

jimsynz
Copy link
Contributor

@jimsynz jimsynz commented Apr 10, 2025

This change causes a bunch of "no such input id" test failures. I'm considering filtering those out of the params before passing them into the action, but this would be a change of behaviour so I'm not sure what the correct thing to do is here.

@jimsynz jimsynz requested a review from zachdaniel April 10, 2025 02:50
@zachdaniel
Copy link
Contributor

The trick is to never merge the params and the args that are from filters at all.

So this work needs to happen up here, before we can't tell which is which: https://github.com/ash-project/ash/pull/1961/files#diff-1d9e19259691a4fc7f075f57875b4ddd8098e154132a72325e2bad771986ae63L657

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