Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error by MaxTermSize that is hard to understand, with Keep Brackets #156

Closed
tueda opened this issue Dec 8, 2016 · 0 comments
Closed

Error by MaxTermSize that is hard to understand, with Keep Brackets #156

tueda opened this issue Dec 8, 2016 · 0 comments
Labels
enhancement New feature or request

Comments

@tueda
Copy link
Collaborator

tueda commented Dec 8, 2016

The following program stops due to a shortage of MaxTermSize, but the error message doesn't mention it

#:maxtermsize 1000
CF f;
S a1,...,a120,x;
L F = f(a1+...+a120) * x;
B x;
.sort
Keep Brackets;
multiply f(a1+...+a20);
.end
FORM 4.1 (Nov 29 2016, v4.1-20131025-272-gb993ca7) 64-bits  Run: Thu Dec  8 18:01:39 2016

Time =       0.00 sec    Generated terms =          1
               F         Terms in output =          1
                         Bytes used      =       3908
    Keep Brackets;
    multiply f(a1+...+a20);
    .end
Called from InsertTerm
Program terminating at test.frm Line 8 -->

Would be nice if FORM could say this is because of MaxTermSize.

@tueda tueda added the enhancement New feature or request label Dec 8, 2016
@tueda tueda closed this as completed in 3955fdf Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant