Idris2/tests/chez/chez004
CodingCellist 70ef197cf6
[ base ] Deprecate setByte in favour of setBits8 (#2764)
* [ base ] Deprecate setByte in favour of setBits8
           Deprecate getByte; fix Core.Binary.Prims

Along with `setByte`, the `getByte` function should similarly be
deprecated since it also assumes the value will have the given size,
rather than guaranteeing it in the type.

CI highlighted some required changes in `Core.Binary.Prims` thanks to
`-Werror`. The fix was to add some `cast` calls where the old `getByte`
and `setByte` used to be.

The RefC buffer test will need updating once we remove the functions
completely. Added a note for future peeps.
2022-11-15 10:42:07 +01:00
..
Buffer.idr [ base ] Deprecate setByte in favour of setBits8 (#2764) 2022-11-15 10:42:07 +01:00
expected [ fix #1260 ] Use blodwen-stringbytelen instead of C's strlen (#1261) 2021-07-13 11:52:15 +01:00
input Add test script 2020-05-19 18:25:18 +01:00
run Rename --consolewidth option to --console-width for consistency 2020-08-19 11:59:31 +01:00