Search code examples
smalltalkpharometacello

Metacello says "This package"?


I am using pharo 4. I just installed a configuration which load other configurations, and I am getting this error:

This package depends on the following classes:
  GTExampleTestCase
  GTExampleFinder
You must resolve these dependencies before you will be able to load these definitions: 
  RTExampleFinder
  gtExampleInstance
  class:selector:method:to:
  newExample
  RTExampleTestCase
  packageNames

Select Proceed to continue, or close this window to cancel the operation.

How do I know which package is "this"?


Solution

  • Yeah, that's a known problem. What you can do is use the debugger to go back a couple of frames to the method #loadWithNameLike:. The argument to that method will be the name of the package.