Skip to content

Adding RISCV instruction memory view #240

Adding RISCV instruction memory view

Adding RISCV instruction memory view #240

Triggered via pull request August 11, 2023 22:44
@onsdagensonsdagens
synchronize #64
instr_mem
Status Success
Total duration 7m 56s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
all variants have the same prefix: `Update`: src/gui_vizia/components/mem.rs#L95
warning: all variants have the same prefix: `Update` --> src/gui_vizia/components/mem.rs:95:1 | 95 | / pub enum DataEvent { 96 | | UpdateClock, 97 | | UpdateScroll(Range<usize>), 98 | | UpdateView(Range<usize>), 99 | | } | |_^ | = help: remove the prefixes and use full paths to the variants instead of glob imports = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names = note: `#[warn(clippy::enum_variant_names)]` on by default
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/