SeasideSt / Parasol

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

Baseline reload loop fix #53

Closed jbrichau closed 2 years ago

jbrichau commented 2 years ago

Extended fix for https://github.com/SeasideSt/Parasol/pull/52 On reload of Seaside, there was still a Metacello dependency loop.

Using custom project attributes to fix this: only load Seaside if it was not yet loaded.