Status: New
Owner: ----
CC: cy.delau...(a)gmail.com, stephane...(a)gmail.com
Labels: Type-Defect Priority-Critical Component-SmalltalkImporter
Milestone-4.4
New issue 617 by tudor.gi...(a)gmail.com: RPackage has a self halt
http://code.google.com/p/moose-technology/issues/detail?id=617
there is a self halt in CompiledMethod>>packageFromOrganizer:
According to the flag, this self halt should not be reached. However, try
loading the following code after RPackage is loaded and you will see that
the self halt is reached.
Gofer new
squeaksource: 'bifrost';
package: 'ConfigurationOfBifrost';
load.
(Smalltalk at: #ConfigurationOfBifrost)
perform: #loadDefault.
You can try to execute the above code in the latest moose-dev which already
has the latest 3.0:
http://hudson.moosetechnology.org/job/moose-latest-dev/lastSuccessfulBuild/…