Am 11.04.2017 um 20:44 schrieb Allin Cottrell:
I'm therefore proposing to wait until this Friday for the release. If
you can beat on the snapshot and report any problems before then that
would be much appreciated.
I can't say I have used it a lot or especially intensively, but I
noticed the following, which probably isn't new. The example is a
self-contained one-liner:
n = 1 ? check() : 0
Since the check() function isn't defined, this is obviously invalid.
However, the error message doesn't say "check undefined", instead it
says "symbol '(' is invalid in this context".
(The background was that I misspelt a function name, and this error
message was misleading.)
thanks,
sven