Metacello / metacello

Metacello is a package management system for Smalltalk
MIT License
87 stars 43 forks source link

In lieu of #450 #455

Closed krono closed 7 years ago

krono commented 7 years ago

And the botched #454

dalehenrich commented 7 years ago

okay ... let's see where we stand:

  1. Except for PHaro1.4, all of the Pharo builds are passing. I think we can remove Pharo1.4 from the lineup ...
  2. @krono made a comment on the original PR #450 about test results and that convo should be opened up for this PR.
    • the main difference between tests run on travis-ci and locally is that the travis-ci tests are being run headless ... and historically Squeak images don't behave the same when running headless and headful, so it is more than likely that the difference in test results is due to this ...
  3. for GemStone the 3.x errors appear to be coming from references to http://seaside.gemstone.com/ss/metacello ... the current bootstrapping code used in GemStone does not hit this error, so I am inclined to update the GemStone bootstrap script to match what is currently done for GemStone --- as opposed to removing references to http://seaside.gemstone.com/ss/metacello from ancient mcz files ...
dalehenrich commented 7 years ago

I reproduced the 2.4.8 failure Error: while installing tODE on server: 'User defined error, ''Name not found: Core''' so I should be able to have fix for that shortly ...