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

Key: STR-236
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

Specification sources are not supported

Created: 2005-01-26 22:13   Updated: 2008-03-31 20:39
Component/s: None
Affects Version/s: 0.13
Fix Version/s: 0.14

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


 Description  « Hide
fred.str
-------------------------------------------------------
specification
signature
  constructors
    Fred : String -> Fred
-------------------------------------------------------

bar.str
-------------------------------------------------------
module bar
imports fred
strategies

main = !Fred("test")
-------------------------------------------------------

-------------------------------------------------------
martin@logistico:~/tmp/test> strc -i bar.str
compiling bar.str
error: in definition ("main",0,0): constructor Fred/1 not declared
/pkg/strategoxt/2005-01-26-19-53/libexec/strc/check-constructors: rewriting failed
compilation failed (0.64 secs)
-------------------------------------------------------

Similar problems occur with strategy definitions in a specification source file.

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.