[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scoops bug found
5/24/87--METHODS.SCM:
In the define-methods macro
> ,formal-list <
was changed to > ',formal-list <
to enable methods with parameters.
>>Steve Sherin
5/25/87
In the file INSTANCE.SCM:
(define-macro (%sc-compile-class class) ... )
has been changed to
(define (%sc-compile-class class)
(begin
(%inherit-method-vars class)
(eval (%make-template (%sc-name class) class)
user-initial-environment)))
This made sure classes always compile in the user-initial-environment.
>>Steve Sherin
I will continue to post bug fixes as they are found and
maintain a list in ~ftp/pub/scoops on linc@cis.upenn.edu.
Steve