Skip to content
Snippets Groups Projects
Commit 7656408c authored by pmai's avatar pmai
Browse files

This fixes BUG 140 of the SBCL BUGS file, where redefining a class

with a changed CPL didn't update the CMUCL type system.  This was
caused not by type-cache lossage, but rather by missing calls to
invalidate-layout for the PCL wrappers.  The conducted fix is a bit
experimental, since the call to register-layout explicitly avoided the
call to invalidate-layout, so one suspects there was a reason for
this.  However all conducted tests didn't show any problems.
parent a4ffcce5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment