Menu

#5 line/column in commands are like random numbers

open
nobody
None
5
2008-08-20
2008-08-10
No

the parser does not start in the correct line and column, this all the error messages point to an invalid location

Discussion

  • Manfred Hantschel

    • priority: 5 --> 3
     
  • Manfred Hantschel

    Logged In: YES
    user_id=1217791
    Originator: YES

    that not really a problem, because the benefit is minimal

     
  • Manfred Hantschel

    Logged In: YES
    user_id=1217791
    Originator: YES

    invalid comment...wrong bug

     
  • Manfred Hantschel

    • priority: 3 --> 5
     
  • Manfred Hantschel

    Logged In: YES
    user_id=1217791
    Originator: YES

    the line and column number are a lot better now but there are still some problems:

    * in some cases the column is one token ahead. this is a general problem and i'm not sure how to address it
    * if the statement looks like this ${print: foobar} and foobar has an error the column value is on the whitespace
    * generally each possible error must be targeted by a test-case to check the result

     

Log in to post a comment.