Re: [Pharo-users] Aare questions

2018-01-22 Thread Cédrick Béler
> > > Ok so we redid everything in parallel. Too bad anyway I will continue > and my changes are in my clone. Ok. At least we converge :) I thought I explained it in the book. > I will update the booklet once I get it. Cool. I’ll join soon. Cheers, Cédrick Side note: I like to extract clas

Re: [Pharo-users] Aare questions

2018-01-21 Thread Stephan Eggermont
Cédrick Béler wrote: > Yes sure. But at this is an important requirement for me, I prefer to > talk about it first :) Distributed systems design is a different subject. Different constraints, different solutions. Stephan

Re: [Pharo-users] Aare questions

2018-01-21 Thread Stephane Ducasse
Ok so we redid everything in parallel. Too bad anyway I will continue and my changes are in my clone. I will update the booklet once I get it. Stef On Sun, Jan 21, 2018 at 6:05 PM, Cédrick Béler wrote: > > HI cedrick > > > I tried to start a booklet with Stephane but it is too complicated right

Re: [Pharo-users] Aare questions

2018-01-21 Thread Hernán Morales Durand
Hi Cédrick, 2018-01-21 8:04 GMT-03:00 Cédrick Béler : > Hi Hernan, > > I decided to give a try to Aare or Workflow in Pharo 6, following > instructions in https://github.com/Netstyle/Workflow . > > > Cool :) > > I started but had to stop until the semester is finish. Next month should be > ok to c

Re: [Pharo-users] Aare questions

2018-01-21 Thread Cédrick Béler
> > > Cedrick > > My goal is one step at a time. > I do not want grand plan. Just something working in one image. Yes sure. But at this is an important requirement for me, I prefer to talk about it first :) > Stef > > On Sun, Jan 21, 2018 at 12:19 PM, Cédrick Béler wrote: >> Besides all su

Re: [Pharo-users] Aare questions

2018-01-21 Thread Stephane Ducasse
Now I got all the TestGraphs green by commenting the graphiz dependencies. On Sun, Jan 21, 2018 at 3:33 PM, Stephane Ducasse wrote: > I got all the WfTestFlow green. > So now we can study the execution a bit better. > > On Sun, Jan 21, 2018 at 3:28 PM, Stephane Ducasse > wrote: >> HI cedrick >>

Re: [Pharo-users] Aare questions

2018-01-21 Thread Stephane Ducasse
I got all the WfTestFlow green. So now we can study the execution a bit better. On Sun, Jan 21, 2018 at 3:28 PM, Stephane Ducasse wrote: > HI cedrick > > >> To solve this « pb », just create WADynamicVariable as a subclass of >> DynamicVariable already in Pharo. > > Ok I will do it. What is impor

Re: [Pharo-users] Aare questions

2018-01-21 Thread Stephane Ducasse
HI cedrick > To solve this « pb », just create WADynamicVariable as a subclass of > DynamicVariable already in Pharo. Ok I will do it. What is important is to *share* knowledge and code. So I changed and publish the code in my branch to make CurrentWorkflowManager an dynamic variable. Before I j

Re: [Pharo-users] Aare questions

2018-01-21 Thread Serge Stinckwich
On Sun, Jan 21, 2018 at 3:06 PM, Stephane Ducasse wrote: > Cedrick > > My goal is one step at a time. > I do not want grand plan. Just something working in one image. > ​Yes be able to reproduce/run old cold is the first step. ​There was some discussions some months ago about resu​rrecting ​mic

Re: [Pharo-users] Aare questions

2018-01-21 Thread Serge Stinckwich
On Sun, Jan 21, 2018 at 9:02 AM, Hernán Morales Durand < hernan.mora...@gmail.com> wrote: > Hi, > > I decided to give a try to Aare or Workflow in Pharo 6, following > instructions in https://github.com/Netstyle/Workflow . However, the > installation script raised a Warning about missing WADynamic

Re: [Pharo-users] Aare questions

2018-01-21 Thread Stephane Ducasse
Cedrick My goal is one step at a time. I do not want grand plan. Just something working in one image. Stef On Sun, Jan 21, 2018 at 12:19 PM, Cédrick Béler wrote: > Besides all suggested ideas on the previous mail, what’s very important to me > is being able to run processes between several imag

Re: [Pharo-users] Aare questions

2018-01-21 Thread Cédrick Béler
Besides all suggested ideas on the previous mail, what’s very important to me is being able to run processes between several images considering 1 image = 1 actor. At first, we can consider both actor being on the same image (what Stephane wants first) but my requirement number 1 is having 1 act

Re: [Pharo-users] Aare questions

2018-01-21 Thread Cédrick Béler
Hi Hernan, > I decided to give a try to Aare or Workflow in Pharo 6, following > instructions in https://github.com/Netstyle/Workflow . Cool :) I started but had to stop until the semester is finish. Next month should be ok to continue on that. > However, the > installation script raised a Wa

Re: [Pharo-users] Aare questions

2018-01-21 Thread Norbert Hartl
I‘m in there, too, because I feel the same importance. Need to allocate some time Norbert > Am 21.01.2018 um 11:46 schrieb Stephane Ducasse : > > Hi hernan > > I will try to allocate more time to understand the execution because I > think that this is important > for our community to get a wor

Re: [Pharo-users] Aare questions

2018-01-21 Thread Stephane Ducasse
Hi hernan I will try to allocate more time to understand the execution because I think that this is important for our community to get a workflow engine. So I take it as a reverse engineering exercise. Now I'm super busy so I will get slow on it. Stef On Sun, Jan 21, 2018 at 9:31 AM, Hernán Mora

Re: [Pharo-users] Aare questions

2018-01-21 Thread Hernán Morales Durand
Hi Stef, 2018-01-21 5:17 GMT-03:00 Stephane Ducasse : > Hi hernan > > I started to clean the code in my fork. > If you want to contribute let me know. I don't know enough about workflow implementations yet. However I know how to run or what to expect from them. So I could give some feedback from

Re: [Pharo-users] Aare questions

2018-01-21 Thread Stephane Ducasse
Hi hernan I started to clean the code in my fork. If you want to contribute let me know. I started to clean all misclassified methods to force me to read the code. (I used them as a marker to know if I passed on the code). For the moment I made sure that the code loads. - I created the variable a

[Pharo-users] Aare questions

2018-01-21 Thread Hernán Morales Durand
Hi, I decided to give a try to Aare or Workflow in Pharo 6, following instructions in https://github.com/Netstyle/Workflow . However, the installation script raised a Warning about missing WADynamicVariable class. Should I install Seaside? I've been using a couple of bioinformatics workflows the