SeasideSt / Parasol

Testing web apps in Smalltalk using Selenium WebDriver.
MIT License
31 stars 16 forks source link

Update version of seaside to 3.3.x #28

Closed Lin777 closed 4 years ago

Lin777 commented 5 years ago

Update the version of Seaside, so as not to have dependency conflicts between MaterialDesignLite and Magritte (these use 3.3.x version of Seaside)

jbrichau commented 5 years ago

I'm not sure we want Parasol to declare a dependency on a specific version of Seaside. That's the idea of the baseline right now. If this leads to load conflicts, why not use Metacello's #onConflictUseLoaded ?

Lin777 commented 5 years ago

I understand, then I'll load it that way