On 02/02/2015 12:09 PM, Waldek Hebisch wrote:
> Ralf Hemmecke wrote:
>>
>> (1) -> subscript("s"::Symbol, ["x"::Symbol::OutputForm])
>>
>>    (1)  s
>>          x
>>                                                                  Type:
>> Symbol
>> (2) -> subscript("1"::Symbol, ["x"::Symbol::OutputForm])
>>
>>
>>    >> System error:
>>    The index 4 is too large.
> 
> Should be fixed by recent commit 'Fix unusual scripted symbols'.

Yes. Confirmed. Thanks.

BTW, I also had to change the following in my testsuite.
Obviously, argscript now yields something that is equivalent to function
application.

Looking closer at the my old tex form, the new one looks anyway better.

Ralf

aeq(_
   argscript(v, [1,n,t])_
   ,_
-  ["\SYMBOL", "{", "\SYMBOL", "{", "v", "}", "}", "\PAREN{", "1", ",",_
-   "\SYMBOL", "{", "n", "}", ",", "\SYMBOL", "{", "t", "}", "}"]_
+  ["\FUN", "{", "v", "}", "\PAREN{", "1", ",", "\SYMBOL", "{", "n",
"}", ",",_
+   "\SYMBOL", "{", "t", "}", "}"]_
 )
 --endtest

@@ -1794,9 +1794,8 @@ aeq(_
 aeq(_
   (argscript(v, [1,n,t])^5)_
   ,_
-  ["\SUPER", "{", "\SYMBOL", "{", "\SYMBOL", "{", "v", "}", "}",
"\PAREN{",_
-   "1", ",", "\SYMBOL", "{", "n", "}", ",", "\SYMBOL", "{", "t", "}", "}",_
-   "}{", "5", "}"]_
+  ["\SUPER", "{", "\FUN", "{", "v", "}", "\PAREN{", "1", ",",
"\SYMBOL", "{",_
+   "n", "}", ",", "\SYMBOL", "{", "t", "}", "}", "}{", "5", "}"]_
 )
 --endtest

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to