Re: [Pharo-users] 2 questions around gitlab, gitfiletree, BaselineOf

2017-07-12 Thread Sabine Manaa
Hi Thierry, when I take a new Pharo5 Image and do Metacello new baseline: 'FileTree'; repository: 'github://dalehenrich/filetree:pharo5.0_dev'; load I get the following error; "Could not resolve: BaselineOfFileTree [BaselineOfFileTree] in /Applications/Pharo5.0-7.app/Contents/Resour

Re: [Pharo-users] Is there a 64bit minimal image for either 6.0 or 7.0?

2017-07-12 Thread Tim Mackinnon
That would be great. I'm keen to see if I can reproduce what Sven seemed to measure where he seemed to get image launch times down. Currently on Lambda I am seeing an avg 3.5s to return a simple result. I know that 700ms of this is the overhead of a nodejs shim (the golang Sparta project has re

Re: [Pharo-users] Is there a 64bit minimal image for either 6.0 or 7.0?

2017-07-12 Thread Pavel Krivanek
Hi Tim, I will prepare jobs that will convert them to 64bits. -- Pavel 2017-07-12 23:14 GMT+02:00 Tim Mackinnon : > Hi - I would like to try a minimal image on AWS lambda (so I need a 64 bit > version). > > Is there a 64bit image for either 6.0 or 7.0 that is easy to download? > > I can see - h

Re: [Pharo-users] [OFFTOPIC] Update: Debris Publishing / Quuve Research & Portfolio Management Platform

2017-07-12 Thread Mariano Martinez Peck
BTW, thanks for creating the ycombinator post! https://news.ycombinator.com/item?id=14756598#14757008 Cheers, On Wed, Jul 12, 2017 at 4:53 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > Hi all, > > A while back our team presented Quuve [1], a customizable investment > management ec

[Pharo-users] Is there a 64bit minimal image for either 6.0 or 7.0?

2017-07-12 Thread Tim Mackinnon
Hi - I would like to try a minimal image on AWS lambda (so I need a 64 bit version). Is there a 64bit image for either 6.0 or 7.0 that is easy to download? I can see - http://get.pharo.org/60-minimal but it doesn’t say its 64 bit, so I assume its 32bit? Tim

Re: [Pharo-users] 2 questions around gitlab, gitfiletree, BaselineOf

2017-07-12 Thread Tim Mackinnon
I have another approach (possibly similar) - as gitlab has already checked out the code for you you simply need to point to it? - rm -rf build. # gitlab can cache the build directory - mkdir build - cp scripts/* build - cd build - curl get.pharo.org/64/ | bash - ./pharo Pharo.image --no-default-

Re: [Pharo-users] Glamour: update presenter with new text

2017-07-12 Thread Stephane Ducasse
I can tell you that you do not want to play with nautilus :). Stef On Wed, Jul 12, 2017 at 6:01 PM, Hilaire wrote: > Le 05/07/2017 à 19:43, Juraj Kubelka a écrit : >> I have added the bold line from the previous >> post: >> http://forum.world.st/Custom-Glamour-browser-for-Dr-Geo-scripting-tp495

Re: [Pharo-users] Glamour: update presenter with new text

2017-07-12 Thread Tudor Girba
Hi, I will try to follow up tomorrow. Cheers, Doru > On Jul 12, 2017, at 6:01 PM, Hilaire wrote: > > Le 05/07/2017 à 19:43, Juraj Kubelka a écrit : >> I have added the bold line from the previous >> post: >> http://forum.world.st/Custom-Glamour-browser-for-Dr-Geo-scripting-tp4952920p4953209.

Re: [Pharo-users] Glamour: update presenter with new text

2017-07-12 Thread Hilaire
Le 05/07/2017 à 19:43, Juraj Kubelka a écrit : > I have added the bold line from the previous > post: > http://forum.world.st/Custom-Glamour-browser-for-Dr-Geo-scripting-tp4952920p4953209.html > > > But it is not perfect, because it does not keep the selection. > > Hilaire, it looks like you are

Re: [Pharo-users] Problems with PunQLite

2017-07-12 Thread PBKResearch
Hi Esteban Thanks. That has fixed the immediate problem – the tests in PqDatabaseTests are now all green. The effect is weird, because the downloaded .dll just overwrote the old one, so they are in the same place, but now it works. I am still getting some PqFetch errors in testing, but I

Re: [Pharo-users] Using SandstoneDB for persistance. Getting error.

2017-07-12 Thread sergio ruiz
OH!  okay.. this is making sense now.. I think i just had to look at it for a minute.. Let me try that .. Thanks! On July 11, 2017 at 2:53:35 PM, Ramon Leon (ramon.l...@allresnet.com) wrote: On 07/11/2017 10:05 AM, sergio ruiz wrote: > Oh! i forgot to mention.. this method belongs to Order

Re: [Pharo-users] Problems with PunQLite

2017-07-12 Thread Esteban Lorenzano
Hi, while the installer should download and install the dll, I have seen that in some cases it does not downloads it correctly. can you try to download the library from here: https://github.com/pharo-nosql/PunQLite/releases/tag/stable

Re: [Pharo-users] Problems with PunQLite

2017-07-12 Thread PBKResearch
Hello Just an update on a further test. Going through old e-mails, I saw Esteban Lorenzano's recommendation to use a different repository to install PunQLite. I used his snippet: Metacello new repository: 'github://pharo-nosql/PunQLite/repository'; baseline: 'PunQLite'; load. to

[Pharo-users] Fwd: [CfP][Meta'17] Workshop on Meta-Programming Techniques and Reflection

2017-07-12 Thread Guillermo Polito
Hi all, sorry for multiple copies, = Call for Papers: Meta’17 Workshop on Meta-Programming Techniques and Reflection Co-locat

Re: [Pharo-users] Using the Debugger to write code

2017-07-12 Thread Marcus Denker
> On 12 Jul 2017, at 10:51, Marcus Denker wrote: > > >> On 12 Jul 2017, at 10:46, Denis Kudriashov > > wrote: >> >> >> 2017-07-12 9:09 GMT+02:00 Marcus Denker > >: >> in the workspace it creates a variable (with value nil)… so it tre

Re: [Pharo-users] Using the Debugger to write code

2017-07-12 Thread Marcus Denker
> On 12 Jul 2017, at 10:46, Denis Kudriashov wrote: > > > 2017-07-12 9:09 GMT+02:00 Marcus Denker >: > in the workspace it creates a variable (with value nil)… so it treats > upper-case > unknown vars the same as lower case. > > I think it might make sense to h

Re: [Pharo-users] Using the Debugger to write code

2017-07-12 Thread Denis Kudriashov
2017-07-12 9:09 GMT+02:00 Marcus Denker : > in the workspace it creates a variable (with value nil)… so it treats > upper-case > unknown vars the same as lower case. > > I think it might make sense to have for upper case instead the menu that > asks > what to do (it could there have a “add binding

Re: [Pharo-users] Using the Debugger to write code

2017-07-12 Thread K K Subbu
On Wednesday 12 July 2017 01:36 PM, Marcus Denker wrote: The compiler knows two modes: “Interactive” and not. So if there is a undeclared var, it will in interactive mode ask the user what to do, but when compiling non-interactively it will just add the var to Undeclared (with a nil value) and co

Re: [Pharo-users] Using the Debugger to write code

2017-07-12 Thread Marcus Denker
> On 12 Jul 2017, at 09:09, Marcus Denker wrote: > > >> On 12 Jul 2017, at 08:54, Sven Van Caekenberghe wrote: >> >> Yes, but these are all inside the method editor. >> >> I wanted to start with >> >> (Motivation fromString: 'foo') sayIt. >> >> in a playground/workspace. > > in the worksp

Re: [Pharo-users] Using the Debugger to write code

2017-07-12 Thread Marcus Denker
> On 12 Jul 2017, at 08:54, Sven Van Caekenberghe wrote: > > Yes, but these are all inside the method editor. > > I wanted to start with > > (Motivation fromString: 'foo') sayIt. > > in a playground/workspace. in the workspace it creates a variable (with value nil)… so it treats upper-case u

Re: [Pharo-users] Using the Debugger to write code

2017-07-12 Thread p...@highoctane.be
(#Motivation asClass fromString: 'a') sayIt is not working better :-) Should. Phil On Wed, Jul 12, 2017 at 8:54 AM, Sven Van Caekenberghe wrote: > Yes, but these are all inside the method editor. > > I wanted to start with > > (Motivation fromString: 'foo') sayIt. > > in a playground/workspac