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

Fix a bug in ParmParse::remove #4093

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

WeiqunZhang
Copy link
Member

Should have used prefixed name.

Should have used prefixed name.
@WeiqunZhang WeiqunZhang requested a review from ax3l August 19, 2024 03:09
@ax3l ax3l added the bug label Aug 19, 2024
@ax3l
Copy link
Member

ax3l commented Aug 19, 2024

Thanks! Just to connect it well, this fixes #4087 ?

@@ -1854,7 +1854,7 @@ int
ParmParse::remove (const char* name)
{
auto const pname = prefixedName(name);
Copy link
Member

Choose a reason for hiding this comment

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

Interesting that this did not throw an unused variable warning. Should we double check CI covers this?

@ax3l ax3l self-assigned this Aug 19, 2024
@ax3l
Copy link
Member

ax3l commented Aug 19, 2024

Huh, why does the WarpX app build still fail? We merged ECP-WarpX/WarpX#5126 the other day.

Update: aha, this checks out WarpX 24.08 not its development.

@ax3l ax3l enabled auto-merge (squash) August 19, 2024 03:20
@ax3l ax3l merged commit a25769b into AMReX-Codes:development Aug 19, 2024
71 of 72 checks passed
@WeiqunZhang WeiqunZhang deleted the pp_remove branch August 19, 2024 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants