Re: [F-Script-talk] FSClass 2.0 crashes when you use a setter for me.
Brought to you by:
pmougin
From: Andrew W. <wei...@wi...> - 2007-09-21 02:30:06
|
J.C., I'm sorry for not replying to your earlier message; it must have been eaten by a spam filter. It turns out that this is a bug in FSClass' use while in an interactive interpreter that my automated tests missed. I've posted a fix as version 2.1 (http://pages.cs.wisc.edu/ ~weinrich/projects/FSClass/FSClass.dmg). Thanks for alerting me to the problem. Andrew Weinrich On Sep 19, 2007, at 10:09 PM, J.C.Burns wrote: > (I sent this to Andrew Weinrich, but he may well be otherwise > occupied...haven't heard back from him.) > > I have F-Script Framework version 1.3.5 installed. I have FSClass 2.0 > (8-16-07) installed. I can create new classes and read properties > from them, but any call to 'set' methods crashes F-Script. > > For example: > > Circle := FSClass newClass:'Circle'. > Circle addProperty:'radius'. > > c := Circle alloc init autorelease. > > c radius > > (returns nil) > > c setRadius:2.0 > > (crash!) > > > Tried it with other class names and property names. Same result. > Setting a property causes a crash. Any thoughts? > Andrew Weinrich wei...@wi... http://www.cs.wisc.edu/~weinrich |