Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-10 Thread Tudor Girba
+1 Doru > On Aug 10, 2017, at 11:34 PM, Stephane Ducasse > wrote: > > Tim > > I definitively think that we could turn it into a Pharo success story > or something that we can keep on the web site > because it is really nice. > > Stef > > On Thu, Aug 10, 2017 at 3:47 PM, Tim Mackinnon wrot

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-10 Thread Tudor Girba
Very nice work, Tim! It is quite impressive what you could do within a short amount of time (essentially since PharoDays). Please do keep this up. Cheers, Doru > On Aug 10, 2017, at 3:47 PM, Tim Mackinnon wrote: > > I just wanted to thank everyone for their help in getting my pet project >

[Pharo-users] Thread-safe initialization of class state (was Re: Threads safety in Pharo)

2017-08-10 Thread monty
Here's a hypothetical broken class method that does lazy initialization of a class inst var: fileTypes fileTypes ifNil: [ fileTypes := Dictionary new. fileTypes at: 'txt' put: 'Text File'; at: 'html' put: 'Web

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-10 Thread Stephane Ducasse
Tim I definitively think that we could turn it into a Pharo success story or something that we can keep on the web site because it is really nice. Stef On Thu, Aug 10, 2017 at 3:47 PM, Tim Mackinnon wrote: > I just wanted to thank everyone for their help in getting my pet project > further alon

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-10 Thread Mariano Martinez Peck
Yeah, very nice. I just watched it all and looks cool. I am happy that the debugger/stack/context serialization is still breaking other people's mind :) There are a few limitations and problems with the serialization of debugger and materialization in another image. I think I listed those several t

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-10 Thread Alexandre Bergel
Impressive stuff!! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Aug 10, 2017, at 9:47 AM, Tim Mackinnon wrote: > > I just wanted to thank everyone for their help in getting my pet

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-10 Thread Esteban A. Maringolo
Hi Tim, Impressive pet project you have. And what a way to deliver! Not only with fun features never built before, but also with a documented repo and a detailed screencast. Congratulations. In my self interest, and indirectly for the Pharo community, I look forward to see more contributions lik

[Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-10 Thread Tim Mackinnon
I just wanted to thank everyone for their help in getting my pet project further along, so that now I can announce that PharoLambda is now working with the V7 minimal image and also supports post mortem debugging by saving a zipped fuel context onto S3. This latter item is particularly satisfyi

Re: [Pharo-users] [ann] moldable brick editor - alpha

2017-08-10 Thread stephan
On 10-08-17 13:09, stephan wrote: On 05-08-17 00:19, Tudor Girba wrote: >Iceberg enableMetacelloIntegration: true. That doesn't work. It hangs the image, keeping one CPU busy. With 60510 that is non-interruptable, b.t.w. Stephan

Re: [Pharo-users] [ann] moldable brick editor - alpha

2017-08-10 Thread stephan
On 05-08-17 00:19, Tudor Girba wrote: >Iceberg enableMetacelloIntegration: true. That doesn't work. It hangs the image, keeping one CPU busy. (latest 32 bit vm, ubuntu 16.04LTS) Also the Moz2D is not correctly installed/deinstalled. After warning that the library is not correctly installed, the