1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00

get-bytevector-n in Scheme.

* module/ice-9/sports.scm (fill-input): Add io-mode optional arg.
  (get-bytevector-n): New implementation.
  (port-bindings): Add get-bytevector-n.
* test-suite/tests/sports.test: Add r6rs-ports tests.
This commit is contained in:
Andy Wingo 2016-05-22 23:02:41 +02:00
parent 4e288ec2ff
commit c95a19376b
2 changed files with 51 additions and 3 deletions

View file

@ -53,5 +53,6 @@
(include-tests "tests/ports.test")
(include-tests "tests/rdelim.test")
(include-tests "tests/r6rs-ports.test")
(uninstall-sports!)