Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: starkware-libs/cairo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2d5edca68f6e36dbac9eea2b0d49f6b1dfbc1ce1
Choose a base ref
...
head repository: starkware-libs/cairo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: adedbc253ab0228ad0bb7c901efc6056bb4e64f4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 3, 2025

  1. refactor(test): remove compare_byte_array util and rework tests

    This is legacy from when we didn't have PartialEq and had limited constructors.
    Note 1: `PartialEq` also compares the pending word and it's index, it's just no longer necessary to
    explicitly mention it, and probably better not to given that it's an implementation detail.
    
    Note 2: `format!` can also be used to create the expected here, but omitted to reduce the different
    APIs each unit test touches.
    Gilad Chase committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    195103b View commit details
    Browse the repository at this point in the history
  2. feat(byte_array): add ByteArray::span and Span::len

    Gilad Chase committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    adedbc2 View commit details
    Browse the repository at this point in the history
Loading