Search
Active

2
Sign in to vote
0
Sign in to vote
Sign in
to vote
Type: Bug
ID: 473546
Opened: 7/9/2009 11:25:17 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
no error message on the repro, where there is one if I try to reference an interleave rule from a token rule.
Details (expand)
What area of the product is your feedback for?
Oslo Modeling Language (Codename "M")

What distribution are you using?

Oslo SDK CTP - May 2009
How important is this issue?
Important Need (Workaround available)
Repro Steps for Product Issue:
module MSW_Test211 {
language MSW_Test211 {
syntax Main = Syntax1;
syntax Syntax1 = Interleave1;
interleave Interleave1 = any+;
}
}
If this issue occurred during a Hands-on-Lab, which one was it? 
 
File Attachments
0 attachments
Sign in to post a comment.
Posted by DonBaechtel on 7/9/2009 at 1:32 PM
What is the workaround?
Posted by diakopter on 7/9/2009 at 4:18 PM
oh; heh. good question. I guess the workaround is to know not to do that, b/c it invalidates that branch of the production... I guess I could've given it a more severe severity classification than "workaround available"...
Posted by Microsoft on 7/10/2009 at 11:23 AM
None the less, this is a bug or a feature. We'll figure out how to deal with this before RTM. Thanks for letting us know.