Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Henrik Sperre Johansen
On 31.08.2010 08:47, Stéphane Ducasse wrote: snip Yeah, that's why I added the 20 4KB docs / sec number. I really doubt the conversion will be a significant part of the processing time if what you send out is so small you are able to convert 800k messages per second... It depends on the

Re: [Pharo-project] return character magic?

2010-08-30 Thread Stéphane Ducasse
alchemist! Stef On Aug 31, 2010, at 1:20 AM, Nicolas Cellier wrote: > Henrik, you must be a kind of sorcerer or maybe a devil! > > Nicolas > > 2010/8/31 Henrik Sperre Johansen : >> On 30.08.2010 22:05, Nicolas Cellier wrote: >>> >>> 2010/8/30 Stéphane Ducasse: On Aug 30, 2010, at

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Andreas Raab
On 8/30/2010 1:40 AM, Johan Brichau wrote: I am not a lawyer but as far as I understand this topic, no license means nobody can use the code at all, which contradicts the fact of having it in a public repository (and you being perfectly happy of people using it). Can you please clarify the lice

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Stéphane Ducasse
>> snip >> >>> Yeah, that's why I added the 20 4KB docs / sec number. >>> I really doubt the conversion will be a significant part of the processing >>> time if what you send out is so small you are able to convert 800k messages >>> per second... >> >> It depends on the machine/load/etc. >

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Stéphane Ducasse
don;t worry levente Nicolas was sensitive to the fact that you laugh because you consider that our process is close and that I have all the powers, which is false. We proposed in the past to Nicolas to help integrate changes but this is too boring in pharo so I do the dirty work and should work

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Stéphane Ducasse
so now we understand why Pharo design is crap :) Sorry I could resist It would be nice if we were a bit more adults. What is strange is that some people catalyze communication problems (me included) but we should live with that. I added your bench to the issue too. Stef On Aug 31, 2010, at

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Andreas Raab
Hi - Thanks everyone for the reasoned and civil responses. It is good to see that we can have a disagreement without getting overly personal. Unfortunately, it seems that I'm effectively offered a no-win alternative here; I do not see how any of the discussed alternatives would help me achiev

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Stéphane Ducasse
thanks added to http://code.google.com/p/pharo/issues/detail?id=2885 Stef On Aug 31, 2010, at 12:22 AM, Levente Uzonyi wrote: > > In Squeak(CogVM): > "7-bit ByteString" > mediumDoc := ByteString new: 4096 streamContents: [ :stream | > 4096 timesRepeat: [ stream nextPut: (Character value: 1

[Pharo-project] What are you using to write reports?

2010-08-30 Thread Friedrich Dominicus
I'm working slowly through Seaside, Aida, Pharo etc. I just wonder what you are using to make "usable" reports. (Be it in electronical form or printed). A related question, how does you interface e.g to let's say OpenOffice or maybe MS Office? Thanks for suggestions. Friedrich -- Q-Software Sol

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Friedrich Dominicus
"Schwab,Wilhelm K" writes: > Levente, > > I stand by the analogy of GPL's history and the more emotional > undertones of the current discussion. Dismissing it won't make it go > away. IMHO you are fully right. The fact still is if something is OS it forkable. Maye under certain conditions but it

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Schwab,Wilhelm K
Levente, I stand by the analogy of GPL's history and the more emotional undertones of the current discussion. Dismissing it won't make it go away. Bill From: pharo-project-boun...@lists.gforge.inria.fr [pharo-project-boun...@lists.gforge.inria.fr] On

Re: [Pharo-project] SerialPort - named ports on Linux

2010-08-30 Thread Schwab,Wilhelm K
Are the VM changes you mention the ones that exist now in the Linux VM? From: pharo-project-boun...@lists.gforge.inria.fr [pharo-project-boun...@lists.gforge.inria.fr] On Behalf Of Serge Stinckwich [serge.stinckw...@gmail.com] Sent: Monday, August 30, 20

Re: [Pharo-project] SerialPort - named ports on Linux

2010-08-30 Thread David T. Lewis
Sure, I think that should work fine. Dave On Mon, Aug 30, 2010 at 04:27:15PM -0400, Schwab,Wilhelm K wrote: > Dave, > > It's not obvious to me that Pharo won't take strings, but it looks that way > because Squeak 4.1 has tests on type and by-name methods that are not in > Pharo. One thought I

Re: [Pharo-project] Poll: missing libraries to support business

2010-08-30 Thread Serge Stinckwich
On Mon, Aug 30, 2010 at 4:57 PM, Stéphane Ducasse wrote: > > On Aug 30, 2010, at 4:28 AM, Sudhakar Krishnamachari wrote: > >> >> Good to see some of the concerns addressed. >> >> " >> Now so far I do not see companies really putting effort so may be nothing >> will happen but this will not be >>

Re: [Pharo-project] OBMorphicIcons (was Re: this style looks cool)

2010-08-30 Thread Rob Rothwell
Thanks both of you for pointing me in the right direction. I was able to get something similar to what is in OBMorphicIcons>>breakpoint by doing this: methodContents := WriteStream on: ''. (OBMorphicIcons iconNamed: #breakpoint) storeOn: methodContents. methodContents inspect. But the contents a

Re: [Pharo-project] SerialPort - named ports on Linux

2010-08-30 Thread Serge Stinckwich
To be tested : http://code.google.com/p/pharo/issues/detail?id=1057 On Tue, Aug 31, 2010 at 3:24 AM, Schwab,Wilhelm K wrote: > Hello all, > > I recalled seeing mention of the Linux vm's now supporting named ports, and I > found the code for that, at least in the vm.  My understanding gets fuzzy

Re: [Pharo-project] return character magic?

2010-08-30 Thread Eliot Miranda
2010/8/30 Henrik Sperre Johansen > On 31.08.2010 01:32, Eliot Miranda wrote: > > Hi Henrik, > > twice you write a slip that the compiler should not allow: > > (map := characterToGlyphMap) > ifNotNil: [:map | code := map at: code + 1]. > > code := (map := characterToGlyphMap) > ifNil:

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Henrik Sperre Johansen
On 31.08.2010 01:21, Levente Uzonyi wrote: On Tue, 31 Aug 2010, Henrik Sperre Johansen wrote: snip Yeah, that's why I added the 20 4KB docs / sec number. I really doubt the conversion will be a significant part of the processing time if what you send out is so small you are able to conv

Re: [Pharo-project] return character magic?

2010-08-30 Thread Henrik Sperre Johansen
On 31.08.2010 01:32, Eliot Miranda wrote: Hi Henrik, twice you write a slip that the compiler should not allow: (map := characterToGlyphMap) ifNotNil: [:map | code := map at: code + 1]. code := (map := characterToGlyphMap) ifNil: [aCharacter charCode] ifNotNil: [:map | map at: aCharacter

Re: [Pharo-project] return character magic?

2010-08-30 Thread Eliot Miranda
Hi Henrik, twice you write a slip that the compiler should not allow: (map := characterToGlyphMap) ifNotNil: [:map | code := map at: code + 1]. code := (map := characterToGlyphMap) ifNil: [aCharacter charCode] ifNotNil: [:map | map at: aCharacter charCode + 1] these should read characterT

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Levente Uzonyi
On Mon, 30 Aug 2010, Miguel Enrique Cobá Martínez wrote: El mar, 31-08-2010 a las 00:43 +0200, Levente Uzonyi escribió: On Mon, 30 Aug 2010, Miguel Enrique Cobá Martínez wrote: > El mar, 31-08-2010 a las 00:25 +0200, Levente Uzonyi escribió: > On Mon, 30 Aug 2010, Friedrich Dominicus wrote: >

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Levente Uzonyi
On Tue, 31 Aug 2010, Nicolas Cellier wrote: 2010/8/31 Levente Uzonyi : On Mon, 30 Aug 2010, Nicolas Cellier wrote: Hi Pharoers, snip Come-on guys, despite Levente's cutting remark, you're not inferior to squeakers ;) (and you don't have to answer to that stupid conclusion). Uh, what rem

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Levente Uzonyi
On Tue, 31 Aug 2010, Henrik Sperre Johansen wrote: snip Yeah, that's why I added the 20 4KB docs / sec number. I really doubt the conversion will be a significant part of the processing time if what you send out is so small you are able to convert 800k messages per second... It depends

Re: [Pharo-project] return character magic?

2010-08-30 Thread Nicolas Cellier
Henrik, you must be a kind of sorcerer or maybe a devil! Nicolas 2010/8/31 Henrik Sperre Johansen : >  On 30.08.2010 22:05, Nicolas Cellier wrote: >> >> 2010/8/30 Stéphane Ducasse: >>> >>> On Aug 30, 2010, at 8:33 PM, Johan Brichau wrote: >>> so what did you do? I see that the file

Re: [Pharo-project] return character magic?

2010-08-30 Thread Miguel Enrique Cobá Martínez
El mar, 31-08-2010 a las 00:44 +0200, Henrik Sperre Johansen escribió: > On 30.08.2010 22:05, Nicolas Cellier wrote: > > 2010/8/30 Stéphane Ducasse: > >> On Aug 30, 2010, at 8:33 PM, Johan Brichau wrote: > >> > >>> so what did you do? > >>> > >>> I see that the file got removed... I will submit a

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Nicolas Cellier
2010/8/31 Nicolas Cellier : > 2010/8/31 Levente Uzonyi : >> On Mon, 30 Aug 2010, Nicolas Cellier wrote: >> >>> Hi Pharoers, >> >> snip >> >>> Come-on guys, despite Levente's cutting remark, you're not inferior to >>> squeakers ;) (and you don't have to answer to that stupid conclusion). >> >> Uh, w

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Miguel Enrique Cobá Martínez
El mar, 31-08-2010 a las 00:43 +0200, Levente Uzonyi escribió: > On Mon, 30 Aug 2010, Miguel Enrique Cobá Martínez wrote: > > > El mar, 31-08-2010 a las 00:25 +0200, Levente Uzonyi escribió: > > On Mon, 30 Aug 2010, Friedrich Dominicus wrote: > > > > > Levente Uzonyi writes: > > > > > On Mon, 3

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Nicolas Cellier
2010/8/31 Levente Uzonyi : > On Mon, 30 Aug 2010, Nicolas Cellier wrote: > >> Hi Pharoers, > > snip > >> Come-on guys, despite Levente's cutting remark, you're not inferior to >> squeakers ;) (and you don't have to answer to that stupid conclusion). > > Uh, what remark? > Oh, you know, the missint

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Henrik Sperre Johansen
On 31.08.2010 00:34, Levente Uzonyi wrote: On Tue, 31 Aug 2010, Levente Uzonyi wrote: On Mon, 30 Aug 2010, Henrik Johansen wrote: snip "MediumDoc is a pure ascii ByteString of size 4096" [1 to: 10 do: [:ix |MediumDoc squeakToUtf8]] timeToRun 362 384 [1 to: 10 do: [:ix | MediumDoc

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Levente Uzonyi
On Mon, 30 Aug 2010, Nicolas Cellier wrote: Hi Pharoers, snip Come-on guys, despite Levente's cutting remark, you're not inferior to squeakers ;) (and you don't have to answer to that stupid conclusion). Uh, what remark? Nicolas snip ___

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Levente Uzonyi
On Mon, 30 Aug 2010, Schwab,Wilhelm K wrote: GPL is designed to hold people (mostly commercial interests) hostage. Some of what is going on here sounds the same: it's open but not really. A web client is not so terribly difficult to write that we should compromise on licensing in order to u

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Levente Uzonyi
On Mon, 30 Aug 2010, Miguel Enrique Cobá Martínez wrote: El mar, 31-08-2010 a las 00:25 +0200, Levente Uzonyi escribió: On Mon, 30 Aug 2010, Friedrich Dominicus wrote: > Levente Uzonyi writes: > On Mon, 30 Aug 2010, Stéphane Ducasse wrote: > I suggest that the people that want and k

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Schwab,Wilhelm K
GPL is designed to hold people (mostly commercial interests) hostage. Some of what is going on here sounds the same: it's open but not really. A web client is not so terribly difficult to write that we should compromise on licensing in order to use one. I have a *terribly* simple one that I c

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Levente Uzonyi
On Tue, 31 Aug 2010, Levente Uzonyi wrote: On Mon, 30 Aug 2010, Henrik Johansen wrote: snip "MediumDoc is a pure ascii ByteString of size 4096" [1 to: 10 do: [:ix |MediumDoc squeakToUtf8]] timeToRun 362 384 [1 to: 10 do: [:ix | MediumDoc convertToEncoding: 'utf-8']] timeToRun 437 56

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Miguel Enrique Cobá Martínez
El mar, 31-08-2010 a las 00:25 +0200, Levente Uzonyi escribió: > On Mon, 30 Aug 2010, Friedrich Dominicus wrote: > > > Levente Uzonyi writes: > > > On Mon, 30 Aug 2010, Stéphane Ducasse wrote: > > > > I suggest that the people that want and know, group together and build > an ope

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Levente Uzonyi
On Mon, 30 Aug 2010, Friedrich Dominicus wrote: Levente Uzonyi writes: On Mon, 30 Aug 2010, Stéphane Ducasse wrote: I suggest that the people that want and know, group together and build an open-source one. Why do you have to have your "own" library? Did I say "pharo library"? reread

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Levente Uzonyi
On Mon, 30 Aug 2010, Henrik Johansen wrote: On Aug 30, 2010, at 2:57 47PM, Levente Uzonyi wrote: On Mon, 30 Aug 2010, Henrik Johansen wrote: On Aug 30, 2010, at 1:06 10PM, Levente Uzonyi wrote: On Mon, 30 Aug 2010, Stéphane Ducasse wrote: I suggest that the people that want and know,

Re: [Pharo-project] Pharo-project Digest, Vol 28, Issue 282

2010-08-30 Thread Eliot Miranda
Hi James, 2010/8/30 James Ladd > Hi Eliot, > > I cant use those thinks because im not in Smalltalk at the time, im in Java > on the JVM. > Ah, OK. Now I understand. > (Did someone say 'challenge') > > I thought about the store question in the shower this morning and I think > it means > tak

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Levente Uzonyi
(sorry, pine can't quote your mail correctly...) On Mon, 30 Aug 2010, Miguel Enrique Cobá Martínez wrote: El lun, 30-08-2010 a las 13:06 +0200, Levente Uzonyi escribió: What I get from Andreas' words is that he's willing to make it open source if it won't be forked. "This is plain wrong, Yo

[Pharo-project] UbiquiTalk running in Pharo 1.1

2010-08-30 Thread Sean P. DeNigris
I haven't done much with it, and there are some deprecation warnings, but it's running. In the attached screenshot, the "host 2" entry in the "Detected Hosts" window is the Squeak 4.1 image running on the right. http://forum.world.st/file/n2400767/Screen_shot_2010-08-30_at_August_30%2C_2010_5.47.

Re: [Pharo-project] Pharo-project Digest, Vol 28, Issue 282

2010-08-30 Thread James Ladd
Hi Eliot, I cant use those thinks because im not in Smalltalk at the time, im in Java on the JVM. (Did someone say 'challenge') I thought about the store question in the shower this morning and I think it means take the top of the stack but dont pop it. Please let me know if Im wrong? Rgs,

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Levente Uzonyi
On Mon, 30 Aug 2010, Stéphane Ducasse wrote: This mailing-list is a public space. There are web archives all over the places and people can post without been in it. I want to avoid personal emails exchange. Now what should we run after him? Because the set up is like that no? Because I'm extrem

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Stéphane Ducasse
This mailing-list is a public space. There are web archives all over the places and people can post without been in it. I want to avoid personal emails exchange. Now what should we run after him? Because the set up is like that no? Because I'm extremely busy so nobody has the luxury not to be not

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Nicolas Cellier
2010/8/30 Stéphane Ducasse : > > On Aug 30, 2010, at 9:57 PM, Nicolas Cellier wrote: > >> Hi Pharoers, >> I'm happy to read mail from Torsten, Igor and Miguel, thank you guys >> that's constructive. >> Andreas expressed his point very well, and i don't think it is >> hostile, maybe a bit sarcastic

Re: [Pharo-project] SerialPort - named ports on Linux

2010-08-30 Thread Schwab,Wilhelm K
Dave, It's not obvious to me that Pharo won't take strings, but it looks that way because Squeak 4.1 has tests on type and by-name methods that are not in Pharo. One thought I had was to file the class out of Squeak and into Pharo, perhaps fixing _ vs. := and any other hassles that might arise

Re: [Pharo-project] Sockets in Pharo CollaborActive Book

2010-08-30 Thread Schwab,Wilhelm K
Your English does not suck as bad as Squeak's sockets framework :) I'm in too. I can't do it all, but I can help and I can certainly set a high bar by ensuring that it works across Linux and Windows and does not lock when the network hardware loses power. Sockets are sufficiently fundamental

Re: [Pharo-project] SerialPort - named ports on Linux

2010-08-30 Thread David T. Lewis
On Mon, Aug 30, 2010 at 02:24:37PM -0400, Schwab,Wilhelm K wrote: > Hello all, > > I recalled seeing mention of the Linux vm's now supporting named ports, and I > found the code for that, at least in the vm. My understanding gets fuzzy as > we enter the plugin and primitives. At a minimum, the

Re: [Pharo-project] Sockets in Pharo CollaborActive Book

2010-08-30 Thread Schwab,Wilhelm K
Stef, Where does one go to sign up? I am not certain that Alien is appropriate or necessary to make a solid socket foundation, but I am certain that the existing code is very sub-optimal and needs a real jolt. If we are serious about fixing it (Linux, Windows and Mac), I am serious about help

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Stéphane Ducasse
On Aug 30, 2010, at 9:57 PM, Nicolas Cellier wrote: > Hi Pharoers, > I'm happy to read mail from Torsten, Igor and Miguel, thank you guys > that's constructive. > Andreas expressed his point very well, and i don't think it is > hostile, maybe a bit sarcastic or disenchanted, but overall he keeps

Re: [Pharo-project] Sockets in Pharo CollaborActive Book

2010-08-30 Thread Guillermo Polito
My english sucks :P. It's "How can I help with that?" xD On Mon, Aug 30, 2010 at 5:15 PM, Guillermo Polito wrote: > > > On Mon, Aug 30, 2010 at 5:09 PM, Stéphane Ducasse < > stephane.duca...@inria.fr> wrote: > >> >> > Stef, Noury, >> > >> > Thanks for doing this, and for the preview! >> > >> >

Re: [Pharo-project] Sockets in Pharo CollaborActive Book

2010-08-30 Thread Guillermo Polito
On Mon, Aug 30, 2010 at 5:09 PM, Stéphane Ducasse wrote: > > > Stef, Noury, > > > > Thanks for doing this, and for the preview! > > > > Sometimes being a good friend means getting tough, and it's time for > that. You are doing a great job of writing up how to create poorly designed > socket appl

Re: [Pharo-project] Sockets in Pharo CollaborActive Book

2010-08-30 Thread Stéphane Ducasse
> Stef, Noury, > > Thanks for doing this, and for the preview! > > Sometimes being a good friend means getting tough, and it's time for that. > You are doing a great job of writing up how to create poorly designed socket > applications. They are poorly designed because of what we inherit fro

Re: [Pharo-project] return character magic?

2010-08-30 Thread Nicolas Cellier
2010/8/30 Stéphane Ducasse : > > On Aug 30, 2010, at 8:33 PM, Johan Brichau wrote: > >> so what did you do? >> >> I see that the file got removed...  I will submit a bug issue for that with >> the file attached. >> >> The *real* problem is that you cannot remove it either! It does _not_ want >> t

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Nicolas Cellier
Hi Pharoers, I'm happy to read mail from Torsten, Igor and Miguel, thank you guys that's constructive. Andreas expressed his point very well, and i don't think it is hostile, maybe a bit sarcastic or disenchanted, but overall he keeps the door opened. The first thing to do is to cool down, relax an

Re: [Pharo-project] Sockets in Pharo CollaborActive Book

2010-08-30 Thread Schwab,Wilhelm K
Stef, Noury, Thanks for doing this, and for the preview! Sometimes being a good friend means getting tough, and it's time for that. You are doing a great job of writing up how to create poorly designed socket applications. They are poorly designed because of what we inherit from Squeak. Ser

[Pharo-project] Squeaksource default license (was Re: WebClient-Core port to Pharo 1.1 final)

2010-08-30 Thread DeNigris Sean
Maybe the license should be a required field in Squeaksource for any new project. Yes! /And/ *default to MIT.* Even though in this case Andreas chose other-than MIT on purpose, how many projects are not MIT simply because the default is a choice other than "the one most valuable to the commu

Re: [Pharo-project] Inter-image communication

2010-08-30 Thread Sean P. DeNigris
While some of the suggestions (AMQP, STOMP) were over my head, I'm in the process of getting UbiquiTalk to work and already have rST going. But, for my use case i.e. sending remote commands between (only) two images on the same machine, why not just send the commands as strings over a socket, and

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Douglas Brebner
On 30/08/2010 12:06, Levente Uzonyi wrote: On Mon, 30 Aug 2010, Stéphane Ducasse wrote: Now - since the license is unclear - since the license of the contributors is unclear we will not use it as an infrastructural assets for Pharo. I imagine that Seaside will not use it either. We

Re: [Pharo-project] return character magic?

2010-08-30 Thread Stéphane Ducasse
On Aug 30, 2010, at 8:33 PM, Johan Brichau wrote: > so what did you do? > > I see that the file got removed... I will submit a bug issue for that with > the file attached. > > The *real* problem is that you cannot remove it either! It does _not_ want to > go away! Oops! A bad spirit in pha

Re: [Pharo-project] return character magic?

2010-08-30 Thread Lukas Renggli
It happens with WideStrings, you get the normal display with ByteString instances. To reproduce just print an expression like "Character value: 1024" if you can't type non-ascii characters on your keyboard. Now, why the display changes I don't know either ... Lukas On 30 August 2010 20:31, Stép

Re: [Pharo-project] return character magic?

2010-08-30 Thread Johan Brichau
so what did you do? I see that the file got removed... I will submit a bug issue for that with the file attached. The *real* problem is that you cannot remove it either! It does _not_ want to go away! On 30 Aug 2010, at 20:31, Stéphane Ducasse wrote: > A while ago I got the same with _ >

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Stéphane Ducasse
thanks henrik I always learn something :) I suggest that the people that want and know, group together and build an open-source one. >> >> Why do you have to have your "own" library? > > Did I say "pharo library"? reread carefully I said an "open-source one". >>

Re: [Pharo-project] return character magic?

2010-08-30 Thread Stéphane Ducasse
A while ago I got the same with _ Stef On Aug 30, 2010, at 8:28 PM, Johan Brichau wrote: > Hi all, > > Just last week, I had a very strange phenomenon in my Pharo image: the return > character (^) was changed by an up arrow (see screenshot below). > I was not really able to reproduce the 'prob

[Pharo-project] return character magic?

2010-08-30 Thread Johan Brichau
Hi all, Just last week, I had a very strange phenomenon in my Pharo image: the return character (^) was changed by an up arrow (see screenshot below). I was not really able to reproduce the 'problem' but now we got a repeatable one: Just load the attached js file in a Seaside WAFilelibrary (WAF

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Mariano Martinez Peck
2010/8/30 Miguel Enrique Cobá Martínez > El lun, 30-08-2010 a las 18:25 +0300, Igor Stasenko escribió: > > My 2 cents about WebClient. > > > > - it should be an (un)loadable external package, and i am fully agree > > with Andreas on this point. > > It is tempting to integrate it into image, do so

[Pharo-project] SerialPort - named ports on Linux

2010-08-30 Thread Schwab,Wilhelm K
Hello all, I recalled seeing mention of the Linux vm's now supporting named ports, and I found the code for that, at least in the vm. My understanding gets fuzzy as we enter the plugin and primitives. At a minimum, there are a few ByName methods to be added, and Squeak 4.1 contains open and c

Re: [Pharo-project] Sockets in Pharo CollaborActive Book

2010-08-30 Thread Schwab,Wilhelm K
Noury, I would like a copy. Bill bschwab AT anest DOT ufl DOT edu From: pharo-project-boun...@lists.gforge.inria.fr [pharo-project-boun...@lists.gforge.inria.fr] On Behalf Of Noury Bouraqadi [bouraq...@gmail.com] Sent: Monday, August 30, 2010 9:41 AM T

[Pharo-project] [update 1.2] #12120

2010-08-30 Thread Stéphane Ducasse
12120 - - Fix for post enh of methodReference (remove timeStamp:. and related). Sorry for the potential mess. Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-pro

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Igor Stasenko
2010/8/30 Miguel Enrique Cobá Martínez : > El lun, 30-08-2010 a las 18:25 +0300, Igor Stasenko escribió: >> My 2 cents about WebClient. >> >> - it should be an (un)loadable external package, and i am fully agree >> with Andreas on this point. >> It is tempting to integrate it into image, do some tw

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Miguel Enrique Cobá Martínez
El lun, 30-08-2010 a las 18:25 +0300, Igor Stasenko escribió: > My 2 cents about WebClient. > > - it should be an (un)loadable external package, and i am fully agree > with Andreas on this point. > It is tempting to integrate it into image, do some tweaks here and > there and then ship it within a

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Miguel Enrique Cobá Martínez
El lun, 30-08-2010 a las 13:06 +0200, Levente Uzonyi escribió: > On Mon, 30 Aug 2010, Stéphane Ducasse wrote: > > >>> > >>> I suggest that the people that want and know, group together and build an > >>> open-source one. > >> > >> Why do you have to have your "own" library? > > > > Did I say "pha

Re: [Pharo-project] OBMorphicIcons (was Re: this style looks cool)

2010-08-30 Thread Guillermo Polito
*contents := (StandardFileStream fileNamed: 'loop_icon.jpg') contents. encondedContents := (Base64MimeConverter mimeEncode: contents readStream) .* That basically gives you the string you have to embed in a method... Cheers, Guille On Mon, Aug 30, 2010 at 9:42 AM, Alexandre Bergel wrote: > > >

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Igor Stasenko
My 2 cents about WebClient. - it should be an (un)loadable external package, and i am fully agree with Andreas on this point. It is tempting to integrate it into image, do some tweaks here and there and then ship it within a monolitic image. But then, from maintainer's point of view, it is quite h

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Yanni Chiu
Johan Brichau wrote: I am not a lawyer but as far as I understand this topic, no license means nobody can use the code at all, which contradicts the fact of having it in a public repository (and you being perfectly happy of people using it). IANAL. "no license" means it's public domain, so *an

Re: [Pharo-project] ifEmpty:ifNotEmpty (was: WebClient-Core port to Pharo 1.1 final)

2010-08-30 Thread Henrik Johansen
On Aug 30, 2010, at 4:45 35PM, Stéphane Ducasse wrote: > Ok so I can close the ticket then. > :) > Stef Unless you want it as part of a 1.0 patch, yes. Cheers, Henry On Mon, 30 Aug 2010 05:57:47 -0700 Levente Uzonyi wrote > I don't like the "magical" #asString, but y

Re: [Pharo-project] ifEmpty:ifNotEmpty (was: WebClient-Core port to Pharo 1.1 final)

2010-08-30 Thread Stéphane Ducasse
Ok so I can close the ticket then. :) Stef >>> On Mon, 30 Aug 2010 05:57:47 -0700 Levente Uzonyi wrote >>> I don't like the "magical" #asString, but you should discuss it with Andreas. Collection >> #ifEmpty: doesn't return nil, but the collection in the WebClient-Ph

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Stéphane Ducasse
Thanks It skipped my radar since it is not marked as fixed. do you want that I add you to the project developers on google so that you can changed the tag value? Stef On Aug 30, 2010, at 3:35 PM, jaayer wrote: > > > On Mon, 30 Aug 2010 05:57:47 -0700 Levente Uzonyi wrote > >> I d

Re: [Pharo-project] ifEmpty:ifNotEmpty (was: WebClient-Core port to Pharo 1.1 final)

2010-08-30 Thread Henrik Johansen
On Aug 30, 2010, at 4:00 07PM, Johan Brichau wrote: > > On 30 Aug 2010, at 15:35, jaayer wrote: > >> On Mon, 30 Aug 2010 05:57:47 -0700 Levente Uzonyi wrote >> >>> I don't like the "magical" #asString, but you should discuss it with >>> Andreas. Collection >> #ifEmpty: doesn't ret

Re: [Pharo-project] ifEmpty:ifNotEmpty (was: WebClient-Core port to Pharo 1.1 final)

2010-08-30 Thread Johan Brichau
On 30 Aug 2010, at 15:35, jaayer wrote: > On Mon, 30 Aug 2010 05:57:47 -0700 Levente Uzonyi wrote > >> I don't like the "magical" #asString, but you should discuss it with >> Andreas. Collection >> #ifEmpty: doesn't return nil, but the collection in >> the WebClient-Pharo package (

Re: [Pharo-project] Sockets in Pharo CollaborActive Book

2010-08-30 Thread Noury Bouraqadi
Hi, I'm currently working on a chapter about Sockets for the Pharo by example book. I'm half way, though there is more material than what is on the pharo collabor-active book. It's a pitty, that pharo by example and the collaborative book aren't linked. Any way, I'll be happy ot send what I have

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread jaayer
On Mon, 30 Aug 2010 05:57:47 -0700 Levente Uzonyi wrote >I don't like the "magical" #asString, but you should discuss it with >Andreas. Collection >> #ifEmpty: doesn't return nil, but the collection in >the WebClient-Pharo package (and in Squeak), and I think it's better than >nil

Re: [Pharo-project] MethodName

2010-08-30 Thread Alexandre Bergel
I attached PharoDebug.log Alexandre PharoDebug.log Description: Binary data On 30 Aug 2010, at 09:12, Stéphane Ducasse wrote: > excellent we spent the week-end (or the part allocated to code) chasing it. > Which image? version > > We do not understand why fileIn has a problem when Method

Re: [Pharo-project] MethodName

2010-08-30 Thread Stéphane Ducasse
excellent we spent the week-end (or the part allocated to code) chasing it. Which image? version We do not understand why fileIn has a problem when MethodReference get a real timestamp. Stef > Hi! > > I can't load it. I've got an error: Instances of Timestamp are not indexable > > Alexand

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Stéphane Ducasse
>> We do not want a process/system where one single person controls something >> important. >> >> - first it does not scale. >> - second it is not good for the ecosystem feeling. >> - third we got burnt in the past (remember 3.9 fonts problems - 3.9 was >> shipped with bug because

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Stéphane Ducasse
> >> If you call (re)introducing #squeakToUtf8/#utf8ToSqueak instead of using >> convertTo/FromEncoding: 'utf8', then yes. > > In Squeak these methods avoid the creation of the TextConverter object if the > receiver is a ByteString, which is usually the case. http://code.google.com/p/pharo/iss

Re: [Pharo-project] MethodName

2010-08-30 Thread Alexandre Bergel
Hi! I can't load it. I've got an error: Instances of Timestamp are not indexable Alexandre On 29 Aug 2010, at 22:07, Benjamin Van Ryseghem wrote: > Hello everyone > > As you may already known, I'm working on a new tool named MethodName which is > the merge of MethodFinder and MessagesName wi

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Levente Uzonyi
On Mon, 30 Aug 2010, Stéphane Ducasse wrote: We do not want a process/system where one single person controls something important. - first it does not scale. - second it is not good for the ecosystem feeling. - third we got burnt in the past (remember 3.9 fonts problems

Re: [Pharo-project] Magnitude should be reimplemented as a Trait

2010-08-30 Thread Stéphane Ducasse
On Aug 30, 2010, at 1:25 PM, jaayer wrote: > > > On Mon, 30 Aug 2010 03:32:18 -0700 Stéphane Ducasse wrote > >> +1 >> So this is ok :) >> What I would love in my wildest dream is to have magnitude using TComparable >> :) >> But this may be too complex. >> I would like to have

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Levente Uzonyi
On Mon, 30 Aug 2010, Henrik Johansen wrote: On Aug 30, 2010, at 1:06 10PM, Levente Uzonyi wrote: On Mon, 30 Aug 2010, Stéphane Ducasse wrote: I suggest that the people that want and know, group together and build an open-source one. Why do you have to have your "own" library? Did I sa

[Pharo-project] Information about ESUG 2010 conference

2010-08-30 Thread Noury Bouraqadi
Dear Smalltalkers, I'd like to remind you that all information about the ESUG conference is on-line as usual http://www.esug.org/Conferences/2010 you'll there many info including (but not limited to:) -The conference schedule: http://www.esug.org/wiki/pier/Conferences/2010/SchedulePDF?view=PRDo

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Stéphane Ducasse
We do not want a process/system where one single person controls something important. - first it does not scale. - second it is not good for the ecosystem feeling. - third we got burnt in the past (remember 3.9 fonts problems - 3.9 was shipped with bug because

Re: [Pharo-project] OBMorphicIcons (was Re: this style looks cool)

2010-08-30 Thread Alexandre Bergel
> > This looks useful; how do you turn an image into a method, though? Hi! Have a look at the class side of MenuIcons. There are a bunch of import/export methods. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Levente Uzonyi
On Mon, 30 Aug 2010, Lukas Renggli wrote: We want a library where people can participate. Now Pharoers will decide, I think that we do not have problem with sharing on WebClient. I can understand that people do not like that they cannot improve an infrastructure that they will rely upon. We do n

Re: [Pharo-project] this style looks cool

2010-08-30 Thread Mariano Martinez Peck
On Mon, Aug 30, 2010 at 11:13 AM, j...@anymorphic.com wrote: > > Stéphane Ducasse writes: > > did you sign the license agreement? > > For the License, I send a fax to you, now. > I pushed the changes used and created by Anymorphic into Pharo-Inbox > under the Name "Polymorph-Themes-Pro". > > thi

[Pharo-project] OBMorphicIcons (was Re: this style looks cool)

2010-08-30 Thread Rob Rothwell
> Message: 4 > Date: Mon, 30 Aug 2010 03:41:45 +0200 > From: Tudor Girba > Subject: Re: [Pharo-project] this style looks cool > To: Pharo-project@lists.gforge.inria.fr > Message-ID: <6950297a-3ff9-46b5-9ac5-caa382233...@gmail.com> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=

Re: [Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Stéphane Ducasse
> > Personally, I'd call it forcing Squeakisms on anyone wanting to use > WebClient, and potentially breaking any number of other packages. > > The rest I have no problems with, most are fixes/convenience methods which > are already in, or should be introduced before Pharo 1.2 (for exampe the

Re: [Pharo-project] squeaksource no license is dangerous

2010-08-30 Thread Stéphane Ducasse
As lukas said we were more in the mood to help people developing software, even private one. Now it may turn out that we were too naive... but this is life :) Stef On Aug 30, 2010, at 1:12 PM, jaayer wrote: > > > On Mon, 30 Aug 2010 03:35:28 -0700 Stéphane Ducasse wrote > >> hi g

Re: [Pharo-project] this style looks cool

2010-08-30 Thread Stéphane Ducasse
thanks I will check if the inria secretary got it. Stef On Aug 30, 2010, at 11:13 AM, j...@anymorphic.com wrote: > > Stéphane Ducasse writes: >> did you sign the license agreement? > > For the License, I send a fax to you, now. > I pushed the changes used and created by Anymorphic into Pharo

[Pharo-project] Where does an HTTP Client fit in ?

2010-08-30 Thread Sven Van Caekenberghe
Hi, Many valid things have been said from both sides regarding WebClient. As far as I understand it, there are 2 possible 'places' where code can reside: inside Pharo(Core) or outside. The inside code does not have to be compatible with other Squeak/Smalltalks (apart from maybe ANSI and other s

[Pharo-project] WebClient-Core port to Pharo 1.1 final

2010-08-30 Thread Torsten Bergmann
Before some of us are continue to lament or are too quick in decisions like removing/forking/reimplementing the web lib or judging on all this I think it would be wise to wait for a response from Andreas. First: his response was directly to Sven (with Pharo in CC) and please reread what he wrot

  1   2   >