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

Refactor one function to quieten compiler warning #640

Merged
merged 2 commits into from Dec 20, 2023

Conversation

eddelbuettel
Copy link
Member

This PR improves the dispatching into tiledb::ObjectIter. When trying to build under the thread sanitizer (which ultimately did not work) the function tickled a warning about walk_order possibly unintialized which is correct as the existing code was co-dependent on recursive mode being set. This has been improved.

The PR also adds a little usage example to the help page for built_as dumper, the code is not exposed as we cannot assume to have a JSON parser loaded, and adds a small improvement to a recent change in enumeration / factor handling in writes.

Also adds a little usage example to one help page and adds a small
improvement to a recent change
Copy link

This pull request has been linked to Shortcut Story #38600: Refactor one function call to avoid compiler warning.

@eddelbuettel eddelbuettel merged commit 0a800e6 into master Dec 20, 2023
1 check passed
@eddelbuettel eddelbuettel deleted the de/sc-38600/small_refactor branch December 20, 2023 18:19
@eddelbuettel eddelbuettel mentioned this pull request Dec 21, 2023
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.

None yet

2 participants