On Fri, Feb 24, 2017 at 8:24 AM, Marcwell Helpdesk wrote:
>
> As interesting the subject of pluggable attributes may be could we please
> drop that discussion and focus on the intention of and what the patch
> actually does? Two revisions of the patch have been supplied and both should
> reason
As interesting the subject of pluggable attributes may be could we please drop
that discussion and focus on the intention of and what the patch actually does?
Two revisions of the patch have been supplied and both should reasonable not
cause any controversy since they only enriches an already e
On Tue, Feb 14, 2017 at 6:05 AM, Marcwell Helpdesk wrote:
> The intention of the patch is to extend the functionality of annotations
> while utilizing existing infrastructure in the AST and IR as much as
> possible. Annotations are indeed a general purpose solution, sufficient for
> many use cases
Friendly ping.
> On 14 feb 2017, at 12:05, Marcwell Helpdesk wrote:
>
> The intention of the patch is to extend the functionality of annotations
> while utilizing existing infrastructure in the AST and IR as much as
> possible. Annotations are indeed a general purpose solution, sufficient for
The intention of the patch is to extend the functionality of annotations while utilizing existing infrastructure in the AST and IR as much as possible. Annotations are indeed a general purpose solution, sufficient for many use cases, and a complement, not mutual exclusive to pluggable attributes. A
On Sat, Feb 4, 2017 at 8:26 AM, Marcwell Helpdesk via cfe-commits
wrote:
> Many plugins/tools could benefit from having a generic way for communicating
> control directives directly from the source code to itself (via the AST) when
> acting, for example, as source code transformers, generators,
Friendly ping.
> On 4 feb 2017, at 14:26, Marcwell Helpdesk wrote:
>
> Many plugins/tools could benefit from having a generic way for communicating
> control directives directly from the source code to itself (via the AST) when
> acting, for example, as source code transformers, generators, co
Many plugins/tools could benefit from having a generic way for communicating
control directives directly from the source code to itself (via the AST) when
acting, for example, as source code transformers, generators, collectors and
the like. Attributes are a suitable way of doing this but most a