It is not documented. What happens when I load a package? Are all classes created first, and then methods are added, or classes are loaded one-by-one with all their methods? What about Slots? Are they added to classes after all classes are loaded? Do they have their methods by that time? What is order of loading of classes? Alphabetical, or using some resolution mechanism, or is it implementation detail?
What happens when I unload the package? Is it inverse of loading so order is reversed? -- View this message in context: http://forum.world.st/Code-loading-unloading-order-tp4930611.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.