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

Allow the new API for CMakeBuildConfiguration to be extended #1051

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

jonahgraham
Copy link
Member

PR #1010 added the ability to extend CMakeBuildConfiguration and CMakeBuildConfigurationProvider by making the classes public API, they used to be internal API.

This change makes it easier to reuse the code in the provider and configuration by allowing extenders to provide their own implementations of CMakeBuildConfiguration. This has been achieved by adding createCMakeBuildConfiguration methods to control which CMakeBuildConfiguration is constructed.

Follow up to #1010

PR eclipse-cdt#1010 added the ability to extend CMakeBuildConfiguration and
CMakeBuildConfigurationProvider by making the classes public
API, they used to be internal API.

This change makes it easier to reuse the code in the provider
and configuration by allowing extenders to provide their own
implementations of CMakeBuildConfiguration. This has been
achieved by adding createCMakeBuildConfiguration methods to
control which CMakeBuildConfiguration is constructed.

Follow up to eclipse-cdt#1010
@jonahgraham
Copy link
Member Author

@betamaxbandit please have a look at this and let me know your thoughts.

Copy link

Test Results

   601 files  ±0     601 suites  ±0   12m 57s ⏱️ +4s
10 200 tests ±0  10 176 ✅  - 1  23 💤 ±0  1 ❌ +1 
10 238 runs  ±0  10 214 ✅  - 1  23 💤 ±0  1 ❌ +1 

For more details on these failures, see this check.

Results for commit c26c598. ± Comparison against base commit 9e04dc5.

@jonahgraham jonahgraham merged commit 978eea5 into eclipse-cdt:main Jan 23, 2025
4 of 5 checks passed
@jonahgraham jonahgraham added this to the 12.0.0 M2 milestone Jan 23, 2025
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.

1 participant