Skip to content

Use signal-channel in test/run-pass/basic.rs #2600

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

Closed
catamorphism opened this issue Jun 14, 2012 · 0 comments
Closed

Use signal-channel in test/run-pass/basic.rs #2600

catamorphism opened this issue Jun 14, 2012 · 0 comments
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc C-cleanup Category: PRs that clean code up or issues documenting cleanup.

Comments

@catamorphism
Copy link
Contributor

I'm not sure what signal-channel is, but there's a FIXME that says the test case should use it.

@brson brson closed this as completed in 49d6d1b Jun 18, 2012
RalfJung pushed a commit to RalfJung/rust that referenced this issue Oct 22, 2022
Fix ICE when trying to GC a Stack with an unknown bottom

Fixes rust-lang#103167

`@RalfJung` I prefer this approach because the whole GC system is sloppy already in order to be efficient (doesn't run often, ignores small stacks) so a bit more imprecision for a simple implementation seems worth it to me. But I'm of course willing to be convinced otherwise.
Aaron1011 pushed a commit to Aaron1011/rust that referenced this issue Jan 6, 2023
Fix ICE when trying to GC a Stack with an unknown bottom

Fixes rust-lang#103167

`@RalfJung` I prefer this approach because the whole GC system is sloppy already in order to be efficient (doesn't run often, ignores small stacks) so a bit more imprecision for a simple implementation seems worth it to me. But I'm of course willing to be convinced otherwise.
celinval added a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc C-cleanup Category: PRs that clean code up or issues documenting cleanup.
Projects
None yet
Development

No branches or pull requests

2 participants