

|
1. |
MGrammar does not support Unicode
Cannot get MGrammar-based parser to recognize any input containing non-Latin symbols. See Repro Steps for details.
|
Opened By
|
Beetlevc
|
|
ID
|
409672 |
|
Status
|
Active |
|
Opened
|
2/1/2009 |
|
Your Rating
|
|
|
Overall Rating
|
|
|
Validations
|
0 |
|
Comments
|
1 |
|
|
2. |
|
|
3. |
Repository collation is not specified resulting in errors creating the database
I installed SQL2008 Express on my development machine and set the collation to mirror our production server. Unfortunately...
On a SQL Express 2008 database with the server collation: Latin1_Genera...
|
Opened By
|
ChrisCochran
|
|
ID
|
416018 |
|
Status
|
Active |
|
Opened
|
2/18/2009 |
|
Your Rating
|
|
|
Overall Rating
|
|
|
Validations
|
0 |
|
Comments
|
0 |
|
|
1. |
Some suggestion sregarding MGRammar
a more powerful right hand side: being able to use other .NET types in the nodes of the MGraph, not only strings.
dynamicism: being able to add/modify productions/terminals at runtime.
hooks: being...
|
Opened By
|
alex.muscar
|
|
ID
|
387897 |
|
Status
|
Active |
|
Opened
|
12/12/2008 |
|
Your Rating
|
|
|
Overall Rating
|
|
|
Validations
|
0 |
|
Comments
|
0 |
|
|
2. |
Documentation for System.Dataflow and other M assemblies
It would be very helpful if we could have a preview CHM of the class library documentation for the various Oslo assemblies. The System.Dataflow is the primary one I need to get my hands on so that I ...
|
Opened By
|
Actipro Software
|
|
ID
|
425003 |
|
Status
|
Active |
|
Opened
|
3/18/2009 |
|
Your Rating
|
|
|
Overall Rating
|
|
|
Validations
|
0 |
|
Comments
|
0 |
|
|
3. |
Improve MGrammarCompiler API
Hi,
I want to use the Microsoft.M.Grammar.MGrammarCompiler in a web context. As far as I can tell, the current version of the MGrammarCompiler API is file-focused - it would be nice if there was ove...
|
Opened By
|
larsw
|
|
ID
|
430999 |
|
Status
|
Active |
|
Opened
|
4/7/2009 |
|
Your Rating
|
|
|
Overall Rating
|
|
|
Validations
|
0 |
|
Comments
|
0 |
|
|
4. |
AutoNumber Seed and Increment support
There doesn't seem to be a way to specify SEED and INCREMENT values for an AutoNumber.
Currently:
Id : Integer32 = AutoNumber();
What I'd like:
Id : Integer32 = AutoNumber(1000,10);
|
Opened By
|
CJFord
|
|
ID
|
399300 |
|
Status
|
Active |
|
Opened
|
1/15/2009 |
|
Your Rating
|
|
|
Overall Rating
|
|
|
Validations
|
0 |
|
Comments
|
0 |
|
To submit feedback, you must sign in with your Windows Live ID and in some cases
you need permission.
Sign in to access items in your watch list.
|
Title
|
Last Updated
|
Status
|
Unordered and Optional Multi-Projections
I would like a syntax that allows you to specify certain sub syntax's to be unordered and optional but can still be projected individually. For example, for this language:
module test
{
language ...
|
Opened By
|
justncase80
|
|
ID
|
471125 |
|
Status
|
Active |
|
Opened
|
6/29/2009 |
|
Your Rating
|
|
|
Overall Rating
|
|
|
Validations
|
0 |
|
Comments
|
1 |
|
6/29/2009
|
Active |
Force install for modules without any extents fails
I encountered follwoing error while installing an mgx onto the Repository with -force:
http://social.msdn.microsoft.com/Forums/en-US/oslo/thread/a4ed6dd7-1fa7-4c02-98a5-115a508ddf54/?lc=1033&prof=r...
|
Opened By
|
Lars Corneliussen
|
|
ID
|
471075 |
|
Status
|
Active |
|
Opened
|
6/29/2009 |
|
Your Rating
|
|
|
Overall Rating
|
|
|
Validations
|
0 |
|
Comments
|
1 |
|
6/29/2009
|
Active |
SQL Generator / Subtypes in collections
I think I found a serious bug in the SQL generator. It is possible that it generates valid TSQL that causes foreign key constraints to be violated when run.
|
Opened By
|
Banjobeni
|
|
ID
|
470603 |
|
Status
|
Active |
|
Opened
|
6/26/2009 |
|
Your Rating
|
|
|
Overall Rating
|
|
|
Validations
|
0 |
|
Comments
|
2 |
|
6/26/2009
|
Active |
|
|
6/19/2009
|
Active |
|
|
6/25/2009
|
Active |
MGrammar - parameterized recursive invocation undetected/missed
May 09 CTP: Intellipad/MGrammar (wrongly) accepts the following MGrammar input as valid.
module MSW_Test59 {
language MSW_Test59a {
syntax Main = World(World(World)); // How deep[ly nested] d...
|
Opened By
|
diakopter
|
|
ID
|
468324 |
|
Status
|
Active |
|
Opened
|
6/18/2009 |
|
Your Rating
|
|
|
Overall Rating
|
|
|
Validations
|
0 |
|
Comments
|
1 |
|
6/23/2009
|
Active |
|
|
6/23/2009
|
Active |
MGrammar - parametric rules allow duplicate parameter names
The following MGrammar input is accepted - it appears the first one wins. Duplicate parameter names shouldn't be accepted.
module HelloWorld {
language HelloWorld {
syntax Main
...
|
Opened By
|
diakopter
|
|
ID
|
468317 |
|
Status
|
Active |
|
Opened
|
6/18/2009 |
|
Your Rating
|
|
|
Overall Rating
|
|
|
Validations
|
0 |
|
Comments
|
1 |
|
6/23/2009
|
Active |
MGrammar - appcrash on non-obvious recursive rule invocation
intellipad crashes immediately with this mgrammar input. I'm guessing stack overflow.
module HelloWorld {
language HelloWorld {
syntax Main
= List(Hello);
token Hello
...
|
Opened By
|
diakopter
|
|
ID
|
468315 |
|
Status
|
Active |
|
Opened
|
6/18/2009 |
|
Your Rating
|
|
|
Overall Rating
|
|
|
Validations
|
0 |
|
Comments
|
0 |
|
6/18/2009
|
Active |
MGrammar - syntax Main allows parameter names
module MSW_Test55 {
language HelloWorld {
syntax Main(blah1, blah2) = Hello World;
token Hello = 'Hello';
token World = 'World';
}
}
What do blah1 and blah2 mean above? If nothing ca...
|
Opened By
|
diakopter
|
|
ID
|
468313 |
|
Status
|
Active |
|
Opened
|
6/18/2009 |
|
Your Rating
|
|
|
Overall Rating
|
|
|
Validations
|
1 |
|
Comments
|
3 |
|
6/26/2009
|
Active |
Sign in to access items posted by you.