[Pharo-project] Where did the Promise go?
Hi: Was the Promise class removed from the system for cleaning, and because it was not used? Or was there another reason for not having it in its classic form? Thanks Stefan -- Stefan Marr Software Languages Lab Vrije Universiteit Brussel Pleinlaan 2 / B-1050 Brussels / Belgium http://soft.vub.ac.be/~smarr Phone: +32 2 629 2974 Fax: +32 2 629 3525
Probably because it was not well integrated and no users. Now if you have a good implementation we can package it. To me Object>>futureSend: aSelector at: deltaMSecs args: args "Send a message deltaSeconds into the future (some implementations may requires 'deltaMSecs' to be zero). Answers a Promise that will be resolved at some time in the future. See comment in class FutureNode." ^Project current future: self send: aSelector at: deltaMSecs args: args. Is not something I really understand. I do not see why a project would have to do anything with promise but I'm probably a bit dull. Stef On Dec 31, 2011, at 2:18 PM, Stefan Marr wrote:
Hi:
Was the Promise class removed from the system for cleaning, and because it was not used? Or was there another reason for not having it in its classic form?
Thanks Stefan
-- Stefan Marr Software Languages Lab Vrije Universiteit Brussel Pleinlaan 2 / B-1050 Brussels / Belgium http://soft.vub.ac.be/~smarr Phone: +32 2 629 2974 Fax: +32 2 629 3525
I don't think that there was ever such a class in Pharo. Lukas On 31 December 2011 14:18, Stefan Marr <smalltalk@stefan-marr.de> wrote:
Hi:
Was the Promise class removed from the system for cleaning, and because it was not used? Or was there another reason for not having it in its classic form?
Thanks Stefan
-- Stefan Marr Software Languages Lab Vrije Universiteit Brussel Pleinlaan 2 / B-1050 Brussels / Belgium http://soft.vub.ac.be/~smarr Phone: +32 2 629 2974 Fax: Â +32 2 629 3525
-- Lukas Renggli www.lukas-renggli.ch
http://source.lukas-renggli.ch ? At least today it is not reachable from here. Regards Friedrich
not that I know but indeed if would be good to have a replication mechanism. Stef On Jun 30, 2012, at 10:37 AM, Friedrich Dominicus wrote:
http://source.lukas-renggli.ch ?
At least today it is not reachable from here.
Regards Friedrich
Stéphane Ducasse <stephane.ducasse@inria.fr> writes:
not that I know but indeed if would be good to have a replication mechanism.
Stef Just so much it's not accessible today either...
Lost in Internet ? Regards Friedrich -- Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus
I'm working on mirroring it, but even that is going to take a while, sorry :( Also, I don't have all the packages, but I'm working on a script ("working" make it look complicated, is really easy), to help everybody to commit their versions... I think if we all work together we are going to be able to reproduce more or less everything :) Esteban On Jul 3, 2012, at 4:38 PM, Friedrich Dominicus wrote:
Stéphane Ducasse <stephane.ducasse@inria.fr> writes:
not that I know but indeed if would be good to have a replication mechanism.
Stef Just so much it's not accessible today either...
Lost in Internet ?
Regards Friedrich
-- Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus
Esteban Lorenzano <estebanlm@gmail.com> writes:
I'm working on mirroring it, but even that is going to take a while, sorry :( Also, I don't have all the packages, but I'm working on a script ("working" make it look complicated, is really easy), to help everybody to commit their versions... I think if we all work together we are going to be able to reproduce more or less everything :) Well I have the stuff from aroun a week ago in my package-cache.
If you tell me where I should "drop" it, let me know. Regards Friedrich -- Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus
On Sat, Jun 30, 2012 at 10:37 AM, Friedrich Dominicus <frido@q-software-solutions.de> wrote:
http://source.lukas-renggli.ch ?
At least today it is not reachable from here.
If people are interested we (Guillermo, Friedrich, and I) brought many mcz from Lukas together in a dropbox folder,. Please ask if you are interested. -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
participants (6)
-
Damien Cassou -
Esteban Lorenzano -
Friedrich Dominicus -
Lukas Renggli -
Stefan Marr -
Stéphane Ducasse