On Mar 8, 2013, at 9:35 PM, Tudor Girba <tudor(a)tudorgirba.com> wrote:
The TypeCollector is part of the RoelTyper. I am not
sure what the status of this package is. Does anybody know?
I migrated.
I checked the code and it is cleaned (no VW subpart)
All tests are green.
Now the question is if we want to load it or not.
Stef
Hi,
Test MooseSmalltalkImporterRoelTyperTest>>testASTCore is falling because at some
point it is using class TypeCollector, which is no longer in the system.
So what should we do:
- Remove this importer?
- Bring back TypeCollector?
========
SmalltalkImporter>>createAttribute: name for: aClass
...
ifTrue: [
possibleTypes := (TypeCollector typeInstvar: name asSymbol ofClassWithLookup: aClass )
types.
possibleTypes size = 1
ifTrue: [attribute declaredType: (self ensureClass: possibleTypes first
theNonMetaClass) ].
].
^ attribute
=========
--
Andre Hora
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
www.tudorgirba.com
"We cannot reach the flow of things unless we let go."
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev