Home
MPS Support | JetBrains
Submit a request
Community
Sign in
jbrownson
Follow
New posts
New posts and comments
Total activity
65
Last activity
January 12, 2016 13:29
Member since
May 18, 2011 04:03
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
14
Activity overview
Posts (10)
Comments (41)
Sort by recent activity
Recent activity
Votes
Created
September 09, 2011 21:17
Okay, I'm getting a better picture of what I can't do, but I'm still not sure I've had my question answered which is how do I accomplish what I'm trying to do?Here's what I think I've learned so fa...
Community
MPS
I generate a name in a weave, How can I reference it in a reduction?
0 votes
Created
September 09, 2011 15:10
Okay, by experimenting with the calculator tutorial I have figured out that you _can_ lookup labels in reference macros in reductions, but not in (for example) property macros...
Community
MPS
I generate a name in a weave, How can I reference it in a reduction?
0 votes
Created
September 09, 2011 06:46
I pulled up the source code and I see that the error is generated at TemplateQueryContext.java:115 if "areMappingsAvailable"."areMappingsAvailable" is at TemplateGenerator:668 and is true if !myStr...
Community
MPS
I generate a name in a weave, How can I reference it in a reduction?
0 votes
Created
September 06, 2011 17:39
I see in the tutorial the labels are used w/in the generation of a single item (http://www.jetbrains.com/mps/docs/tutorial.html#Implementing_generator). Is this the only supported use for them? Can...
Community
MPS
I generate a name in a weave, How can I reference it in a reduction?
0 votes
Created
September 06, 2011 17:11
I tried reversing the thing and generating the unique name in the reduction where I reference the class, and then having the class look up the name that was generated, but I actually get the same e...
Community
MPS
I generate a name in a weave, How can I reference it in a reduction?
0 votes
Created
September 06, 2011 15:41
Okay, so it sounds like the error message is leading me astray a bit. It's not that I can't use 'get output by input and label' in a reduction, but I can't look up a label I set in a weave in a red...
Community
MPS
I generate a name in a weave, How can I reference it in a reduction?
0 votes
Created
August 23, 2011 15:53
I had to do the first step. It's odd things were working fine in 1.5, but in the 2.0 update this now became necessary. I don't recall manually adding that import in the past.Also before manually ad...
Community
MPS
InferenceMethod annotation red in 2.0
0 votes
Created
August 23, 2011 15:45
Okay thanks for clarifying. I'll just have it extend GText for now then. I'm a little confused how/why gText is "reduced into baseLanguage". I'd think it'd be a pretty direct trip to text. Maybe I'...
Community
MPS
Why does my language have to extend the language I want to output in my generator?
0 votes
Created
August 22, 2011 22:18
Here's a minimal project demonstrating the warning.The language contains one Concept called 'Thing'. Thing generates as "This is a thing." in GText. I don't want the language to extend GText, just ...
Community
MPS
Why does my language have to extend the language I want to output in my generator?
0 votes
Created
June 18, 2011 13:07
Ahh it starts to make sense. The typeof() does more than just create a certain kind of node, the :==: things look for it specifically rather than dynamically checking the node in question. I'll wri...
Community
MPS
Inference Methods: either I'm really not understanding something or this is a bug
0 votes
«
‹
1
2
3
4
5
›
»