Re: [MIT-Scheme-devel] Fixes pushed

2016-03-01 Thread Chris Hanson
Thanks, fixed. On Tue, Mar 1, 2016 at 10:34 AM, wrote: > > Fixed both bugs. > > One more, make check now fails on one test: > > ;Run tests "runtime/test-dynamic-env"... > ; Generating "test-dynamic-env.bin" because of: "test-dynamic-env.scm" > ; Generating SCode for file: "test-dynamic-env.scm

Re: [MIT-Scheme-devel] Fixes pushed

2016-03-01 Thread craven
> Fixed both bugs. One more, make check now fails on one test: ;Run tests "runtime/test-dynamic-env"... ; Generating "test-dynamic-env.bin" because of: "test-dynamic-env.scm" ; Generating SCode for file: "test-dynamic-env.scm" => "test-dynamic-env.bin"... done ; Generating "test-dynamic-env.c

Re: [MIT-Scheme-devel] Fixes pushed

2016-03-01 Thread Chris Hanson
Thanks! Fixed both bugs. On Mon, Feb 29, 2016 at 10:51 PM, wrote: > Hello Chris! > > One more, commit 69e6107c introduced optional parameters #!optional > start to vector-fill!, but end was overlooked (even though used in the > function). > I'd suggest the following: > > diff --git a/src/runtim