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

delete configuration properties when empty #12670

Merged
merged 2 commits into from
Sep 4, 2024
Merged

Conversation

bobbrow
Copy link
Member

@bobbrow bobbrow commented Aug 30, 2024

In the Configuration UI, I noticed that leaving the compilerPath empty after typing something in there could result in getting "" set for the compilerPath, which is undesirable. This change will delete the property instead so that we can continue to pick the best compiler for configuration.

While I was in this code I also decided to have it clean up other properties whose contents were deleted from the UI.

@bobbrow bobbrow merged commit f077665 into main Sep 4, 2024
6 checks passed
@bobbrow bobbrow deleted the bobbrow/emptyCompilerPath branch September 4, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants