Seaside 3.4.4 for VAST early preview

102 views
Skip to first unread message

Mariano Martinez Peck

unread,
Jul 20, 2021, 9:35:00 AM7/20/21
to VA Smalltalk
Greetings all, 

We have an early preview of our Seaside v3.4.4 port to VAST 10.0.2. Such a new port will be officially released in VAST 2022 (11.0.0) but we wanted to give you a chance to try it and provide feedback before then. 

Download this .zip using your Instantiations trial/licensed credentials. It contains a .dat with the new version of the Seaside configuration maps:

z.ST: Server Smalltalk (SST) - Seaside v3.4.4 f

z.ST: Server Smalltalk (SST) - Seaside Testing v3.4.4 j

zz.Server.AbtSstSeasideFeature v3.4.4 c


You should import all versions of all configuration maps and then load what you need. You can also script the import like this:

StsConfigurationMapsBrowser new importAllConfigMapsFrom: 'C:\your\path\to\Seaside3.4.4.dat'

And the load like this:

(EmConfigurationMap editionsFor: 'z.ST: Server Smalltalk (SST) - Seaside Testing' ) first loadWithRequiredMaps 

Finally, you can start a Seaside server either from "Transcript" -> "Tools" -> "Open Seaside Control Panel" , or from code:

(WASstServerAdaptor port: 8080)
codec: (GRCodec forEncoding: 'utf-8');
start 

And of course, then from the browser navigate to http://localhost:8080/


Please, all testing and feedback is more than welcome.

Best, 

--

Mariano Martinez Peck

Senior Software Engineer

 mp...@instantiations.com
 @MartinezPeck
 /mariano-martinez-peck
 instantiations.com
TwitterLinkedInVAST Community ForumGitHubYouTubepub.dev

Adriaan van Os

unread,
Jul 20, 2021, 6:08:11 PM7/20/21
to VAST Community Forum
Nice! Will have a look!

Mariano Martinez Peck

unread,
Aug 4, 2021, 3:27:51 PM8/4/21
to VA Smalltalk
Thanks Adriaan. Your feedback will be more than welcome :)

--
You received this message because you are subscribed to the Google Groups "VAST Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to va-smalltalk...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/c6c24579-eac2-41ff-814a-97948e0fa476n%40googlegroups.com.

Noschvie

unread,
Aug 17, 2021, 9:53:45 AM8/17/21
to VAST Community Forum
Hello Mariano

testing and loading " z.ST: Server Smalltalk (SST) - Seaside v3.4.4 f " leads to this :

Loading the configuration map ENVY/Image Regex V 9.2.0  [433]...
Error: 74   String>>#asUnsignedInteger cannot be added by GreaseVASTCoreApp v1.7.0 d because it is provided by RegexCoreApp V 9.2.0  [433].
Warning: 372   GreaseVASTCoreApp<< v1.7.0 d >> was marked as a scratch edition so that
a new edition of the class String could be created.
Info: 109   Made String(17.08.2021 15:32:46)  from String v3.4.4 a in GreaseVASTCoreApp<< v1.7.0 d >>.
Loaded ENVY/Image Regex V 9.2.0  [433].


thanks for sharing the preview!
br
Norbert

Mariano Martinez Peck

unread,
Aug 17, 2021, 10:29:25 AM8/17/21
to VA Smalltalk
Thanks Norbert for the report. I already opened a dev case to address this. Basically, there is a conflict on that extension method #asUnsignedInteger between Regex and the new Grease. 
However, functionally wise, both should be working perfectly fine.

Best,
 



Mariano Martinez Peck

unread,
Aug 23, 2021, 9:30:21 AM8/23/21
to VA Smalltalk
Hi Norbert,

For your own reference, this has already been fixed with the development case "68211: Fix regex's #asUnsignedInteger conflict with new Grease" and will be shipped in the next release of the product.

Thanks! 
Reply all
Reply to author
Forward
0 new messages