﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1734	r7rs bytevector syntax incorrectly reads second passed expression as bytevector body	Diego		"On `(import r7rs)`, something like `#f32(1.0 2.0)` doesn't work - the syntax instead ignores the first passed expression, and uses the //second// expression as the vector body. So you have to do something pretty weird like `#f32()(1.0 2.0)` for this to work.

Indeed, `read-srfi-4-vector` in the file `r7rs.scm` seems to have an extra call to `read`. The attached (completely trivial) patch should fix this."	defect	closed	major	5.3	extensions	5.2.0	fixed	r7rs		trivial
