Project

General

Profile

Bug #319

Runtime error messages reverse the line number and column number

Added by Brian Flanagan about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
03/22/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

For example: The following code should return a error at line 12
Instead it returns an error at column 12:

#manifest: "amiga"
x=40
y=40
Screen open 0,320,200,32,lowres
Palette 0,$f00,$0f0,$00f
Cls 0
Ink 2 : Draw 0,0 to 100,50
get bob 1,0,0 to 100,50
Curs Off

Bob b, x,y
Bob b, x,y,z

Repeat Until False

To verify that it's line #12, comment the line containing:

Bob b, x,y,z
#1

Updated by Francois Lionet about 4 years ago

  • Status changed from New to Resolved
  • Assignee set to Francois Lionet
  • Target version set to 0.9.8.1

Fixed!

#2

Updated by Brian Flanagan about 4 years ago

  • Status changed from Resolved to Closed

Working in 0.9.8.1!

Also available in: Atom PDF