On Sun, Aug 24, 2014 at 4:55 AM, Sergei Gavrikov <sergei.gavri...@gmail.com>
wrote:

> Examples
>
>   % fossil test-th-eval 'expr (-1)+1'
>   fossil: ../src/th.c:2161: exprMakeTree: Assertion `!apToken[jj] ||
> !apToken[0]' failed.
>

I think this is a quota/grouping issue. TH1 syntax is more-or-less a subset
of TCL syntax, so ( and ) are used both for TH1 syntactical grouping and
for algebraic expression grouping. This makes getting it right tricky. Then
adding in "shell exposure" makes it even trickier
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to