dmitry.sidorenko
- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
Created Ant build under MacOS issues
We are trying to integrate MPS build into our build process using ant and mps.generate task.So far it works fine under linux, but for MacOS we have encountered weird error, saying"[mps.generate] ER... -
Created Check that Type is of collection type
My usecase is quite simple - if a property of my class is a list, or collection, or map, then I'd like to add method clear<PropertyName>.I tried using $IF$ with condition (node, genContext, operati... -
Created Generating MPS models from Ant
"Generating MPS models from Ant" got "obsolete" suffix in wiki. What is an alternative to it?More precisely, how should we generate from command line?Old "mps.generate" still works, but are there a... -
Created Behavior works differently when packed into Idea plugin
In my language I have a behavior that provides names for generated classes. public string getBeanName() { this.name + "TLBean"; } That works fine when used in MPS. When packed into Idea plugin... -
Created Importing jars and and absolute path issues
This issues bugs me for a long time.When I import a jar into MPS project, the system stores absolute path to it. Even if the jar resides in the same folder as my poject.Of course this causes issues... -
Created baseLanguage.sugar - little additions to base language
I adore ability of MPS to seamlessly extend languages. From this love and my love to Python and Ruby syntax sugar came this project.Simplistic string format - no more chained string formatting call... -
Created Good work, but please, please fix BUGS
Guys from JetBrains - you are doing amazing work. I'm big fan of MPS for over a year, but only now I have the possibility to work on actual projects using MPS. Sometimes it's like a miracle, someti... -
Created unit test with expecting exception
Can I specify JUnit's "expected" parameter for ITestCase?An equivalent of @Test (expected=IndexOutOfBoundsException.class) -
Created Post processing classes
Hi.Is it possible to postprocess generated classes?My usecase is to add "@Generated" annotation to every class generated by MPS. -
Created EnumsDataType in switch
I'd like to use my custom EnumsDataType in switch statement. Switch itself accepts EnumsDataType, but how do I write "case" statement?Having StatisticType as an enum, StatisticType.enumname is not ...