Idris2/tests/refc/buffer
Hattori, Hiroki 5c9f8e36a1
[ RefC ] Add 16 and 32 bit access to base/Data.Buffer . (#2609)
* Fix symbom mangling

* Revert "Fix symbom mangling"

This reverts commit 6481e80155.

* Fix typo

* [RefC] Add missed prims of setBuffer* .

* [ fix ] formatting

* [ re #2609 ] Use 'UInt' instead of 'Word'

More descriptive/to the point / Less assumed knowledge.

There are no *LE suffixes for UInt8, since endianness is to do with
multiple bytes and UInt8 is a single one.

Co-authored-by: Guillaume Allais <guillaume.allais@ens-lyon.org>
Co-authored-by: Thomas E. Hansen <teh6@st-andrews.ac.uk>
2022-11-15 12:15:06 +01:00
..
expected [ RefC ] Add 16 and 32 bit access to base/Data.Buffer . (#2609) 2022-11-15 12:15:06 +01:00
run Update tests using base64 utility to also work on macos (#2536) 2022-07-13 06:46:31 -07:00
TestBuffer.idr [ RefC ] Add 16 and 32 bit access to base/Data.Buffer . (#2609) 2022-11-15 12:15:06 +01:00
testRead.buf Add RefC readBufferData/writeBufferData support 2021-06-14 15:06:44 +01:00