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

Key: STR-584
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Martin Bravenboer
Reporter: Martin Bravenboer
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

parse-unit fails at i686-darwin because of fancy call invocation

Created: 2006-06-03 23:14   Updated: 2008-03-31 20:46
Component/s: sdf-tools
Affects Version/s: 0.16 (Stratego Core Compiler)
Fix Version/s: 0.17

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


 Description  « Hide
The fancy calls are broken on i686-darwin (see STR-853). They are used in two places: strc and parse-unit. In strc they have been disabled for now. In parse-unit this is not acceptable (many invocations), so we will have to keep this tool broken for now.

This issue can probably be closed if nested functions have been removed (test, of course)



 All   Comments   Work Log   Change History      Sort Order:
Martin Bravenboer [2006-06-06 21:56]
This has been worked around by changing the implementation of the fancy call. The issue will be irrelevant when nested functions have been removed.