I&#39;ve been hacking about with 3.0 in my Trunk image, building a neat little app, while the Trunk moves underneath me (I&#39;m seriously updating Trunk underneath my Seaside app! I must be crazy!) and I&#39;m happy to report that things seem to be working pretty damned well. The only problem I&#39;ve had is I haven&#39;t been able to get the debugger to pop in the image when an exception is hit on the app, regardless of what I do in config, but this Problem (may) Exist Between Keyboard And Chair:)<br>
<br><div class="gmail_quote">On Sun, Mar 28, 2010 at 7:43 PM, Levente Uzonyi <span dir="ltr">&lt;<a href="mailto:leves@elte.hu">leves@elte.hu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Sun, 28 Mar 2010, Chris Cunnington wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Nothing to report.<br>
<br>
Using the Squeak4.1-9850-beta image it is easy to install Seaside 2.8.* or<br>
Seaside 3.0 using MetacelloRepository on Squeaksource.com. (Load. Open<br>
Workspace. &quot;ConfigurationOf*** load&quot; Do it.)<br>
<br>
The tests were done with ConfigurationOfSeaside28-dkh.19.mcz<br>
and ConfigurationOfSeaside30-DaleHenrichs.136.mcz.<br>
</blockquote>
<br></div></div>
Well, Seaside3.0 loads and works, but one test fails: WABacktrackingTest <br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
#testDictionary. The cause is that #snapShotCopy and <br>
</blockquote></blockquote>
#restoreFromSnapshot: are defined in Set instead of HashedCollection (Pharo doesn&#39;t have HashedCollection yet). Since Dictionary is not a subclass of Set anymore, these methods are missing from Dictionary in Squeak. Sooner or later Pharo will have HashedCollection, so the best solution is to ask the Seaside developers to add these methods to Dictionary (or HashedCollection, though that may cause problems) too.<br>

<br>
<br>
Levente<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Chris<br>
<br>
</blockquote>
<br>
</blockquote></div><br>