pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Add a browser tool to see package dependencies

Open demarey opened this issue 2 years ago • 2 comments

demarey avatar Sep 21 '22 08:09 demarey

This issue has either a default title or empty body. We would appreciate it if you could provide more information. Note: I am not a very intelligent bot, I can only react to new comments. Please add a comment for me if you update the body or title.

request-info[bot] avatar Sep 21 '22 08:09 request-info[bot]

Full image load error:

MetacelloNotification: Loaded -> Renraku-Tests-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_PR-11700/64/src --- cache
MetacelloNotification: Loading -> Renraku-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_PR-11700/64/src --- cache
MetacelloNotification: Loaded -> Renraku-Help-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_PR-11700/64/src --- cache
MetacelloNotification: Loading -> AI-Algorithms-Graph-Components-tonel.1 --- github://pharo-ai/graph-algorithms:v1.0.0/src --- cache
MetacelloNotification: Loaded -> AI-Algorithms-Graph-Components-tonel.1 --- github://pharo-ai/graph-algorithms:v1.0.0/src --- cache
MetacelloNotification: Loading -> AI-Algorithms-Graph-tonel.1 --- github://pharo-ai/graph-algorithms:v1.0.0/src --- cache
MetacelloNotification: Loaded -> AI-Algorithms-Graph-tonel.1 --- github://pharo-ai/graph-algorithms:v1.0.0/src --- cache
MetacelloNotification: Loading -> AI-Algorithms-Graph-Tests-tonel.1 --- github://pharo-ai/graph-algorithms:v1.0.0/src --- cache
MetacelloNotification: Loaded -> AI-Algorithms-Graph-Tests-tonel.1 --- github://pharo-ai/graph-algorithms:v1.0.0/src --- cache
MetacelloNotification: Loading -> Tool-DependencyAnalyser-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_PR-11700/64/src --- cache
MetacelloNotification: Loaded -> Tool-DependencyAnalyser-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_PR-11700/64/src --- cache
MetacelloNotification: Loading -> Tool-DependencyAnalyser-UI-tonel.1 --- tonel:///builds/workspace/est_and_branch_Pipeline_PR-11700/64/src --- cache
Error: Package Tool-DependencyAnalyser-UI-Nodes depends on the following classes:
  ClyBrowserToolMorph
You must resolve these dependencies before you will be able to load these definitions: 
  DABrowserToolMorph
  DABrowserToolMorph>>#packageActivation
  DABrowserToolMorph>>#tabOrder
  DABrowserToolMorph>>#analyzedPackage
  DABrowserToolMorph>>#build
  DABrowserToolMorph>>#daPackageFor:
  DABrowserToolMorph>>#defaultIconName
  DABrowserToolMorph>>#defaultTitle
  DABrowserToolMorph>>#isSimilarTo:
  DABrowserToolMorph>>#setUpModelFromContext

MarcusDenker avatar Sep 21 '22 09:09 MarcusDenker

Two test fail that are not related to the change:

StPlaygroundPageTest>>testContents SpCodePresenterTest>>testDoBrowseMethodReferences

MarcusDenker avatar Oct 03 '22 11:10 MarcusDenker