[Pharo-users] Logging system

2018-07-09 Thread Miguel Campusano
Hello guys, I want to capture the logs of a Pharo program to visualize them, but I do not find something like Python to log stuffs with more info than the string itself (such as severity or source of the log) ( https://docs.python.org/2/howto/logging.html). Is there a standard tool for logging in

Re: [Pharo-users] Which command-line handlers do you use most?

2018-07-09 Thread Sven Van Caekenberghe
> On 9 Jul 2018, at 17:38, Damien Pollet wrote: > > Hi all, > > I'm starting to port / reimplement existing command line handlers using Clap. > There's a dozen, but I wonder which ones are the most relied upon, because > it's a good opportunity for refactoring the command line API as a whol

Re: [Pharo-users] Which command-line handlers do you use most?

2018-07-09 Thread Santiago Bragagnolo
This are great news. Maybe you can extend Pharo launcher as a usage case for implantation! It would be really welcomed and useful. Santiago El lun., 9 de jul. de 2018 17:40, Damien Pollet escribió: > Hi all, > > I'm starting to port / reimplement existing command line handlers using > Clap. Th

[Pharo-users] Which command-line handlers do you use most?

2018-07-09 Thread Damien Pollet
Hi all, I'm starting to port / reimplement existing command line handlers using Clap. There's a dozen, but I wonder which ones are the most relied upon, because it's a good opportunity for refactoring the command line API as a whole and simplifying it or at least making it more orthogonal. For in

Re: [Pharo-users] Changing a BaselineOf... to include one more package

2018-07-09 Thread Guillermo Polito
To give a bit more of insight (and fill some holes in my explanation because I couldn't finish my coffee yet :)), actually, your baseline does not work because in the metacello spec you're saying that 'SmaCC-Reification' resides in Grace's repository, which is wrong I assume. So metacello will try

[Pharo-users] 12 Jul Pharo TechTalk: Tensorflow

2018-07-09 Thread Marcus Denker
Pharo TechTalk: Tensorflow A regular chat about Pharo. Happens on Discord. The Tech talks are open to both members and non-members! Topic: Machine Learning with TensorFlow and Pharo https://association.pharo.org/event-2973748

Re: [Pharo-users] Changing a BaselineOf... to include one more package

2018-07-09 Thread Guillermo Polito
Hi Andrew, I'd say you got almost everything right. Let me try to guide you to fix what's not so well and see if you can make it work. On Sun, Jul 8, 2018 at 4:19 PM Andrew P. Black wrote: > I have a baselineOfGrace that has been working fine for some time: > > baseline: spec > > > spec for: #