Commit Graph

11 Commits

Author SHA1 Message Date
lionel-rowe
689fb69c14
test(bytes): document the cases being tested for equals/startsWith/endsWith (#6163) 2024-10-31 23:22:19 +09:00
Asher Gomez
f1952eca20
fix(bytes,cli,collections,expect): add missing non-null assertions (#5280)
fix(bytes,cli,collections,expect): add non-null assertions
2024-07-04 00:12:41 +02:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
T6
b2115344fd
perf(bytes): improve performance of equals() (#4635)
* improve performance of bytes equals

* fmt

* comment

* comment

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-04-24 00:59:32 +00:00
Asher Gomez
3149cdbc81
fix(bytes): equals() works with subarray (#4630)
fix(bytes): `equals()` works with `.subarray()`
2024-04-23 16:50:21 +09:00
Simon Holloway
bd08c2b57d
refactor(bytes): prepare for noUncheckedIndexedAccess (#4119)
refactor(bytes): prepare for noUncheckedIndexedAccess
2024-01-06 08:37:29 +11:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Tim Reichen
17eef1e62d
refactor(bytes): format test names (#3986)
* initial commit

* updat test names
2023-12-19 12:16:10 +11:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
ayame113
b4239898d6
chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
Asher Gomez
e1117a8c0d
refactor(bytes): move to single-export files (#2955) 2022-11-29 15:01:21 +09:00