bug#21181: Possible bug in test-group

2016-06-24 Thread Andy Wingo
Mark, do you have any thoughts on this one? A On Mon 03 Aug 2015 06:29, Rob Browning writes: > Rob Browning writes: > >> To follow up, it does look like it might be broken, but you can ignore >> my suggested fix. > > I'm not that familiar with srfi-64, but it looks like the problem (if > it's

bug#21181: Possible bug in test-group

2015-08-02 Thread Rob Browning
Rob Browning writes: > To follow up, it does look like it might be broken, but you can ignore > my suggested fix. I'm not that familiar with srfi-64, but it looks like the problem (if it's not expected) is that test-group doesn't handle the case where it's creating the first group, i.e. no prior

bug#21181: Possible bug in test-group

2015-08-02 Thread Rob Browning
Rob Browning writes: > Rob Browning writes: > >> With 2.0.11(-deb+1-9): >> >> scheme@(guile-user)> (use-modules (srfi srfi-64)) >> scheme@(guile-user)> (test-group "foo" 13) >> :2:0: In procedure #> input>:2:0 ()>: >> :2:0: In procedure struct_vtable: Wrong type argument in >> position

bug#21181: Possible bug in test-group

2015-08-02 Thread Rob Browning
Rob Browning writes: > With 2.0.11(-deb+1-9): > > scheme@(guile-user)> (use-modules (srfi srfi-64)) > scheme@(guile-user)> (test-group "foo" 13) > :2:0: In procedure #:2:0 > ()>: > :2:0: In procedure struct_vtable: Wrong type argument in > position 1 (expecting struct): #f > > Changing

bug#21181: Possible bug in test-group

2015-08-02 Thread Rob Browning
With 2.0.11(-deb+1-9): scheme@(guile-user)> (use-modules (srfi srfi-64)) scheme@(guile-user)> (test-group "foo" 13) :2:0: In procedure #:2:0 ()>: :2:0: In procedure struct_vtable: Wrong type argument in position 1 (expecting struct): #f Changing the syntax-case to use "body ..." instea