Skip to content

Go: Fix "Parameter" in models-as-data #18565

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

Merged
merged 4 commits into from
Jan 29, 2025
Merged

Conversation

owen-mc
Copy link
Contributor

@owen-mc owen-mc commented Jan 22, 2025

It was silently failing because InterpretNode.asCallable() was only working correctly for summarized callables. This is fine for other input and output kinds, but "Parameter" is used for parameters of functions with bodies.

@Copilot Copilot AI review requested due to automatic review settings January 22, 2025 22:51
@owen-mc owen-mc requested a review from a team as a code owner January 22, 2025 22:51
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.

Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more

@owen-mc
Copy link
Contributor Author

owen-mc commented Jan 23, 2025

DCA showed no performance impact.

@owen-mc owen-mc merged commit 04e17ec into github:main Jan 29, 2025
14 checks passed
@owen-mc owen-mc deleted the go/mad/parameter branch January 29, 2025 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants