Menu

#29 Mapping problem (parameters having same leftstr())

open
nobody
ta-editor (5)
9
2007-12-29
2007-12-25
No

In TA editor, two parameters:

slot0 and slot0change

Generated code (example):

int Out0#12=SL_EMPTY;
int Out0#12change; <- wrong

Should be:

int Out0#12=SL_EMPTY;
int In0#21; <- correct

...

Changing parameter names to slot0 and changeslot0 changes the generated code to correct version.

Discussion

  • Davor Slutej

    Davor Slutej - 2007-12-25
    • priority: 5 --> 1
     
  • Davor Slutej

    Davor Slutej - 2007-12-25
    • summary: Mapping collision when parameters contain nummerics --> Mapping collision when parameters contain numerics
     
  • Davor Slutej

    Davor Slutej - 2007-12-25
    • summary: Mapping collision when parameters contain numerics --> Mapping problem when parameters contain numerics
     
  • Davor Slutej

    Davor Slutej - 2007-12-29
    • summary: Mapping problem when parameters contain numerics --> Mapping problem (parameters having same leftstr())
     
  • Davor Slutej

    Davor Slutej - 2007-12-29

    Logged In: YES
    user_id=803361
    Originator: YES

    Changed the name of the issue from "Mapping problem when parameters contain numerics". Same problem:

    Two paramateres cannot have the following combination of names:
    lock and locked

    Works fine if changed to:
    lock and islocked

     
  • Davor Slutej

    Davor Slutej - 2007-12-29
    • priority: 1 --> 9
     

Log in to post a comment.

Auth0 Logo