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

C++: #18592 follow-up #18616

Merged
merged 1 commit into from
Jan 28, 2025
Merged

C++: #18592 follow-up #18616

merged 1 commit into from
Jan 28, 2025

Conversation

MathiasVP
Copy link
Contributor

In #18592 (after lots of back-and-forth) we identified a problem in the C++ MaD setup where we were conflating the summarized callables and the source callable whenever a summarized callable existed in the database.

Initially, I thought that the fix required us to remove parameter nodes for MaD summarized functions (something I now know we shouldn't do!), and thus I did ad80b36. However, in a later commit we re-introduced the parameter nodes. However, I forgot to revert ad80b36. So this PR reverts that commit.

…hen there is a summary of the enclosing function."

This reverts commit ad80b36.
@Copilot Copilot bot review requested due to automatic review settings January 28, 2025 17:10
@MathiasVP MathiasVP requested a review from a team as a code owner January 28, 2025 17:10

Choose a reason for hiding this comment

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

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

Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon. Learn more

@github-actions github-actions bot added the C++ label Jan 28, 2025
@MathiasVP MathiasVP added the no-change-note-required This PR does not need a change note label Jan 28, 2025
@MathiasVP MathiasVP merged commit bc50634 into github:main Jan 28, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants