Re: [Pharo-users] [Pharo-dev] [Survey] QualityAssistant experience mini-survey

2015-09-14 Thread Mariano Martinez Peck
OK Done. Where I can see the answers now? :) I put I didn't know many of the features (I use it 99% of the time in Nautilus) and I do want to know now! On Mon, Sep 14, 2015 at 5:01 AM, Yuriy Tymchuk wrote: > Dear Pharoers, > > I kindly ask you to participate in the

Re: [Pharo-users] [Moose-dev] Pillar 2.0.0: Introduction of PetitPillar

2015-09-14 Thread Damien Cassou
Alexandre Bergel writes: > I use Pillar for AgileVisualization. One problem I have is that the > book contains many code snippets. How can I run all the code snippet > in order to spot error? Is there an easy way for that? something like

[Pharo-users] Mocking ZnClient

2015-09-14 Thread Damien Cassou
Hi, I need to write unit tests for code that fetches data on the web through ZnClient. Is there a way to temporarily replace all creations of ZnClient instances by instances of another class that will reply with fixed results without fetching on the web? I already wrote something like that for

Re: [Pharo-users] Mocking ZnClient

2015-09-14 Thread Sven Van Caekenberghe
Damien, As far as I know this does not (yet) exist. I know that Norbert did some work mocking actual connections, so that a client can directly connect to a server's handler without doing any networking, if I remember correctly, but I don't think that is what you are looking for. Sven > On

Re: [Pharo-users] [Pharo-dev] [Survey] QualityAssistant experience mini-survey

2015-09-14 Thread Yuriy Tymchuk
Hi, they are described here: https://github.com/Uko/QualityAssistant#actions Mariano also reported that on Pharo 4 some actions are missing. I am investigating that. Yuriy > On 14 Sep 2015, at 15:58, Damien Cassou

[Pharo-users] [ANN] Pharo Consortium New Bronze Member: Inspired.org

2015-09-14 Thread Marcus Denker
The Pharo Consortium is very happy to announce that Inspired.org has joined the Consortium as a bronze Member. Inspired is a highly experienced consultancy specialising in transformative business strategy integrated with executable architecture (including business architecture) and empowering

Re: [Pharo-users] [Pharo-dev] [Survey] QualityAssistant experience mini-survey

2015-09-14 Thread Damien Cassou
Mariano Martinez Peck writes: > OK Done. > Where I can see the answers now? :) I put I didn't know many of the > features (I use it 99% of the time in Nautilus) and I do want to know now! I agree, where can we get information about the not-so-visible features? --

Re: [Pharo-users] Mocking ZnClient

2015-09-14 Thread Christophe Demarey
It is very easy to do by using BabyMock2 for example Le 14 sept. 2015 à 15:31, Damien Cassou a écrit : > Hi, > > I need to write unit tests for code that fetches data on the web through > ZnClient. Is there a way to temporarily replace all creations of > ZnClient instances by instances of

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-14 Thread Ben Coman
On Tue, Sep 15, 2015 at 12:49 AM, Peter Uhnák wrote: > > > On Mon, Sep 14, 2015 at 6:31 PM, Ben Coman wrote: >> >> I am having a look into Ecstatic.. >> >> What is the philosophy behind the comment in ETSite>>generateHtml ... >> >> "We copy all input

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-14 Thread Peter Uhnák
On Mon, Sep 14, 2015 at 6:31 PM, Ben Coman wrote: > I am having a look into Ecstatic.. > > What is the philosophy behind the comment in ETSite>>generateHtml ... > > "We copy all input files into the output directory to not make the > input dirty. > We copy all

[Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-14 Thread Ben Coman
I am having a look into Ecstatic.. What is the philosophy behind the comment in ETSite>>generateHtml ... "We copy all input files into the output directory to not make the input dirty. We copy all because the site will need not only pillar files but also other resources such as

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-14 Thread Ben Coman
On Tue, Sep 15, 2015 at 2:28 AM, Peter Uhnák wrote: >> I am looking into Ecstatic to generate a static web site from Pillar files >> hosted on GitHub Pages. > > > This is rather easy as Ecstatic was built just for that, so there is no need > to change Pillar for it. > > this

Re: [Pharo-users] Pillar 1.1.0 released

2015-09-14 Thread Johan Brichau
Hi Cyril, You are right. It’s better to just fix the version of Pillar for Pier and that works just fine for me now. We will see what happens later if someone has the time to look at Pier. cheers Johan > On 13 Sep 2015, at 12:22, Ferlicot Delbecque Cyril >

[Pharo-users] [Survey] QualityAssistant experience mini-survey

2015-09-14 Thread Yuriy Tymchuk
Dear Pharoers, I kindly ask you to participate in the QualityAssistant mini-survey: http://rio.inf.usi.ch/survey/index.php/818331 . It will take only a few minutes of your time (or less), and will give us a better understanding of how

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-14 Thread Ferlicot D. Cyril
Le 14/09/2015 19:24, Ben Coman a écrit : > > Thanks Peter. > > It would be nice if Pillar was more flexible in this regard. For Hi :) With the version 1.0.0 of Pillar you have the possibility to use "outputDirectory" and the "support" parameters. The first will will generate the files into a

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-14 Thread Peter Uhnák
> > I am looking into Ecstatic to generate a static web site from Pillar > files hosted on GitHub Pages. This is rather easy as Ecstatic was built just for that, so there is no need to change Pillar for it. this https://guillep.github.io/ecstatic/install.html and this