Menu

#310 Command parser problem with wrdata

v1.0 (example)
closed-fixed
5
2017-04-12
2015-06-17
No

Hi all,

the command parser parses only the lower case version of 'wrdata'. Any capital letters will lead into an error.

Regards

Mathias

Discussion

  • marcel hendrix

    marcel hendrix - 2015-06-18

    Not only WRDATA -- the full list is
    WRITE, WRDATA, .LIB, .INC, CODEMODEL,
    ECHO, SOURCE, and LOAD.

    Lines starting with these keywords
    can be followed by case-sensitive text,
    i.e. a (unix) file name, and therefore
    such lines are not lower-cased when
    parsed.

    Unfortunately this means that the
    keyword itself is also not lower-cased,
    and therefore it is not recognized
    by the command parser in inpcom.c .

    -marcel

     

    Last edit: marcel hendrix 2015-06-20
  • Holger Vogt

    Holger Vogt - 2015-12-23

    A patch has been uploaded to branch
    vogt-tests-4

    Holger

     
  • Holger Vogt

    Holger Vogt - 2015-12-23
    • status: open --> open-accepted
     
  • Holger Vogt

    Holger Vogt - 2015-12-23
    • assigned_to: Holger Vogt
     
  • Holger Vogt

    Holger Vogt - 2016-11-24
    • status: open-accepted --> open-fixed
     
  • Holger Vogt

    Holger Vogt - 2017-04-12
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.