Commit Graph

9 Commits

Author SHA1 Message Date
Ian Bull
ae78abb085
refactor(toml,msgpack,crypto,data-structures): align the error messages to the style guide (#5705)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-21 16:15:14 +09:00
Asher Gomez
79acf78b2a
BREAKING(data-structures): hide private internals (#4827)
* refactor(data-structures): remove `private` use

* tweaks

* work

* fix

* Fix

Co-authored-by: lucacasonato <hello@lcas.dev>

---------

Co-authored-by: lucacasonato <hello@lcas.dev>
2024-05-23 07:08:37 +10:00
Luca Casonato
78614676a1
Revert "BREAKING(data-structures): hide private internals" (#4801)
Revert "BREAKING(data-structures): hide private internals (#4794)"

This reverts commit edfb539dad.
2024-05-21 14:57:14 +00:00
Luca Casonato
edfb539dad
BREAKING(data-structures): hide private internals (#4794)
This commit makes the internals of
`BinarySearchTree` properly private, so that
`BinarySearchNode` is not leaked in public types anymore.
2024-05-21 14:24:23 +02:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Simon Holloway
f2324e55f4
refactor(data_structures): prepare for noUncheckedIndexedAccess (#4146)
* refactor(data_structures): prepare for `noUncheckedIndexedAccess`

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-10 20:18:34 +00: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
86701972ed
test(data_structures): format test names (#3991)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-12-28 13:17:21 +09:00
Asher Gomez
255a3765d3
feat: std/data_structures (#3734) 2023-11-15 21:17:44 +11:00