<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all,<div><br></div><div>Due to the release of Seaside 3.1 some projects have fallen over. I thought I give a heads up. The error message I got was from the CI-server for my project (QCMagritte) was:</div><div><br></div><div><pre style="white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: rgb(0, 0, 0); font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); position: static; z-index: auto; ">*** Warning: Warning: This package depends on the following classes:
  GRDelegatingStream
You must resolve these dependencies before you will be able to load these definitions: 
  GRCountingStream
  count
  greaseNext:putAll:startingAt:
  initialize
  next
  next:
  nextPut:
  nextPutAll:
  reset
  greaseNext:putAll:startingAt:</pre><div><br></div></div><div><br></div><div>Basically, this means that you try to load 2 different versions of Seaside in your configuration: 3.0.9 and/or 3.1 into Pharo. This problem may have occurred in the past as well when we moved the configuration to its own place. So if people get this error: please fix your configuration. Most of the projects I can access the configuration (Magritte3, Pier3, TwitterBootstrap, QCMagritte) have different version for loading 3.1 or 3.0.9. If people have trouble fixing this: we can take a look at your configuration.</div><div><br></div><div>For instance: I see on the CI-server that the smalltalkhub project has this problem, but I can imagine this is the case for private projects as well, as the "#stable" symbolic version now points to a different numbered version. Note: for gemstone the stable version is changed into 3.0.10 … for people who use seaside on gemstone: it might be needed that a different version for gemstone should be added.</div><div><br></div><div>Cheers,</div><div>Diego</div><div><br></div></body></html>