Re: [Pharo-users] Sending a message to pharo from commandline

2018-12-26 Thread Damien Pollet
Hi Steve, Have a look at Clap: https://github.com/cdlm/clap-st https://speakerdeck.com/cdlm/clap-esug-2018 Coral was a nice idea but tried to be too many things at once (scripting syntax ≠ commandline API); in contrast, Clap is only about defining commandline APIs for Pharo code. Feel free to

[Pharo-users] Move methods to other class in P7/Calypso

2018-12-26 Thread Esteban Maringolo
What the canonical way of moving a set of methods from one class to another? I couldn't find it in the contextual menu or in the refactorings. Regards, Esteban A. Maringolo

Re: [Pharo-users] PostgresV3 with parameter binding

2018-12-26 Thread Esteban Maringolo
Excellent, thank your for this. Esteban A. Maringolo El mar., 25 dic. 2018 a las 5:16, Pierce Ng () escribió: > > Hi all, > > I've modified PostgresV3 to do parameter binding, i.e., parsing SQL and > binding/executing with data are performed in separate protocol steps. > I've add a simple client