X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;fp=BUGS;h=1a35b01ca9b94e367a32ed745dbef511857728f1;hb=273757631306c5d5c36f3aa7fed496a6d5c5f35e;hp=d1b1169f4d0f46b7e038c6a4da0b4c3c27e74ee5;hpb=41ec0daab015638bd2340fb0eaf56d49e54bdf13;p=sbcl.git diff --git a/BUGS b/BUGS index d1b1169..1a35b01 100644 --- a/BUGS +++ b/BUGS @@ -1920,25 +1920,4 @@ generally try to check returns in safe code, so we should here too.) MAKE-FOO). 431: alien strucure redefinition doesn't work as expected - - (define-alien-type nil (struct mystruct (myshort short) (mychar char))) - - (with-alien ((myst (struct mystruct))) - (with-alien ((mysh short (slot myst 'myshort))) - (integerp mysh))) - - (define-alien-type nil (struct mystruct (myint int) (mychar char))) - - (with-alien ((myst (struct mystruct))) - (with-alien ((myin int (slot myst 'myint))) - (integerp myin))) - - results in error: - - There is no slot named MYINT in - #. - [Condition of type SIMPLE-ERROR] - - reported by Neil Haven on sbcl-devel. + fixed in 1.0.21.29