Skip to content

Remove experimental features code and build option #5540

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 6 commits into from
Jun 11, 2025

Conversation

ypatia
Copy link
Member

@ypatia ypatia commented Jun 6, 2025

We have been using two different ways to introduce experimental behavior: Experimental c/cpp header files and experimental features code and cmake/bootrstrap option (--enable-experimental-features). The code and feautures under the latter, mainly task graphs, was not used and was only causing trouble with assertions failing that make nightlies fail.

This PR is removing all the experimental features code, test code and build option and leaves a single way to introduce experimental behavior through C and C++ APIs in tiledb_experimental.h files.


TYPE: BREAKING_BEHAVIOR
DESC: Remove experimental features code and build/bootstrap option

Copy link
Member

@teo-tsirpanis teo-tsirpanis left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link
Member

Choose a reason for hiding this comment

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

Does this make sense to move to the main examples?

@ypatia ypatia changed the title Remove experimental features code and buildoption Remove experimental features code and build option Jun 11, 2025
@ypatia ypatia requested a review from teo-tsirpanis June 11, 2025 11:39
@ypatia ypatia merged commit 287d73d into main Jun 11, 2025
65 of 70 checks passed
@ypatia ypatia deleted the yt/core-240/remove_dag_code branch June 11, 2025 11:42
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.

2 participants