Login  Register

Re: Circular Dependency

Posted by Sean DeNigris on Sep 30, 2020; 5:38pm
URL: https://forum.world.st/Circular-Dependency-tp5122737p5122746.html

On Wednesday, September 30, 2020 at 12:40:07 PM UTC-4 Dale wrote:Sean,

I don't have enough information to understand what is going on .... you've given me two baseline specs, but I don't know which projects they belong to

Ugh.  Yes. now I see I didn't fully qualify the baseline methods. Here they are with BaselineOf class attached.

Here's one:

BaselineOfResourcesLive>>#baseline: spec
<baseline>

spec for: #'common' do: [
spec
baseline: 'PharoEnhancements' with: [
spec repository: 'github://seandenigris/Pharo-Enhancements' ];
baseline: 'SimplePersistence' with: [
spec repository: 'github://seandenigris/Simple-Persistence' ];
baseline: 'Superuser' with: [
spec repository: 'github://seandenigris/Superuser' ];
baseline: 'Tesseract' with: [
spec
repository: 'github://seandenigris/Tesseract-St' ].
spec package: #ResourcesLive with: [
spec requires: #('PharoEnhancements' 'SimplePersistence' 'Superuser' 'Tesseract'). ]. ].

And here is the other:
BaselineOfTesseract>>#baseline: spec
<baseline>
spec for: #common do: [
spec
baseline: 'OSSubprocess' with: [
spec repository: 'github://pharo-contributions/OSSubprocess' ];
baseline: 'ResourcesLive' with: [
spec repository: 'github://seandenigris/Resources-Live' ];
baseline: 'Superuser' with: [
spec repository: 'github://seandenigris/Superuser' ];
baseline: 'Tempfile' with: [
spec repository: 'github://seandenigris/TempfileSt' ].
spec
package: 'Tesseract'
with: [ spec 
requires: #('OSSubprocess' 'Superuser' 'Tempfile');
includes: #('ResourcesLive') ] ].
spec for: #GToolkit do: [
spec package: 'Tesseract-Bloc' with: [ spec requires: #('Tesseract') ] ]

--
You received this message because you are subscribed to the Google Groups "Metacello" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/metacello/41a37c40-6aca-45a0-aaa7-280637d8c195n%40googlegroups.com.