Comment #3 on issue 414 by tudor.gi...@gmail.com: Replace PackageOrganizerCache by RPackage http://code.google.com/p/moose-technology/issues/detail?id=414
We should make the switch, especially given that in the future Pharo will adopt RPackage :)
Comment #4 on issue 414 by cy.delau...@gmail.com: Replace PackageOrganizerCache by RPackage http://code.google.com/p/moose-technology/issues/detail?id=414
In fact to have your moose image working, better try with that:
Gofer new squeaksource: 'DelaunayTmpStuffs'; package: 'Moose-SmalltalkImporter'; version: 'Moose-SmalltalkImporter-cyrille_delaunay.102'; merge. Gofer new squeaksource: 'DelaunayTmpStuffs'; package: 'Moose-Tests-SmalltalkImporter-Core'; version: 'Moose-Tests-SmalltalkImporter-Core-cyrille_delaunay.9'; merge. Gofer new squeaksource: 'DelaunayTmpStuffs'; package: 'Moose-Tests-SmalltalkImporter-KGB'; version: 'Moose-Tests-SmalltalkImporter-KGB-cyrille_delaunay.3'; merge. Gofer new squeaksource: 'DelaunayTmpStuffs'; package: 'Moose-Core'; version: 'Moose-Core-cyrille_delaunay.284'; merge.
Comment #5 on issue 414 by cy.delau...@gmail.com: Replace PackageOrganizerCache by RPackage http://code.google.com/p/moose-technology/issues/detail?id=414
To make the switch, what should I do? That is what I think:
=> save each modified package (the four that are mentioned above) in the moose repository. => add RPackage to the default configuration
Updates: Cc: tudor.girba
Comment #6 on issue 414 by cy.delau...@gmail.com: Replace PackageOrganizerCache by RPackage http://code.google.com/p/moose-technology/issues/detail?id=414
(No comment was entered for this change.)
Comment #7 on issue 414 by tudor.gi...@gmail.com: Replace PackageOrganizerCache by RPackage http://code.google.com/p/moose-technology/issues/detail?id=414
we should also remove the existing package cache and make sure the tests are still green. Can you try removing the package cache and then running the tests?
Comment #8 on issue 414 by jannik.l...@gmail.com: Replace PackageOrganizerCache by RPackage http://code.google.com/p/moose-technology/issues/detail?id=414
Gofer new squeaksource: 'PharoTaskForces'; package: 'ConfigurationOfRPackage'; load. (Smalltalk at: #ConfigurationOfRPackage) perform: #loadDefault.
Gofer new squeaksource: 'DelaunayTmpStuffs'; version: 'Moose-SmalltalkImporter-cyrille_delaunay.102'; version: 'Moose-Tests-SmalltalkImporter-Core-cyrille_delaunay.9'; version: 'Moose-Tests-SmalltalkImporter-KGB-cyrille_delaunay.3'; version: 'Moose-Core-cyrille_delaunay.284'; merge.
Comment #9 on issue 414 by cy.delau...@gmail.com: Replace PackageOrganizerCache by RPackage http://code.google.com/p/moose-technology/issues/detail?id=414
For me it works. The only tests that failed was the PackageOrganizerCacheTest, what seems normal ;) So I remove this class also, and integrate that
Updates: Labels: Milestone-4.3
Comment #10 on issue 414 by tudor.gi...@gmail.com: Replace PackageOrganizerCache by RPackage http://code.google.com/p/moose-technology/issues/detail?id=414
Ok. Give it a try. Please also update the configuration of moose. When you are done, I start another build.
Comment #11 on issue 414 by cy.delau...@gmail.com: Replace PackageOrganizerCache by RPackage http://code.google.com/p/moose-technology/issues/detail?id=414
This is done
Updates: Status: Fixed
Comment #12 on issue 414 by jannik.l...@gmail.com: Replace PackageOrganizerCache by RPackage http://code.google.com/p/moose-technology/issues/detail?id=414
(No comment was entered for this change.)