Home
MPS Support | JetBrains
Submit a request
Community
Sign in
Evgeny.Gryaznov
Follow
New posts
New posts and comments
Total activity
128
Last activity
January 12, 2016 13:41
Member since
May 20, 2010 09:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
49
Activity overview
Posts (0)
Comments (79)
Sort by votes
Recent activity
Votes
Created
November 12, 2012 22:18
Does it happen only in the Generator? (You can try to add 'readonly model access' cell into the Inspector of your node to check this).If so, the reason is probably that we use out-of-process, ANT-b...
Community
MPS
Behavior works differently when packed into Idea plugin
0 votes
Created
November 22, 2012 09:57
Hi, Jens!IntelliJ IDEA plug-in retains only the minimal (core) set of MPS functionality which is required for language users, not developers. To bundle a language for IntelliJ IDEA you have to cons...
Community
MPS
Cannot find used language dependency in build solution
0 votes
Created
March 28, 2012 14:30
Sure! MPS stores direct reference to a method, it is not a name - it is rather an address.You have a reference to a method in template, but you generate several classes out of it. MPS can try to un...
Community
MPS
Build errors after update to 2.0.5: references across templates for different roots are not allowed: use mapping labels or turn off incremental mode
0 votes
Created
March 29, 2012 10:22
It is like when you invoke a method through an interface, referring to the one from the interface. baseLanguage doesn't care about real implementation (nor javac does). Polymorphic dispatch is perf...
Community
MPS
Build errors after update to 2.0.5: references across templates for different roots are not allowed: use mapping labels or turn off incremental mode
0 votes
Created
March 28, 2012 12:43
We are improving java import constantly. It should work well with the structure, but may fail to resolve some references (it tries to compile your code, thus the classpath should be full). The reso...
Community
MPS
Import Java projects
0 votes
Created
March 30, 2012 17:57
Behavior methods are just generic model queries. They can be used from anywhere, for example from the editor. If you need a generator-specific method, add a parameter of gencontext type into it. Lo...
Community
MPS
Create test cases for generation exceptions
0 votes
Created
March 30, 2012 17:50
We have a sandbox solution per language with sample models. On build server we validate it, using test generation Ant task (mps.test.generation). It generates models and compares the result with th...
Community
MPS
Create test cases for generation exceptions
0 votes
Created
March 27, 2012 09:17
In 2.0 in some rare cases incremental generation could break down. While making correct model incrementally you encountered an error about unresolved reference. Rebuild solved the problem. In 2.0.5...
Community
MPS
Build errors after update to 2.0.5: references across templates for different roots are not allowed: use mapping labels or turn off incremental mode
0 votes
Created
September 10, 2011 21:37
(AFAIK) There should be a warning that your language should extend j.m.bl.logging, because of using these statements in generator templates.
Community
MPS
Running generated code: Logging does not work (log4j error)
0 votes
Created
September 10, 2011 21:57
For default configuration add the following line into TestUnit.generate method (before any calls to log):BasicConfigurator.configure();and import isimport org.apache.log4j.BasicConfigurator;
Community
MPS
Running generated code: Logging does not work (log4j error)
0 votes
«
‹
1
2
3
4
5
6
7
8
›
»