npalix / rathaxes

Automatically exported from code.google.com/p/rathaxes
1 stars 0 forks source link

Types templates can't provide pointcuts. #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be cool if types could provide pointcuts like sequences can do.

It would allow building of more complex types through aggregation; and maybe 
other stuff I didn't think of.

I don't know if this will be a good idea in the long term, but I think it's 
worth to test.

Original issue reported on code.google.com by kalessin...@gmail.com on 7 Jan 2012 at 5:27

GoogleCodeExporter commented 9 years ago
Here is a patch that illustrate the ticket:

https://www.kalessin.fr/projs/hg/epitech/mq/rathaxes/rev/c7c59cebab85

Original comment by kalessin...@gmail.com on 7 Jan 2012 at 10:57

GoogleCodeExporter commented 9 years ago
Commits b85d9288cea8 and 2e0b47283178 address this issue.

Original comment by dav.pineau@gmail.com on 13 Apr 2012 at 10:49

GoogleCodeExporter commented 9 years ago
Issue 43 has been merged into this issue.

Original comment by dav.pineau@gmail.com on 22 Sep 2012 at 1:24

GoogleCodeExporter commented 9 years ago

Original comment by dav.pineau@gmail.com on 22 Sep 2012 at 1:24

GoogleCodeExporter commented 9 years ago
Actually, a pointcut inside a type declaration of a type template is resolved.
On the contrary, we cannot embed a rathaxes type into another (placeHolder not 
resolved)

Original comment by dav.pineau@gmail.com on 22 Sep 2012 at 11:17

GoogleCodeExporter commented 9 years ago

Original comment by dav.pineau@gmail.com on 22 Sep 2012 at 11:18

GoogleCodeExporter commented 9 years ago
resolved with revision 361b4c8af502

Original comment by dav.pineau@gmail.com on 23 Sep 2012 at 3:23