Skip to content

Commit bab289b

Browse files
committed
Fix up lexpos for symbols from empty productions -- SIMICS-23466
1 parent 5c756c9 commit bab289b

File tree

4 files changed

+157
-5
lines changed

4 files changed

+157
-5
lines changed

RELEASENOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,3 +261,11 @@
261261
caused more harm than good; error messages surrounding the special case have been improved instead.
262262
- `release 7 7146`
263263
- `release 6 6457`
264+
- `note 6` Addressed an issue stemming from an upstream bug that would commonly
265+
cause the reported column number in warning and error messages to be
266+
incorrect (fixes SIMICS-23466). This issue also affected the reported line
267+
number in rare situations.
268+
269+
This issue had always been present in DML, and most notably affected error
270+
messages surrounding methods, as well as object declarations since
271+
Simics 7.78.

0 commit comments

Comments
 (0)