<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Tim,<div class=""><br class=""></div><div class="">3.2.3 is your bugfix release!</div><div class=""><br class=""></div><div class="">Let me know if anything else pops up.</div><div class=""><br class=""></div><div class="">cheers</div><div class="">Johan</div><div class=""><div><blockquote type="cite" class=""><div class="">On 20 Jun 2017, at 20:41, Johan Brichau <<a href="mailto:johan@inceptive.be" class="">johan@inceptive.be</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Tim,<div class=""><br class=""></div><div class="">Thanks for reporting.</div><div class="">I’ll take a look.</div><div class=""><br class=""></div><div class="">Just another example that shows I really I need to script those functional Seaside tests as Parasol tests… I’ve done a few, but more work is needed.</div><div class=""><br class=""></div><div class=""><div class=""><div class=""><blockquote type="cite" class=""><div class="">On 20 Jun 2017, at 19:28, Tim Mackinnon <<a href="mailto:tim@testit.works" class="">tim@testit.works</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi - inspired from Pharo days I’ve been relearning how to write web apps in Pharo.<div class=""><br class=""></div><div class="">Anyway, I’ve noticed that in a clean Pharo 6 image, when I load the latest Seaside (that now correctly shows the control panel) - I still get an error if I browse the counter configuration (and any configurations I make as well).</div><div class=""><span style="color: rgb(115, 127, 141); font-family: inherit; font-size: 0.9375rem; font-style: inherit; white-space: pre-wrap; orphans: 2; widows: 2; background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class=""><span style="color: rgb(115, 127, 141); font-family: inherit; font-size: 0.9375rem; font-style: inherit; white-space: pre-wrap; orphans: 2; widows: 2; background-color: rgb(255, 255, 255);" class="">I get a walkback - "Seaside Walkback</span></div><div class=""><div class="message" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; font-family: Whitney, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; vertical-align: baseline; color: rgb(255, 255, 255); font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255);"><div class="body" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline;"><div class="message-text" style="margin: 0px; padding: 0px; border: 0px; outline: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline;"><div class="markup" style="margin: 6px 0px 0px; padding: 0px; border: 0px; outline: 0px; font-style: inherit; font-family: inherit; font-size: 0.9375rem; vertical-align: baseline; color: rgb(115, 127, 141); line-height: 1.1em; white-space: pre-wrap; word-wrap: break-word;">
Deprecation: The method Object>>#name called from WAClassListAttribute>>#stringForValue: has been deprecated. Implement your own domain representation of an object, or use #asString or #printString instead.”?</div><div class="markup" style="margin: 6px 0px 0px; padding: 0px; border: 0px; outline: 0px; font-style: inherit; font-family: inherit; font-size: 0.9375rem; vertical-align: baseline; color: rgb(115, 127, 141); line-height: 1.1em; white-space: pre-wrap; word-wrap: break-word;"><br class=""></div><div class="markup" style="margin: 6px 0px 0px; padding: 0px; border: 0px; outline: 0px; font-style: inherit; font-family: inherit; font-size: 0.9375rem; vertical-align: baseline; color: rgb(115, 127, 141); line-height: 1.1em; white-space: pre-wrap; word-wrap: break-word;">This error is because Pharo 6 has deprecated the use of #name in object, and it looks to me that WAObject should now override this method to avoid the deprecation.</div><div class="markup" style="margin: 6px 0px 0px; padding: 0px; border: 0px; outline: 0px; font-style: inherit; font-family: inherit; font-size: 0.9375rem; vertical-align: baseline; color: rgb(115, 127, 141); line-height: 1.1em; white-space: pre-wrap; word-wrap: break-word;"><br class=""></div><div class="markup" style="margin: 6px 0px 0px; padding: 0px; border: 0px; outline: 0px; font-style: inherit; font-family: inherit; font-size: 0.9375rem; vertical-align: baseline; color: rgb(115, 127, 141); line-height: 1.1em; white-space: pre-wrap; word-wrap: break-word;">I am also confused why in a new image there doesn’t seem to be a web server that is started automatically. I thought loading Seaside started one for you, but it seems that I have to launch my own eg. ZnZincServerAdaptor startOn: 8080.</div><div class="markup" style="margin: 6px 0px 0px; padding: 0px; border: 0px; outline: 0px; font-style: inherit; font-family: inherit; font-size: 0.9375rem; vertical-align: baseline; color: rgb(115, 127, 141); line-height: 1.1em; white-space: pre-wrap; word-wrap: break-word;"><br class=""></div><div class="markup" style="margin: 6px 0px 0px; padding: 0px; border: 0px; outline: 0px; font-style: inherit; font-family: inherit; font-size: 0.9375rem; vertical-align: baseline; color: rgb(115, 127, 141); line-height: 1.1em; white-space: pre-wrap; word-wrap: break-word;">Is this correct? This seems to go agains the assumptions of <a href="http://pharocloud.com/" class="">pharocloud.com</a> as well - as they mention that seaside automatically starts a server for you. Is this something that has changed? Do I need to provide my own “autostart” class if I want to try pharocloud (I’m guessing there is a startUp method somewhere that I need to override?)</div><div class="markup" style="margin: 6px 0px 0px; padding: 0px; border: 0px; outline: 0px; font-style: inherit; font-family: inherit; font-size: 0.9375rem; vertical-align: baseline; color: rgb(115, 127, 141); line-height: 1.1em; white-space: pre-wrap; word-wrap: break-word;"><br class=""></div><div class="markup" style="margin: 6px 0px 0px; padding: 0px; border: 0px; outline: 0px; font-style: inherit; font-family: inherit; font-size: 0.9375rem; vertical-align: baseline; color: rgb(115, 127, 141); line-height: 1.1em; white-space: pre-wrap; word-wrap: break-word;">Tim</div></div></div></div></div></div></div>_______________________________________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.squeakfoundation.org</a><br class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br class=""></div></blockquote></div><br class=""></div></div></div></div></blockquote></div><br class=""></div></body></html>