Skip to content

Cannot run the tests in continuous integration #24

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
therealprof opened this issue Jun 24, 2020 · 0 comments · Fixed by #25
Closed

Cannot run the tests in continuous integration #24

therealprof opened this issue Jun 24, 2020 · 0 comments · Fixed by #25

Comments

@therealprof
Copy link
Contributor

Some tests fail both on stable and on nightly compilers which means we cannot use CI on this crate at the moment, cf #23 and particularly: https://github.com/rust-embedded/nb/runs/801586296?check_suite_focus=true

On nightly we get:

---- src/lib.rs -  (line 293) stdout ----
error[E0599]: no method named `resume` found for generator `[generator@src/lib.rs:15:22: 29:6 _]` in the current scope
  --> src/lib.rs:332:16
   |
40 |         blinky.resume();
   |                ^^^^^^ method not found in `[generator@src/lib.rs:15:22: 29:6 _]`

error[E0599]: no method named `resume` found for generator `[generator@src/lib.rs:31:24: 36:6 _]` in the current scope
  --> src/lib.rs:333:18
   |
41 |         loopback.resume();
   |                  ^^^^^^ method not found in `[generator@src/lib.rs:31:24: 36:6 _]`

error: aborting due to 2 previous errors

On stable we receive tons of errors about unstable #[feature] attributes.

@thejpster thejpster mentioned this issue Jun 24, 2020
10 tasks
@bors bors bot closed this as completed in 81573de Jun 27, 2020
@bors bors bot closed this as completed in #25 Jun 27, 2020
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 a pull request may close this issue.

1 participant