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

cross-platform issue with experimental version numbers #3410

Merged
merged 1 commit into from Aug 3, 2022

Conversation

dhoke4tdb
Copy link
Contributor

change stol() to stoul() for correct cross-platform operations with experimental version numbers


TYPE: BUG
DESC: use stoul() to correctly parse (32bit unsigned values) experimental version numbers cross-platform

@shortcut-integration
Copy link

@dhoke4tdb dhoke4tdb marked this pull request as ready for review August 2, 2022 19:08
@ihnorton ihnorton merged commit 90f4b95 into dev Aug 3, 2022
@ihnorton ihnorton deleted the dlh/sc-19946-xplat-stol-issue branch August 3, 2022 01:13
ihnorton added a commit that referenced this pull request Aug 3, 2022
commit 1ca162835ac614defe19dd440319a81c912a27b0
Author: Isaiah Norton <isaiah@tiledb.io>
Date:   Tue Aug 2 23:20:02 2022 -0400

    Update

commit 90f4b95
Author: dhoke4tdb <78012908+dhoke4tdb@users.noreply.github.com>
Date:   Tue Aug 2 21:13:33 2022 -0400

    change stol() to stoul() for correct cross-platform issues with experimental version numbers (#3410)

    Change stol() to stoul() for correct cross-platform operations with experimental version numbers.

    TYPE: BUG
    DESC: use stoul() to correctly parse (32bit unsigned values) experimental version numbers cross-platform

commit bf465c3
Author: Isaiah Norton <isaiah@tiledb.io>
Date:   Tue Aug 2 08:51:18 2022 -0400

    Fix whitespace (unrelated to PR)

commit ed40669
Author: Isaiah Norton <isaiah@tiledb.io>
Date:   Tue Aug 2 08:49:01 2022 -0400

    Validate Dimension Datatype upon Dimension construction

    Now that Dimension is C.41 compliant, the constructor must take on the responsibility of validation. A new API has been added that validates the incoming Datatype for Dimensions, disallowing certain types.

    ---

    SC-17968

    ---
    TYPE: IMPROVEMENT
    DESC: Validate Dimension datatype

commit d48f874
Author: dhoke4tdb <78012908+dhoke4tdb@users.noreply.github.com>
Date:   Tue Aug 2 08:11:16 2022 -0400

    add tdb_catch.h wrapper for catch.hpp (#3390)

    * add tdb_catch.h wrapper to aid transition to new/mixed catch2/3 versions in build environments

    * locate tdb_catch.h in test/support (a new [sub-]directory)
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

3 participants