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

Various scope fixes and a failing test for an open bug #385

Merged
merged 3 commits into from
May 31, 2020

Conversation

piscisaureus
Copy link
Member

No description provided.

@piscisaureus piscisaureus changed the title Various scope fixes and a failing test Various scope fixes and a failing test for an open bug May 31, 2020
@piscisaureus piscisaureus merged commit cfbfb95 into denoland:master May 31, 2020
@piscisaureus piscisaureus deleted the scope_stuff branch May 31, 2020 12:55
// `hs2` and not in `hs1` as specified. When this local is accessed, which is
// after `hs2` is destroyed, a crash happens.
// #[test]
// fn handle_scope_early_drop() {
Copy link
Member

Choose a reason for hiding this comment

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

In the future use #[ignore] so we continue checking that it compiles until it can be fixed

Copy link
Member Author

Choose a reason for hiding this comment

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

Makes sense, thanks.
I had no idea that existed.

@piscisaureus
Copy link
Member Author

It seems that I forgot to commit a bunch of files that should have been included in 8213c0e

@ry ry mentioned this pull request Jun 5, 2020
6 tasks
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