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 std.Progress #71

Merged
merged 2 commits into from
Mar 20, 2024

Conversation

bens
Copy link
Collaborator

@bens bens commented Mar 20, 2024

It seems to have been scribbling over the allocator in Benchmarks, resulting in segfaults, I couldn't pin down exactly how it was doing it but either removing the setName() and maybeRefresh() calls or removing it altogether worked to eliminate the segfaults. Further investigation needed before adding it back in.

It seems to have been scribbling over the allocator in `Benchmarks`, resulting
in segfaults, I couldn't pin down exactly how it was doing it but either
removing the `setName()` and `maybeRefresh()` calls or removing it altogether
worked to eliminate the segfaults. Further investigation needed before adding it
back in.
@bens bens requested a review from hendriknielaender March 20, 2024 15:23
@hendriknielaender
Copy link
Owner

hendriknielaender commented Mar 20, 2024

Alright, no problem. Should we open an issue for bringing the std.progress back?

@hendriknielaender hendriknielaender merged commit f1a3433 into hendriknielaender:main Mar 20, 2024
5 checks passed
@bens
Copy link
Collaborator Author

bens commented Mar 20, 2024

Alright, no problem. Should we open an issue for bringing the std.progress back?

Sure, or a custom equivalent if we can't work out why it's going wrong.

@bens bens deleted the remove-std-progress branch March 21, 2024 02:25
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