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

2017-08-15 Thread Guillermo Polito
Actually it happens first that monticello is "nicely" coupled with the changeset system and logs all the source code loaded in change sets :D :/ ¬¬. Also, the first two strings in terms of size are related to unicode tables (we should put them in files instead of in the image and load them on

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

2017-08-15 Thread Guillermo Polito
On Tue, Aug 15, 2017 at 11:26 PM, Tim Mackinnon wrote: > Hi Guille/Ben - I got a quick moment to try the SpaceTally (aside: it > seems very convoluted to load a single package into the image, I was trying > to avoid having to create a baselineOf for something so simple - I

Re: [Pharo-users] What is proper fix for this? (was: Re: Big Glorp problem w/ type coercion, pls help)

2017-08-15 Thread herby
BTW I took the latter way (as method tries to be as optimized as possible), it is in http://smalltalkhub.com/#!/~herby/Glorp/versions/Glorp-HerbyVojcik.127, consider merging in. Thanks. Herby Vojčík wrote: > Hello! > > I think I found the culprit. Few methods posted here: > > > Mapping >>

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

2017-08-15 Thread Guillermo Polito
Just a hunch: could you inspect ur MethodChangeRecord instances ? Le mar. 15 août 2017 à 23:55, Tim Mackinnon a écrit : > A weird observation - is it possible that source code is being stored in > the image as strings somehow? When I do > > ./pharo PharoLambda.image eval

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

2017-08-15 Thread Tim Mackinnon
A weird observation - is it possible that source code is being stored in the image as strings somehow? When I do ./pharo PharoLambda.image eval "ByteString allInstances inject: (OrderedCollection new) into: [:r :i | i size > 500 ifTrue: [r add: i]. r]" I see to see reams of what looks like

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

2017-08-15 Thread Tim Mackinnon
Hi Guille/Ben - I got a quick moment to try the SpaceTally (aside: it seems very convoluted to load a single package into the image, I was trying to avoid having to create a baselineOf for something so simple - I ended up with: repo := MCFileTreeRepository new directory: './bootstrap'

[Pharo-users] [Ann] Blog entry about using Pharo / Smalltalk to build a bot

2017-08-15 Thread sergio ruiz
Hey, all.. I just released a blog entry entitled: "Why I chose Pharo Smalltalk to build my Bot project" which can be viewed here: http://www.codeandmusic.com/why-i-chose-pharo-smalltalk-to-build-my-bot/?utm_content=buffera7148_medium=social_source=facebook.com_campaign=buffer I would

Re: [Pharo-users] What is proper fix for this? (was: Re: Big Glorp problem w/ type coercion, pls help)

2017-08-15 Thread jtuc...@objektfabrik.de
Herby, I think the better place to discuss fixes to Glorp is the Glorp Mailing list, where some Cincomers are also reading: https://groups.google.com/forum/#!forum/glorp-group Joachim Am 15.08.17 um 13:30 schrieb Herby Vojčík: Hello! I think I

Re: [Pharo-users] S8 Smalltalk tools - Android

2017-08-15 Thread Ben Coman
Interesting to hear of this. A rising tide lifts all ships. I guess this is you... http://alereimondo.no-ip.org/U8/ http://alereimondo.no-ip.org/U8/HowConnectU8DesktopAndroidDevice https://plus.google.com/communities/111735270746346779083 cheers -ben On Tue, Aug 15, 2017 at 4:11 AM,

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

2017-08-15 Thread Ben Coman
On Mon, Aug 14, 2017 at 5:55 PM, Guillermo Polito wrote: > In a full image (just bootstrapped) we have: > > 7.7 MB of arrays (probably in collections, we should check usages) > 6.3 MB of methods > 5.3 MB of ByteArrays > 3.3 MB of ByteStrings > What size do you

[Pharo-users] What is proper fix for this? (was: Re: Big Glorp problem w/ type coercion, pls help)

2017-08-15 Thread Herby Vojčík
Hello! I think I found the culprit. Few methods posted here: Mapping >> expressionFor: anObject basedOn: anExpression relation: aSymbol "Return our expression using the object's values. e.g. if this was a direct mapping from id->ID and the object had id: 3, then return TABLE.ID=3. Used when

Re: [Pharo-users] [Pharo-dev] including Pillar in Pharo image by default

2017-08-15 Thread Cyril Ferlicot
On mar. 15 août 2017 at 12:02, H. Hirzel wrote: > P.S. 3 And I realize that there is an pillar issue > > "Create a small parser independant of PetitParser for a light pillar" > > https://github.com/pillar-markup/pillar/issues/174 > > AFAIK this parser already exists. The

Re: [Pharo-users] [Pharo-dev] including Pillar in Pharo image by default

2017-08-15 Thread H. Hirzel
P.S. 3 And I realize that there is an pillar issue "Create a small parser independant of PetitParser for a light pillar" https://github.com/pillar-markup/pillar/issues/174 AFAIK this parser already exists. The hand written parser from in the Pier CMS. Some small adaptations are probably

Re: [Pharo-users] [Pharo-dev] including Pillar in Pharo image by default

2017-08-15 Thread H. Hirzel
P.S. 2 And yes the Pillar syntax which goes back to the Pier syntax [1] has been around for quite some time 2008 at least according to Pier http://wiki.squeak.org/squeak/3700 http://www.piercms.com/doc/syntax [1] Pharo 6.1 catalog entry for Pillar Pillar is a wiki-like syntax,

Re: [Pharo-users] [Pharo-dev] including Pillar in Pharo image by default

2017-08-15 Thread H. Hirzel
P.S. +1 for including pillar in the 6.2 image , then start working on the document tree and see how it can be adapted. On 8/15/17, H. Hirzel wrote: > Offray, > > thanks for the nice write-up about the general usefulness of Markdown > for writing papers. > > Stephen D.

Re: [Pharo-users] [Pharo-dev] including Pillar in Pharo image by default

2017-08-15 Thread H. Hirzel
Offray, thanks for the nice write-up about the general usefulness of Markdown for writing papers. Stephen D. wrote yesterday in a terse way "We can change the syntax or propose an alternate one as soon as it uses the same internal structure. Stef" This means that Pillars tagging system may be

Re: [Pharo-users] [ANN] VistaCursor now scalable

2017-08-15 Thread webwarrior
Torsten Bergmann wrote > Hi, > > Mike Davis asked about changing the cursor size as he runs Pharo with > Windows 10 on a Microsoft Surface > @ 2736 x 1824 dpi. He discussed on Discord and said that all of the > display is well scaled, except the mouse > cursor which is too small for him. > > As

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

2017-08-15 Thread Guillermo Polito
On Mon, Aug 14, 2017 at 4:42 PM, Tim Mackinnon wrote: > Hi Guille - just running SpaceTally on my dev image to get a feel for it. > It turns out that in the minimal images you’ve been creating, its not > loaded (makes sense). > Yup, it's loaded afterwards. All packages are