Status: Accepted
Owner: ----
Labels: Milestone-1.3 Type-Bug
New issue 5236 by
[hidden email]: Loading a trait that uses another
trait from a fileout fails
http://code.google.com/p/pharo/issues/detail?id=5236I can't filein a project file of one of my students that is using several
traits.
I get a compiler error when loading this:
Trait
named: #TArtistConstraint
uses: TBandConstraint @ {#bandAdd: -> #add:}
category: 'POOL'
It seems that the order of traits is not well generated (the order in the
file is first TArtistConstraint, second TBandConstraint ) or the loading
does not consider that the other trait is also in the file.
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker