Skip to content

Bump SimDB to get uint64_t support (cherry pick) - #600

Merged
colby-nyce merged 1 commit into
map_v2.1from
colby-nyce/simdb-uint64-columns
Aug 1, 2025
Merged

Bump SimDB to get uint64_t support (cherry pick)#600
colby-nyce merged 1 commit into
map_v2.1from
colby-nyce/simdb-uint64-columns

Conversation

@colby-nyce

Copy link
Copy Markdown
Contributor

Cherry pick into map_v2.1 before tagging map_v2.1.1

@colby-nyce
colby-nyce requested a review from klingaard July 31, 2025 14:18
def __WriteHeader(self, fout, report_name, start_tick, end_tick, meta_kvpairs, trigger_locs):
if end_tick == -1:
start_tick = int(start_tick)
if end_tick == '18446744073709551615':

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can this be a constant? From the limits lib.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

We're trying to keep the map_v2.1 PRs to be cherry-pick only, so I can make a note to fix this in the next push to master.

@colby-nyce
colby-nyce merged commit 00bef12 into map_v2.1 Aug 1, 2025
1 check passed
@colby-nyce
colby-nyce deleted the colby-nyce/simdb-uint64-columns branch August 1, 2025 16:06
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