0xMiden/compiler

test: integer `checked wide` and `overflowing` arith ops

Offen

#977 geöffnet am 23.02.2026

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Rust (70 Forks)github user discovery
good first issuetesting

Repository-Metriken

Stars
 (110 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 4T 7h) (51 gemergte PRs in 30 T)

Beschreibung

What should be done?

Continuation of #959

Once the issues collected in #971 are resolved, add the following tests:

  • wide-overflowing
  • checked:
    • normal #1092
    • wide

How should it be done?

Add tests in rust_masm_tests/instructions.rs

When is this task done?

Tests are added

Additional context

No response

Contributor Guide