Stratego/XT JIRA  History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: STR-16
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Eelco Visser
Reporter: Rob Vermaas
Votes: 0
Watchers: 0
Operations

Clone this issue
Create sub-task
If you were logged in you would be able to see more operations.
Stratego/XT

Var not bound: no error or warning

Created: 2004-03-18 09:37   Updated: 2008-03-31 20:39
Component/s: strc - Stratego compiler
Affects Version/s: None
Fix Version/s: 0.10

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown



 All   Comments   Work Log   Change History      Sort Order:
Martin Bravenboer [2004-04-23 19:06]
This problem has been added to spec/testneg. It is in the accept-success list.

Eelco Visser [2004-04-30 12:04]
Fixed in revision 6042. All branches of a term are now inspected for
possible errors. This is achieved using the non-short-circuit
or operator, which always executes both its branches, even if the
first already succeeded.