[Aimmath-developers] c> vector bug
Brought to you by:
gustav_delius,
npstrick
From: Neil S. <N.P...@sh...> - 2003-08-27 22:38:55
|
Gustav said: > The question > > t>type a vector > c>vector > a>vector([1,2]) > end> > > compiles alright but when I try it it gives me: > > Error in MakeInstance: > invalid input: aim/TextQuestion/BasicValidation expects its 3rd argument, > reqtype_, to be of type type, but received this[MapleType] > > Does that happen to you as well? Is that a bug? I have committed a fix. This involves changing the way that `Class/IndexFunction` evaluates its arguments. The new behaviour seems to be the right one, but it may well cause some glitches elsewhere. Neil |