error s11n C6 added by jnb on Wed Dec 10 09:58:10 2025

#;3> (with-output-to-file "/tmp/2" (lambda () (serialize (list 1 2 3))))
#;4> (with-input-from-file "/tmp/2" (lambda () (deserialize)))

Error: bad argument count - received 4 but expected 2

	Call history:

	<stdin>:5	  (with-input-from-file "/tmp/2" (lambda () (deserialize)))
	<stdin>:5	  (lambda () (deserialize))
	<stdin>:5	  (##core#lambda () (deserialize))
	<syntax>	  (##core#begin (deserialize))
	<stdin>:5	  (deserialize)
	<stdin>:5	  (with-input-from-file "/tmp/2" (lambda () (deserialize)))
	<stdin>:5	  (deserialize)
	s11n.scm:161: scheme#make-vector	
	s11n.scm:266: fetch	
	s11n.scm:183: getb	
	##sys#read-char/port	
	s11n.scm:242: chicken.io#read-string	
	s11n.scm:243: bytes_to_block	  	<--