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

Remove use of TILEDB_COORDS in cpp-api #1765

Merged
merged 1 commit into from
Aug 12, 2020
Merged

Conversation

joe-maley
Copy link
Contributor

The TILEDB_COORDS macro invokes tiledb_coords() which is tagged for
compile-time deprecation. To avoid compile-time warnings when importing the
cpp-api, we must not use the TILEDB_COORDS macro. This patch hard-codes the
"__coords" name. This is reasonably safe because the named-coordinate attribute
exists for backwards compatability and will not be changed in the future.

The TILEDB_COORDS macro invokes `tiledb_coords()` which is tagged for
compile-time deprecation. To avoid compile-time warnings when importing the
cpp-api, we must not use the TILEDB_COORDS macro. This patch hard-codes the
"__coords" name. This is reasonably safe because the named-coordinate attribute
exists for backwards compatability and will not be changed in the future.
@joe-maley joe-maley merged commit 40ea8ba into dev Aug 12, 2020
@joe-maley joe-maley deleted the jpm/rm-tiledb-coords-cpp-api branch August 12, 2020 15:59
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.

3 participants