Changes between Initial Version and Version 1 of Ticket #134
- Timestamp:
- Aug 12, 2018, 4:30:14 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #134
- Property Summary Display an error when an undeclared variable is used in BSL → Display an warning when an undeclared variable is used in BSL
-
Ticket #134 – Description
initial v1 1 It would very useful if instead of ignoring and causing silent issues, if the BSL parser could emit an errorwhen a variable that was not been declared is used.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. 2 2 3 3 How it is right now it raises a very hard to debug issue. 4 5 \Edit 6 Changed error to warning, because if we would emit an error, it could break existing scripts.