Issue 708 in moose-technology: Fame should accept comments both for properties and for meta descriptions

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 708 in moose-technology: Fame should accept comments both for properties and for meta descriptions

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-MooseCore Milestone-4.6

New issue 708 by [hidden email]: Fame should accept comments both  
for properties and for meta descriptions
http://code.google.com/p/moose-technology/issues/detail?id=708

Currently, the MSEComment: is used to define comments of a property.

SomeEntity>>someProperty
   <MSEProperty: ...>
   <MSEComment: 'comment'>

This is used by the MetaBrowser but not by Fame.

At the very least, we should add a means to add MSEComment: to the class  
side for the overall class.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 708 in moose-technology: Fame should accept comments both for properties and for meta descriptions

moose-technology

Comment #1 on issue 708 by [hidden email]: Fame should accept  
comments both for properties and for meta descriptions
http://code.google.com/p/moose-technology/issues/detail?id=708

I would like to know how can I also get if an attributes was defined in a  
fame package or not. but this is not that important.


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 708 in moose-technology: Fame should accept comments both for properties and for meta descriptions

moose-technology

Comment #2 on issue 708 by [hidden email]: Fame should accept  
comments both for properties and for meta descriptions
http://code.google.com/p/moose-technology/issues/detail?id=708

How do you query the comment or any tags associated to another one?



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 708 in moose-technology: Fame should accept comments both for properties and for meta descriptions

moose-technology

Comment #3 on issue 708 by [hidden email]: Fame should accept  
comments both for properties and for meta descriptions
http://code.google.com/p/moose-technology/issues/detail?id=708

We use the Pragma protocol. For example if you already know a method that  
has the <MSEProperty:...> annotation you can query the comment like:

Pragma
                inMethod: FAMIXType>>#attributes
                named: #MSEComment:.

==> <MSEComment: 'List of attributes declared by this type.'>

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 708 in moose-technology: Fame should accept comments both for properties and for meta descriptions

moose-technology
Updates:
        Labels: -Milestone-4.6 Milestone-4.7

Comment #4 on issue 708 by [hidden email]: Fame should accept  
comments both for properties and for meta descriptions
http://code.google.com/p/moose-technology/issues/detail?id=708

(No comment was entered for this change.)

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 708 in moose-technology: Fame should accept comments both for properties and for meta descriptions

moose-technology
Updates:
        Labels: -Milestone-4.7

Comment #5 on issue 708 by [hidden email]: Fame should accept  
comments both for properties and for meta descriptions
http://code.google.com/p/moose-technology/issues/detail?id=708

Not for 4.7

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev