Hi,
I am reviewing the FAMIX implementation in Pharo. It looks pretty nice, but here are a couple of issues: - FAMIX-Extensions harbors right now mostly implementation details (like accept:). I would move them to FAMIX-Implementation - FAMIXSourceAnchor should be extended to deal with various source anchor implementations. - We need extensions to support Exceptions and Annotations
If it is Ok with everyone I will go on and tackle these issues.
Cheers, Doru
-- www.tudorgirba.com
"In a world where everything is moving ever faster, one might have better chances to win by moving slower."
sure go
Stef
Hi,
I am reviewing the FAMIX implementation in Pharo. It looks pretty nice, but here are a couple of issues:
- FAMIX-Extensions harbors right now mostly implementation details
(like accept:). I would move them to FAMIX-Implementation
- FAMIXSourceAnchor should be extended to deal with various source
anchor implementations.
- We need extensions to support Exceptions and Annotations
If it is Ok with everyone I will go on and tackle these issues.
Cheers, Doru
-- www.tudorgirba.com
"In a world where everything is moving ever faster, one might have better chances to win by moving slower."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On 17 mai 09, at 15:56, Tudor Girba wrote:
Hi,
I am reviewing the FAMIX implementation in Pharo. It looks pretty nice, but here are a couple of issues:
- FAMIX-Extensions harbors right now mostly implementation details
(like accept:). I would move them to FAMIX-Implementation
accept: are only for the FamixVisitor, and nobody uses it for now, so it's not really important in my opinion.
- FAMIXSourceAnchor should be extended to deal with various source
anchor implementations.
- We need extensions to support Exceptions and Annotations
just be sure to put it the not-yet-existing-but-soon-to-be-created-by- yourself Famix-Java package :)
If it is Ok with everyone I will go on and tackle these issues.
Cheers, Doru
-- www.tudorgirba.com
"In a world where everything is moving ever faster, one might have better chances to win by moving slower."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Simon
- FAMIXSourceAnchor should be extended to deal with various source
anchor implementations.
Currently, it is true that FAMIXSourceAnchor does not have much (beside two subclasses).
- We need extensions to support Exceptions and Annotations
Ok, let us know. I will be glad to try them out.
Cheers, Alexandre