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

fix: capture heisenbug #93

Merged
merged 4 commits into from Nov 10, 2023
Merged

fix: capture heisenbug #93

merged 4 commits into from Nov 10, 2023

Conversation

viega
Copy link
Contributor

@viega viega commented Nov 10, 2023

Issue

The fact that the C and Nim APIs disagreed on sign for an integer led to process output capture not getting presented... but only in very rare (but reproducible cases). I haven't even figured out why this mattered or why it didn't work yet. But this seems to fix it?

Description

Pull in a new nimutils that just changes a 'cint' to a 'csize_t'. Seriously.

Testing

If all tests pass, the broken case we found seems to be working on multiple boxes.

@viega viega assigned viega and unassigned viega Nov 10, 2023
Copy link
Contributor

@MyNameIsMeerkat MyNameIsMeerkat left a comment

Choose a reason for hiding this comment

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

Tested locally and fixes things for me 👍

@viega viega changed the title Dev fix: capture heisenbug Nov 10, 2023
@viega viega merged commit 477f0de into main Nov 10, 2023
2 checks passed
@viega viega deleted the dev branch November 10, 2023 21:44
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