Skip to content

Conversation

giladchase
Copy link
Contributor

It's legacy.

@reviewable-StarkWare
Copy link

This change is Reviewable

Copy link
Collaborator

@orizi orizi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@orizi reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @TomerStarkware)


corelib/src/test/byte_array_test.cairo line 320 at r1 (raw file):

    let byte_array: ByteArray = "a";
    assert_eq!(@byte_array, @"a", "Same strings are not equal");
    assert_ne!(@byte_array, @"b", "Different strings are equal");

all around.

Suggestion:

    assert_eq!(byte_array, "a", "Same strings are not equal");
    assert_ne!(byte_array, "b", "Different strings are equal");

@giladchase giladchase force-pushed the gilad/09-04-refactor_test_remove_fixed-size_bytearray_testutils branch from 5dd3247 to b19fb2c Compare September 4, 2025 09:03
@giladchase giladchase force-pushed the gilad/09-04-refactor_test_remove_compare_spans_util branch from 6e650cf to 2f2ffe3 Compare September 4, 2025 09:03
Copy link
Contributor Author

@giladchase giladchase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @orizi and @TomerStarkware)


corelib/src/test/byte_array_test.cairo line 320 at r1 (raw file):

Previously, orizi wrote…

all around.

Done.

Copy link
Collaborator

@orizi orizi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

@orizi reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @TomerStarkware)

Copy link
Collaborator

@TomerStarkware TomerStarkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

@TomerStarkware reviewed all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @giladchase)

@graphite-app graphite-app bot changed the base branch from gilad/09-04-refactor_test_remove_compare_spans_util to graphite-base/8343 September 4, 2025 10:43
@giladchase giladchase force-pushed the gilad/09-04-refactor_test_remove_fixed-size_bytearray_testutils branch from b19fb2c to 7ef124d Compare September 4, 2025 11:01
@graphite-app graphite-app bot changed the base branch from graphite-base/8343 to main September 4, 2025 11:02
Copy link

graphite-app bot commented Sep 4, 2025

Merge activity

  • Sep 4, 11:02 AM UTC: Graphite rebased this pull request, because this pull request is set to merge when ready.

@giladchase giladchase added this pull request to the merge queue Sep 4, 2025
Merged via the queue into main with commit 01d01ba Sep 4, 2025
100 checks passed
@orizi orizi deleted the gilad/09-04-refactor_test_remove_fixed-size_bytearray_testutils branch September 28, 2025 17:35
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 this pull request may close these issues.

4 participants