Changes between Version 1 and Version 3 of Ticket #134


Ignore:
Timestamp:
12.08.2018 16:57:07 (6 years ago)
Author:
s10k
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #134

    • Property Summary changed from Display an warning when an undeclared variable is used in BSL to Display a warning when an undeclared variable is used in BSL
  • Ticket #134 – Description

    v1 v3  
    1 It would very useful if instead of ignoring and causing silent issues, if the BSL parser could emit an warning when a variable that was not been declared is used.
     1It would very useful if instead of ignoring and causing silent issues, if the BSL parser could emit a warning when a variable that was not been declared is used.
    22
    33How it is right now it raises a very hard to debug issue.