[Pharo-project] some important fixes we should focus on for 1.2

2010-08-21 Thread stephane ducasse
Hi guys here is a list of issue I would like to work and get some help. Stef http://code.google.com/p/pharo/issues/detail?id=2570 Issue 2570: Removed implicit conversion of DateAndTime equality-testing argument. http://code.google.com/p/pharo/issues/detail?id=2579

Re: [Pharo-project] Trying to install Rio file handling package

2010-08-21 Thread Lawson English
Thanks. Lawson On 8/20/10 2:46 PM, Schwab,Wilhelm K wrote: Rio was a thorn in my side for several (sub)releases, but it was apparently because something was loading an old version of it?? You might try loading it in Linux, as there was a bug that would prevent it loading on Windows at one

Re: [Pharo-project] some important fixes we should focus on for 1.2

2010-08-21 Thread Germán Arduino
Hi Stef: I am with very little free time, but I'm still dealing with the Issue 2770. As fas as I can understand and fix it, can try with some of the issues you commented. Cheers. 2010/8/21 stephane ducasse stephane.duca...@free.fr: Hi guys here is a list of issue I would like to work and

[Pharo-project] FFI and underscores in 1.1 (RC2)

2010-08-21 Thread Schwab,Wilhelm K
I just had an underwhelming response to my latest adventure into FFI, specifically wrapping the Acces IO USB API. Specifically, very few functions survived from description to actually being compiled. AFAICT, the compiler does not like underscores in method names for external functions. I'm

Re: [Pharo-project] some important fixes we should focus on for 1.2

2010-08-21 Thread Stéphane Ducasse
Thanks! Stef On Aug 21, 2010, at 9:09 PM, Germán Arduino wrote: Hi Stef: I am with very little free time, but I'm still dealing with the Issue 2770. As fas as I can understand and fix it, can try with some of the issues you commented. Cheers. 2010/8/21 stephane ducasse

[Pharo-project] [update 1.2] #12103

2010-08-21 Thread Stéphane Ducasse
12103 - - Issue 2839: ContextInspector. Thanks Andreas Raab - Issue 2840: UUID classfromString36:. Thanks Nicolas Cellier. http://bugs.squeak.org/view.php?id=7262 Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] some important fixes we should focus on for 1.2

2010-08-21 Thread Guillermo Polito
I'll have a look at http://code.google.com/p/pharo/issues/detail?id=1899 Issue 1899: MethodDictionary improvement On Sat, Aug 21, 2010 at 1:41 PM, stephane ducasse stephane.duca...@free.fr wrote: Hi guys here is a list of issue I would like to work and get some help. Stef

[Pharo-project] [update 1.2] #12104

2010-08-21 Thread Stéphane Ducasse
12104 - - Cleaning left over of at: 4 and first in HTTPServerDirectory and ServerDirectory. - Introduction of SocketPrimitiveFailed from CUIS. Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

[Pharo-project] size vs basic and SizeMethodDictionaryrehashWithoutBecome - Issue 1899

2010-08-21 Thread Guillermo Polito
Hi! I wass looking at tha issue, specially at the item that says: - ensure that #rehashWithoutBecome doesn't send #become:, making #rehashAllInstances a lot faster And the change made in squeak was: Item was changed: - Method: MethodDictionaryrehashWithoutBecome (in category 'private')

Re: [Pharo-project] size vs basic and SizeMethodDictionaryrehashWithoutBecome - Issue 1899

2010-08-21 Thread Levente Uzonyi
On Sat, 21 Aug 2010, Guillermo Polito wrote: Hi! I wass looking at tha issue, specially at the item that says: - ensure that #rehashWithoutBecome doesn't send #become:, making #rehashAllInstances a lot faster And the change made in squeak was: Item was changed: - Method:

[Pharo-project] Linux vm

2010-08-21 Thread Schwab,Wilhelm K
Hello all, Is there a way to get the pre-compiled linux vm to describe what the full path is to a library it is trying to load?I can hack the source to do so, but then I start wondering what I might have disturbed in the process. Out of the box, all I get is an external library with a nil

Re: [Pharo-project] size vs basic and SizeMethodDictionaryrehashWithoutBecome - Issue 1899

2010-08-21 Thread Guillermo Polito
So, is it safe to integrate? Guille On Sat, Aug 21, 2010 at 9:06 PM, Levente Uzonyi le...@elte.hu wrote: On Sat, 21 Aug 2010, Guillermo Polito wrote: Hi! I wass looking at tha issue, specially at the item that says: - ensure that #rehashWithoutBecome doesn't send #become:, making

Re: [Pharo-project] Linux vm

2010-08-21 Thread Schwab,Wilhelm K
It has been a long day, and it might not have needed to be so. Within 15 minutes of seeing undefined symbol: libusb_close from dlerror(), I had the problem not only diagnosed but fixed; seeing the error in something related to USB support was enough to suggest I needed to link that library