Re: [Pharo-project] ZeroMQ, Mongrel2...

2011-01-15 Thread Mike Hales
I'd be really interested in zmq for pharo/squeak too. I've been playing with it to replace mutexes and semaphores for multiprocessing in a c program, and would love to be able to tie in some smalltalk too. Mongrel2 and seaside could be interesting too, especially for websocket support. Mike Mike

Re: [Pharo-project] XML packages, CDATA and encoding

2011-01-15 Thread jaayer
Sorry, I accidentally hit reply before typing anything. Torsten, what you are trying to do is not incorrect and should work as you expected it to. The reason why it didn't has less to do with XMLSupport per se and more to do with its reliance on Pharo's TextConverter system. The problem is fau

Re: [Pharo-project] XML packages, CDATA and encoding

2011-01-15 Thread jaayer
On Mon, 10 Jan 2011 04:38:23 -0800 Torsten Bergmann wrote >Create a file "test.xml" with the following >contents (german umlaut): > > > > > >After loading ConfigurationOfXML try to parse it: > > |fs| > fs := FileStream fileNamed: 'test.xml'. > XMLDOMParser parseDocumen

Re: [Pharo-project] new Cog VMs

2011-01-15 Thread Eliot Miranda
Hi All, I've uploaded new VMs to VM.r2348/ (SimpleStackBasedCogit) and VM.r2349/ (StackToRegisterMappingCogit). The former are simply to be up-to-date with svn & Monticello. The latter also

Re: [Pharo-project] [update 1.2] #12305

2011-01-15 Thread Francisco Ortiz Peñaloza
Hi, i don't like the orange theme to be the default one. IMHO it looks like a high contrast one. I prefer Glamour or even Watery! Regards, Francisco On Sat, Jan 15, 2011 at 5:39 PM, Esteban Lorenzano wrote: > Hi, > I really don't like the orange theme to become the default pharo theme... is >

Re: [Pharo-project] [update 1.2] #12305

2011-01-15 Thread Esteban Lorenzano
Hi, I really don't like the orange theme to become the default pharo theme... is to "alien" for me, and I'm sure it will be also for newcomers. May I suggest to let the standard glamour theme as the default, and keep the orange just as an option? Cheers, Esteban El 15/01/2011, a las 4:05p.m.,

Re: [Pharo-project] [Pharo-users] Where do I find KeyedSet?

2011-01-15 Thread Levente Uzonyi
On Sat, 15 Jan 2011, Hernán Morales Durand wrote: Hi Stef 2011/1/15 Stéphane Ducasse : On Jan 14, 2011, at 6:24 PM, Hernán Morales Durand wrote: Try PluggableSet Note that KeyedSet has nothing to do with PluggableSet. PluggableSet is a set where you can specify the hash and equality of t

Re: [Pharo-project] [update 1.2] #12305

2011-01-15 Thread Stéphane Ducasse
why not :) even if the orange is too orange :) Stef > Why don't you call the GLMOrangeUITheme the PharoTheme or something in this > direction? > > Cheers, > Doru > > > On 14 Jan 2011, at 15:46, Stéphane Ducasse wrote: > >> 12305 >> - >> >> - GLMOrangeUITheme beCurrent. >> - Issue 3417:

Re: [Pharo-project] [update 1.2] #12305

2011-01-15 Thread Tudor Girba
Why don't you call the GLMOrangeUITheme the PharoTheme or something in this direction? Cheers, Doru On 14 Jan 2011, at 15:46, Stéphane Ducasse wrote: > 12305 > - > > - GLMOrangeUITheme beCurrent. > - Issue 3417: BehaviorTest>>#testAllLocalCallsOn fails. > > Stef > -- www.tudorgirba.com

Re: [Pharo-project] Need help about Sockets

2011-01-15 Thread Levente Uzonyi
On Sat, 15 Jan 2011, Adrien BARREAU wrote: Hi all, I'm trying to use the Sockets in Pharo but I don't understand some points. I tried that piece of code: | s c rcv | Socket initializeNetwork. rcv := String new: 400. s := Socket new. s listenOn: 12345. The problem is here. You should use #li

[Pharo-project] Need help about Sockets

2011-01-15 Thread Adrien BARREAU
Hi all, I'm trying to use the Sockets in Pharo but I don't understand some points. I tried that piece of code: | s c rcv | Socket initializeNetwork. rcv := String new: 400. s := Socket new. s listenOn: 12345. c := s waitForAcceptFor: 30. c dataAvailable ifTrue: [ c receiveDataInto: rcv ] ifFalse

Re: [Pharo-project] Issue 3540 in pharo: Latest versions in DevImages Workspace

2011-01-15 Thread pharo
Updates: Status: Accepted Cc: guillermopolito Labels: Milestone-1.2-DevImage Comment #1 on issue 3540 by marianopeck: Latest versions in DevImages Workspace http://code.google.com/p/pharo/issues/detail?id=3540 thanks Janko. Indeed, that's true.

[Pharo-project] Issue 3540 in pharo: Latest versions in DevImages Workspace

2011-01-15 Thread pharo
Status: New Owner: New issue 3540 by janko.mi...@gmail.com: Latest versions in DevImages Workspace http://code.google.com/p/pharo/issues/detail?id=3540 Hi, If you open DEVImageWorkspaces openExternalProjectWorkspace in latest 1.2 build, there are still old versions, this should be cor

Re: [Pharo-project] Issue 3471 in pharo: [Failing Test] OBCmdAutoCategorizeWithAMCTest.testOBAutocategorizeCommandOverride

2011-01-15 Thread pharo
Updates: Status: Fixed Comment #5 on issue 3471 by laurent@gmail.com: [Failing Test] OBCmdAutoCategorizeWithAMCTest.testOBAutocategorizeCommandOverride http://code.google.com/p/pharo/issues/detail?id=3471 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3522 in pharo: wiki like help contents

2011-01-15 Thread pharo
Updates: Labels: -Milestone-1.3 Milestone-1.2 Comment #10 on issue 3522 by stephane...@gmail.com: wiki like help contents http://code.google.com/p/pharo/issues/detail?id=3522 I want that in 1.2 :) so in the next integration

Re: [Pharo-project] we will start 1.3 really soon

2011-01-15 Thread Stéphane Ducasse
On Jan 15, 2011, at 9:57 AM, Adrian Lienhard wrote: > Cool :) > > BTW, I have a question related to 1.2 from a user's perspective: could we > generate a summary to help people migrate from 1.1.1 to 1.2? In particular, > the question is which changes in 1.2 are not backwards compatible and may

Re: [Pharo-project] we will start 1.3 really soon

2011-01-15 Thread Janko Mivšek
Stef, you again forgot namespaces ... ;) Janko On 15. 01. 2011 09:27, Stéphane Ducasse wrote: > Hi guys > > there are some minors fixes to be addressed (like the preferences use in dev) > but we will go 1.3 probably this evening and > we will start to harvest a large list of pending issues. If

Re: [Pharo-project] [Pharo-users] Where do I find KeyedSet?

2011-01-15 Thread Stéphane Ducasse
On Jan 15, 2011, at 9:52 AM, Hernán Morales Durand wrote: > Hi Stef > > 2011/1/15 Stéphane Ducasse : >> >> On Jan 14, 2011, at 6:24 PM, Hernán Morales Durand wrote: >> >>> Try PluggableSet >>> >>> http://www.mail-archive.com/pharo-project@lists.gforge.inria.fr/msg22890.html >>> >>> Is there

Re: [Pharo-project] [Pharo-users] Where do I find KeyedSet?

2011-01-15 Thread Stéphane Ducasse
Previous names is a good idea We should adopt it! Stef On Jan 15, 2011, at 9:52 AM, Hernán Morales Durand wrote: > Hi Stef > > 2011/1/15 Stéphane Ducasse : >> >> On Jan 14, 2011, at 6:24 PM, Hernán Morales Durand wrote: >> >>> Try PluggableSet >>> >>> http://www.mail-archive.com/pharo-proje

Re: [Pharo-project] Issue 3236 in pharo: Cuis DateAndTime Enhancement

2011-01-15 Thread pharo
Updates: Labels: Milestone-1.3 Comment #2 on issue 3236 by stephane...@gmail.com: Cuis DateAndTime Enhancement http://code.google.com/p/pharo/issues/detail?id=3236 (No comment was entered for this change.)

Re: [Pharo-project] DateAndTime millisecond is always 0

2011-01-15 Thread Stéphane Ducasse
so simple you see if people wants to get that in pharo - get a changeset out of the text - check in cuis if there are other changes - tests? Stef On Jan 15, 2011, at 9:50 AM, Adrian Lienhard wrote: > On Jan 15, 2011, at 09:21 , Stéphane Ducasse wrote: > >> >> On

Re: [Pharo-project] DateAndTime millisecond is always 0

2011-01-15 Thread Stéphane Ducasse
Thanks I could not see it ;/ Stef On Jan 15, 2011, at 9:50 AM, Adrian Lienhard wrote: > On Jan 15, 2011, at 09:21 , Stéphane Ducasse wrote: > >> >> On Jan 14, 2011, at 11:24 AM, Denis Kudriashov wrote: >> >>> Sorry, >>> >>> I meen DateAndTime now millisecond and DateAndTime now nanoSecond. >

Re: [Pharo-project] we will start 1.3 really soon

2011-01-15 Thread Adrian Lienhard
Cool :) BTW, I have a question related to 1.2 from a user's perspective: could we generate a summary to help people migrate from 1.1.1 to 1.2? In particular, the question is which changes in 1.2 are not backwards compatible and may break my code? I've been a bit out of the loop during the last

Re: [Pharo-project] new Cog VMs

2011-01-15 Thread Philippe Marschall
On 10.01.2011 01:28, Eliot Miranda wrote: > Hi All, > > find new VMs in VM.r2344/ > (SimpleStackBasedCogit) > and VM.r2345/ > > (StackToRegisterMappingCogit) > and VMMaker-oscog-45. Thes

Re: [Pharo-project] [Pharo-users] Where do I find KeyedSet?

2011-01-15 Thread Hernán Morales Durand
Hi Stef 2011/1/15 Stéphane Ducasse : > > On Jan 14, 2011, at 6:24 PM, Hernán Morales Durand wrote: > >> Try PluggableSet >> >> http://www.mail-archive.com/pharo-project@lists.gforge.inria.fr/msg22890.html >> >> Is there a way for you guys to deprecate deleted classes or mantain a >> record of dele

Re: [Pharo-project] DateAndTime millisecond is always 0

2011-01-15 Thread Adrian Lienhard
On Jan 15, 2011, at 09:21 , Stéphane Ducasse wrote: > > On Jan 14, 2011, at 11:24 AM, Denis Kudriashov wrote: > >> Sorry, >> >> I meen DateAndTime now millisecond and DateAndTime now nanoSecond. >> >> As I write in last mail. I found cuis fix of this in Pharo issues > > > where? Denis sent

[Pharo-project] we will start 1.3 really soon

2011-01-15 Thread Stéphane Ducasse
Hi guys there are some minors fixes to be addressed (like the preferences use in dev) but we will go 1.3 probably this evening and we will start to harvest a large list of pending issues. If you have seen fixes in squeak that you think are good please add a bug entry. After that we will plan fo

Re: [Pharo-project] DateAndTime millisecond is always 0

2011-01-15 Thread Stéphane Ducasse
On Jan 14, 2011, at 11:24 AM, Denis Kudriashov wrote: > Sorry, > > I meen DateAndTime now millisecond and DateAndTime now nanoSecond. > > As I write in last mail. I found cuis fix of this in Pharo issues where? Denis please provide more information else we all have to spend more time to ans

Re: [Pharo-project] about GLMOrangeUITheme [WAS] Re: [update 1.2] #12302

2011-01-15 Thread Stéphane Ducasse
Improve the infrastructure so that we can get rid of most of the subclasses. Now the best way to make sure that this will happen is that some people see it right in front of their nose. Did you notice for example that we were just some to attend the irc? So how can we really communicate? Stef

Re: [Pharo-project] Eeekk.. Morphic-Themes are now part of Morphic package

2011-01-15 Thread Stéphane Ducasse
when you send a fix, it is better that this is well structured. I do not have a super brain to get exactly in your mind set so the duller the integrator job the better. We verify that there is no mess and that the system load well but I would like to open the process. Stef > I was surprised

Re: [Pharo-project] "Bindable" or "Observable" collections on Pharo/Smalltalk?

2011-01-15 Thread Stéphane Ducasse
you have to implement your own container emmitting events. Because normal collection are not done for that but to go fast. Stef On Jan 14, 2011, at 10:35 PM, nullPointer wrote: > > Hi, excuse me for my poor english. > > Exist some type of collection for bind to widgets like a listView or grid?

Re: [Pharo-project] Congrats

2011-01-15 Thread Stéphane Ducasse
On Jan 14, 2011, at 10:37 PM, Igor Stasenko wrote: >> The Royal Academy of Engineering recognizes a researcher at INRIA >> >> Stephane Ducasse © INRIA >> >> Stéphane Ducasse, Director of Research Rmod team, was awarded the >> Distinguished Visiting Fellowship Award. >> > >> The objective of t

Re: [Pharo-project] Congrats

2011-01-15 Thread Stéphane Ducasse
nothing special I got a distinguished visited award from the royal academy for visiting a research group in york Stef On Jan 14, 2011, at 8:41 PM, Steven Baker wrote: > I can't find an english translation. Can someone summarize this in > english for me? > > Thanks, > -Steven > > On Fri, Jan

Re: [Pharo-project] Congrats

2011-01-15 Thread Stéphane Ducasse
Thanks I fact english friends of mine told me that this is really well considered there. but I just sent a cv and a small proposal for working with a friend there and learn english :) Stef On Jan 14, 2011, at 5:17 PM, Miguel Cobá wrote: > Congrats Stéph, > > http://www.inria.fr/centre-de-recher

Re: [Pharo-project] Pharo issues on Google

2011-01-15 Thread Stéphane Ducasse
what do you mean not sending notification? not sending mails? I get the list http://code.google.com/p/pharo/issues/list Stef On Jan 14, 2011, at 6:15 PM, Gary Chambers wrote: > Is the Pharo issues google site not working? > > Regards, Gary