Hi Group,
It looks like
7.9.1 [hidden email] fails --
i.e. requires 1@ -1 (space delimiter before the negative sign)
Just wondering if anyone has a parser tweak,
otherwise we'll probably just add space delimeters as it looks like we may
have <100 cases, but of course prefer to minimize code touches on upgrades.
Some 3rd party mathematical code we use appears to use @- quite a
bit.
Thank you,
Gary P
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
David Buck Simberon Inc. Gary Peterson wrote:
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Gary Peterson-2
Just look for all senders of #@-, and if there are a lot of them, use a rewrite rule. At my last gig, we ran into this as part of the upgrade from 7.6
The larger issue is that the allowable syntax for binary messages changed. #@- is simply the most likely thing you could run into; there are other possibilities too On Feb 15, 2013, at 9:46 PM, Gary Peterson wrote:
James Robertson _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Thanks David, James.
Good sugs.
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Gary Peterson-2
See ReleaseNotes7.7.pdf p28-29 for a code-based solution (define Number>>@-) and a rewrite rule. Steve From: [hidden email] [mailto:[hidden email]] On Behalf Of Gary Peterson Hi Group, It looks like 7.9.1 [hidden email] fails -- i.e. requires 1@ -1 (space delimiter before the negative sign) Just wondering if anyone has a parser tweak, otherwise we'll probably just add space delimeters as it looks like we may have <100 cases, but of course prefer to minimize code touches on upgrades. Some 3rd party mathematical code we use appears to use @- quite a bit. Thank you, Gary P _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |