Home
MPS Support | JetBrains
Submit a request
Community
Sign in
Fedor Isakov
Total activity
60
Last activity
June 06, 2016 16:44
Member since
December 09, 2006 20:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
24
Activity overview
Posts (6)
Comments (30)
Sort by recent activity
Recent activity
Votes
Created
June 06, 2016 16:44
Federico: MPS manages the files created while running make in classes_gen folder, so "uknown" files get deleted. Generally one should avoid writing directly to this folder, because integrating wi...
Community
MPS
How to avoid MPS delete my class files during generation
0 votes
Created
February 09, 2016 09:58
There is no way to access the typed node (the "original" node) from a type, and it is intentional. We are aware of inconsistency with short/char/byte constants that are treated all as ints. One way...
Community
MPS
Type Substitute For Integer Literal
0 votes
Created
September 22, 2015 12:33
Hi, what you describe is a pretty general use case for a typesystem. MPS provides sufficient support for building one that would satisfy your requirements.I'd suggest you familiarize yourself with ...
Community
MPS
Working with custom types, parameters and arguments
0 votes
Created
September 03, 2014 12:38
Thanks for bringing this up, an excellent question. In fact, one of the basic ideas of MPS is exactly this: write model once and then generate code for different frameworks/platforms/languages. Unf...
Community
MPS
Is MPS is good for Cross-Platform API development?
0 votes
Created
July 07, 2014 13:28
It's a pity you had to write your custom solution, would you care to tell us what functionality you miss in the generator+texgen pair? As to your problem, it's actually quite normal that you're see...
Community
MPS
MPS custom Build Facets problem - generated files appear only every second rebuild.
0 votes
Created
July 04, 2014 08:45
Did you try asking mbeddr support? This seems to be unrelated to MPS. http://mbeddr.com/support
Community
MPS
Error : make failed with exit code 2
0 votes
Created
July 02, 2014 09:37
How does MPS recognizes if two nodes type nodes matches each other?The comparison procedure matches each child and each property. For your task, you may want to explore node attributes as an altern...
Community
MPS
Collect all concrete types of children in typesystem rule
0 votes
Created
July 02, 2014 09:33
Please take a look at `CopyPluginXml` in the language jetbrains.mps.make.facet. It does pretty much the same as you require. The key to find the generated file is to use the 'delta' with a DeltaRec...
Community
MPS
Move file after textGen
0 votes
Created
July 01, 2014 13:40
The algorithm typechecker is using is pretty much standard Hindley-Milner with subtyping added as an ad-hoc solution. We're actually not very happy with it and currently looking for an alternative....
Community
MPS
Collect all concrete types of children in typesystem rule
0 votes
Created
June 30, 2014 14:20
Will the resulting type be inferred to A? I don't see why not.
Community
MPS
Collect all concrete types of children in typesystem rule
0 votes
Next
›
Last
»