Euphoria
Ticket #943:
sometimes error is reported on the wrong line
-
Reported by
SDPringle
Nov 13, 2015
See ticket 937. Where instead of indicating the problem where the assignment to the integer happens, it instead reports the line number where a flag is set.
Details
1. Comment by SDPringle
Jan 27, 2016
The variable tpc is what controls where the error is reported to be. Setting this before calling RTFatal was what was missing.
2. Comment by SDPringle
May 04, 2018
See: hg:euphoria/rev/a19eed5b34ce
changeset: 6467:a19eed5b34ce branch: 4.0 tag: tip user: Shawn David Pringle B.Sc. <shawn.pringle@gmail.com> date: Fri May 04 09:16:08 2018 -0300 files: docs/release/4.0.6.txt description:
- updated release docs for ticket 941, ticket 934, ticket 912, ticket 942, ticket 943, ticket 945, and ticket 947