Re: [Pharo-project] Cog+linux: external module not found

2012-02-03 Thread Stéphane Ducasse
On Feb 2, 2012, at 11:43 PM, Schwab,Wilhelm K wrote: Eliot, Lazy is not a word I would use - it *is* a lot of work. I'm closing in on a 1.3 image. Once it's up (this includes a Seaside 2.8-3.0 move), I'll try alien callbacks w/ GSL. It won't happen overnight, but it will be nice to be

Re: [Pharo-project] pdf4smalltalk Re: pharo vision

2012-02-03 Thread Stéphane Ducasse
On Feb 2, 2012, at 10:50 PM, Paul DeBruicker wrote: Just wanted to make sure you guys were aware that Bob Nemec is making a PDFReport package for VisualWorks that he intends to present at STIC and port to other smalltalks:

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Lukas Renggli
See below for an alternative collection implementation: http://jenkins.lukas-renggli.ch/job/Container/ Also contains a nice double-linked-list, as well as many other standard containers that are missing in standard Smalltalk. Lukas On 3 February 2012 07:52, Stéphane Ducasse

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Sven Van Caekenberghe
On 03 Feb 2012, at 09:26, Lukas Renggli wrote: See below for an alternative collection implementation: http://jenkins.lukas-renggli.ch/job/Container/ Also contains a nice double-linked-list, as well as many other standard containers that are missing in standard Smalltalk. Lukas, Very

Re: [Pharo-project] ConfigurationOfCitezen - any bugs?

2012-02-03 Thread Stéphane Ducasse
in 1.4 (ConfigurationOfCitezen project version: #stable) load: { 'NoWeb'}. works loads 0.7 in 1.3 (ConfigurationOfCitezen project version: #stable) load: { 'NoWeb'}. works loads 0.7 So let us know.

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Stéphane Ducasse
Lukas this is cool. Do you have a list of class/comment? Stef On Feb 3, 2012, at 9:26 AM, Lukas Renggli wrote: See below for an alternative collection implementation: http://jenkins.lukas-renggli.ch/job/Container/ Also contains a nice double-linked-list, as well as many other standard

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Stéphane Ducasse
what is the diff between arrayList and vectorList ? I have plenty of other questions. :) Stef On Feb 3, 2012, at 9:26 AM, Lukas Renggli wrote: See below for an alternative collection implementation: http://jenkins.lukas-renggli.ch/job/Container/ Also contains a nice

Re: [Pharo-project] ConfigurationOfCitezen - any bugs?

2012-02-03 Thread Schwab,Wilhelm K
Stef, I'm rebuilding the image. Any attempt to load config of citezen was hanging the image. More to come. Thanks for the incantations. Bill From: pharo-project-boun...@lists.gforge.inria.fr [pharo-project-boun...@lists.gforge.inria.fr] on behalf

Re: [Pharo-project] ConfigurationOfCitezen - any bugs?

2012-02-03 Thread Schwab,Wilhelm K
Stef, My sleep schedule is whacked up, so I need to take a break. Bottom line, the image hangs on pretty much any attempt to load the configuration. I'll try again later. Bill From: pharo-project-boun...@lists.gforge.inria.fr

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Lukas Renggli
This is all very much at an experimental phase. what is the diff between arrayList and vectorList ? ArrayList is double ended (very much like OrderedCollection), VectorList is single ended. I was just experimenting to see if it makes a difference. Do you have some kind of high level

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Nicolas Cellier
2012/2/3 Lukas Renggli reng...@gmail.com: This is all very much at an experimental phase. what is the diff between arrayList and vectorList ? ArrayList is double ended (very much like OrderedCollection), VectorList is single ended. I was just experimenting to see if it makes a difference.

Re: [Pharo-project] [ANN] Shared Smalltalk Workspaces

2012-02-03 Thread Germán Arduino
Nice job! 2012/2/2 Sven Van Caekenberghe s...@beta9.be: Hi, I hacked together a little web service called 'Shared Smalltalk Workspaces'.        http://ws.stfx.eu It is basically a pastebin for Smalltalk, a way easily to share Smalltalk workspaces. Follow the link above for the details.

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Stéphane Ducasse
On Feb 3, 2012, at 12:20 PM, Nicolas Cellier wrote: 2012/2/3 Lukas Renggli reng...@gmail.com: This is all very much at an experimental phase. what is the diff between arrayList and vectorList ? ArrayList is double ended (very much like OrderedCollection), VectorList is single ended. I

Re: [Pharo-project] keeping up with lively-kernel (morphic)

2012-02-03 Thread Fernando Olivero
Pharo is not only targeted at business..you can do research and other cool stuff on top of it. For example, Athens, Ring, the new Event-Model, and many other enhancements and additions to Pharo over the recent years, enable the development of new UI frameworks, in an easier and more elegant

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Igor Stasenko
On 3 February 2012 13:33, Stéphane Ducasse stephane.duca...@inria.fr wrote: On Feb 3, 2012, at 12:20 PM, Nicolas Cellier wrote: 2012/2/3 Lukas Renggli reng...@gmail.com: This is all very much at an experimental phase. what is the diff between arrayList and vectorList ? ArrayList is double

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Lukas Renggli
what is the diff between arrayList and vectorList ? ArrayList is double ended (very much like OrderedCollection), VectorList is single ended. I was just experimenting to see if it makes a difference. ok. I like to see such kind of experiment. Was the name based on something that people

[Pharo-project] load testing a database

2012-02-03 Thread Tudor Girba
Hi, Do you happen to know methods to approach the problem of testing the capacity of an application to work with an SQL database? In particular, I am interested in simulating concurrent requests towards this database that would resemble the interaction coming from the application. Cheers, Doru

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Ben Coman
Lukas Renggli wrote: what is the diff between arrayList and vectorList ? ArrayList is double ended (very much like OrderedCollection), VectorList is single ended. I was just experimenting to see if it makes a difference. ok. I like to see such kind of experiment. Was the

[Pharo-project] [update 1.4] #14302

2012-02-03 Thread Marcus Denker
14302 - Issue 5232: CheckButton is fully clickable http://code.google.com/p/pharo/issues/detail?id=5232 Issue 5231: Mini fix in CheckButtonMorph http://code.google.com/p/pharo/issues/detail?id=5231 Issue 5235: A very little fix to ensure Checkboxes take the

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Frank Shearar
On 3 February 2012 15:44, Ben Coman b...@openinworld.com wrote: Lukas Renggli wrote: what is the diff between arrayList and vectorList ? ArrayList is double ended (very much like OrderedCollection), VectorList is single ended. I was just experimenting to see if it makes a difference.

Re: [Pharo-project] ConfigurationOfCitezen - any bugs?

2012-02-03 Thread Ben Coman
Schwab,Wilhelm K wrote: The most recent recommendation I saw from stef was to use 1.3 over 1.4. Does that still hold? From: pharo-project-boun...@lists.gforge.inria.fr [pharo-project-boun...@lists.gforge.inria.fr] on behalf of Schwab,Wilhelm K

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Nicolas Cellier
2012/2/3 Lukas Renggli reng...@gmail.com: what is the diff between arrayList and vectorList ? ArrayList is double ended (very much like OrderedCollection), VectorList is single ended. I was just experimenting to see if it makes a difference. ok. I like to see such kind of experiment. Was

Re: [Pharo-project] [Moose-dev] load testing a database

2012-02-03 Thread Ben Coman
Tudor Girba wrote: Hi, Do you happen to know methods to approach the problem of testing the capacity of an application to work with an SQL database? In particular, I am interested in simulating concurrent requests towards this database that would resemble the interaction coming from the

[Pharo-project] [ENH]: Make PluggableButtonMorph more lively

2012-02-03 Thread Sean P. DeNigris
I've added two little methods to PluggableButtonMorph which I've found very useful: * PluggableButtonMorphbrowseAction brings up a browser on the method that will be called when the button is clicked * halo menu item added for above I opened an issue with the code:

Re: [Pharo-project] ConfigurationOfCitezen - any bugs?

2012-02-03 Thread Schwab,Wilhelm K
good advice; I'll try it. From: pharo-project-boun...@lists.gforge.inria.fr [pharo-project-boun...@lists.gforge.inria.fr] on behalf of Ben Coman [b...@openinworld.com] Sent: Friday, February 03, 2012 11:26 AM To: Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Eliot Miranda
On Fri, Feb 3, 2012 at 6:18 AM, Lukas Renggli reng...@gmail.com wrote: what is the diff between arrayList and vectorList ? ArrayList is double ended (very much like OrderedCollection), VectorList is single ended. I was just experimenting to see if it makes a difference. ok. I like

Re: [Pharo-project] [Vm-dev] Re: About linkedlist

2012-02-03 Thread Lukas Renggli
what is the diff between arrayList and vectorList ? ArrayList is double ended (very much like OrderedCollection), VectorList is single ended. I was just experimenting to see if it makes a difference. ok. I like to see such kind of experiment. Was the name based on something that

Re: [Pharo-project] load testing a database

2012-02-03 Thread Bernardo Ezequiel Contreras
http://jmeter.apache.org/ p.d.: the only thing i know, i've used it to test a webservice On Fri, Feb 3, 2012 at 12:11 PM, Tudor Girba tu...@tudorgirba.com wrote: Hi, Do you happen to know methods to approach the problem of testing the capacity of an application to work with an SQL database?

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Stéphane Ducasse
I wasn't sure what double-ended versus single-ended meant, and found some answer at the obvious place [1] which mentions Ada.Containers.Vectors is a dynamic array implementation which seems consistent with C++ [2]. While looking around I happened to bump into [3] which was too much for me

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Stéphane Ducasse
lukas may be you should send that to the vm mailing-list. If you need we can ask igor :) (even if he is busy right now). Stef On Feb 3, 2012, at 5:35 PM, Nicolas Cellier wrote: Just a note to the VM developers: The primitive Array#replaceFrom:to:with:startingAt: is absolutely central to

Re: [Pharo-project] Command Line Interface using FFI

2012-02-03 Thread Eliot Miranda
On Tue, Jan 31, 2012 at 8:35 PM, S Krish krishnamachari.sudha...@gmail.comwrote: I cant get the stdin on FileStream to work. Just blocks irrespective of what I do in sending characters with enter.. or any other trials .. will check a little more I assure you it does work with the right

Re: [Pharo-project] Command Line Interface using FFI

2012-02-03 Thread Eliot Miranda
On Fri, Feb 3, 2012 at 1:16 PM, Eliot Miranda eliot.mira...@gmail.comwrote: On Tue, Jan 31, 2012 at 8:35 PM, S Krish krishnamachari.sudha...@gmail.com wrote: I cant get the stdin on FileStream to work. Just blocks irrespective of what I do in sending characters with enter.. or any other

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Igor Stasenko
On 3 February 2012 21:42, Stéphane Ducasse stephane.duca...@inria.fr wrote: lukas may be you should send that to the vm mailing-list. If you need we can ask igor :) (even if he is busy right now). implementing it wont be a big deal. i just trying to understand, what is destructive vs

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Igor Stasenko
oh, wait.. a test should be like following: rCopy := replacement copy. receiver replaceFrom: a to: b with: replacement startingAt: c. a to: b do: [:i |  self assert: (receiver at: i) == (rCopy at: c + i - 1) ] -- Best regards, Igor Stasenko.

Re: [Pharo-project] About linkedlist

2012-02-03 Thread Igor Stasenko
btw, i doubt that there's code which relying on destructive behavior of that prim. because in order to use such destructive behavior for own benefit it requires a bit of thought effort :) if you need such erasing (can't even find a proper term for it) replacement, then it is more natural that