all platforms: update Mycelium dependencies #952
Annotations
6 errors and 2 warnings
run just check:
platforms/esp32c3-buddy/src/lib.rs#L30
error[E0560]: struct `KernelSettings` has no field named `timer_granularity`
--> platforms/esp32c3-buddy/src/lib.rs:30:9
|
30 | timer_granularity: Duration::from_nanos(125),
| ^^^^^^^^^^^^^^^^^ `KernelSettings` does not have this field
|
= note: all struct fields are already assigned
|
run just check:
platforms/esp32c3-buddy/src/lib.rs#L33
error[E0061]: this function takes 2 arguments but 1 argument was supplied
--> platforms/esp32c3-buddy/src/lib.rs:33:23
|
33 | Box::into_raw(Kernel::new(k_settings).expect("cannot initialize kernel"))
| ^^^^^^^^^^^------------ argument #2 of type `kernel::maitake::time::Clock` is missing
|
note: associated function defined here
--> /home/runner/work/mnemos/mnemos/source/kernel/src/lib.rs:172:19
|
172 | pub unsafe fn new(
| ^^^
help: provide the argument
|
33 | Box::into_raw(Kernel::new(k_settings, /* kernel::maitake::time::Clock */).expect("cannot initialize kernel"))
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
run just check:
platforms/esp32c3-buddy/src/lib.rs#L33
error[E0061]: this function takes 2 arguments but 1 argument was supplied
--> platforms/esp32c3-buddy/src/lib.rs:33:23
|
33 | Box::into_raw(Kernel::new(k_settings).expect("cannot initialize kernel"))
| ^^^^^^^^^^^------------ argument #2 of type `kernel::maitake::time::Clock` is missing
|
note: associated function defined here
--> /home/runner/work/mnemos/mnemos/source/kernel/src/lib.rs:172:19
|
172 | pub unsafe fn new(
| ^^^
help: provide the argument
|
33 | Box::into_raw(Kernel::new(k_settings, /* kernel::maitake::time::Clock */).expect("cannot initialize kernel"))
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
run just check:
platforms/esp32c3-buddy/src/lib.rs#L100
error[E0599]: no method named `force_advance_ticks` found for reference `&'static kernel::maitake::time::Timer` in the current scope
--> platforms/esp32c3-buddy/src/lib.rs:100:30
|
100 | let turn = k.timer().force_advance_ticks(elapsed / 2u64);
| ^^^^^^^^^^^^^^^^^^^ method not found in `&Timer`
|
run just check:
platforms/esp32c3-buddy/src/lib.rs#L137
error[E0599]: no method named `force_advance_ticks` found for reference `&'static kernel::maitake::time::Timer` in the current scope
--> platforms/esp32c3-buddy/src/lib.rs:137:35
|
137 | let _turn = k.timer().force_advance_ticks(elapsed / 2u64);
| ^^^^^^^^^^^^^^^^^^^ method not found in `&Timer`
|
run just check
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading