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

Restore visibility of tiledb_ctx_alloc_with_error. #5357

Merged
merged 3 commits into from
Oct 25, 2024

Conversation

teo-tsirpanis
Copy link
Member

SC-58150

Starting with #3524 due to an oversight, the tiledb_ctx_alloc_with_error function could not be used because the symbol was not publicly visible. This PR fixes this and conforms the implementation of the API to match the other APIs.

Validated by adding a usage of tiledb_ctx_alloc_with_error to an example (which links dynamically to libtiledb).


TYPE: BUG
DESC: Fixed the tiledb_ctx_alloc_with_error function not being exported from the library.

@ihnorton ihnorton merged commit 4afbe56 into dev Oct 25, 2024
63 checks passed
@ihnorton ihnorton deleted the teo/ctx-alloc-with-error branch October 25, 2024 17:33
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