Re: [Pharo-project] who is using softSqueak and standard Squeak

2011-03-29 Thread Patrick Barroca
On Mon, Mar 28, 2011 at 9:22 PM, Stéphane Ducasse wrote: > > When I see how much code we cleaned I think that there should be > soemthing else > than the color. > > Stef > > > Yep, from my small experience making Sandcastles Themes, UIThemes are composed of colours, font and border styles, ic

Re: [Pharo-project] Issue 3892 in pharo: clean AbstractHierarchicalList

2011-03-29 Thread pharo
Updates: Status: Closed Comment #1 on issue 3892 by stephane...@gmail.com: clean AbstractHierarchicalList http://code.google.com/p/pharo/issues/detail?id=3892 in 13116

Re: [Pharo-project] Issue 3899 in pharo: clean up #maybeDuplicateMorph:

2011-03-29 Thread pharo
Updates: Status: Closed Comment #1 on issue 3899 by stephane...@gmail.com: clean up #maybeDuplicateMorph: http://code.google.com/p/pharo/issues/detail?id=3899 in 13116

Re: [Pharo-project] Issue 3888 in pharo: Move Digital Signatur code to System-Hashing package

2011-03-29 Thread pharo
Comment #2 on issue 3888 by stephane...@gmail.com: Move Digital Signatur code to System-Hashing package http://code.google.com/p/pharo/issues/detail?id=3888 13116

Re: [Pharo-project] who is using softSqueak and standard Squeak

2011-03-29 Thread laurent laffont
On Tue, Mar 29, 2011 at 9:10 AM, Patrick Barroca wrote: > On Mon, Mar 28, 2011 at 9:22 PM, Stéphane Ducasse < > stephane.duca...@inria.fr> wrote: > >> >> When I see how much code we cleaned I think that there should be >> soemthing else >> than the color. >> >> Stef >> >> >> > Yep, from my sma

Re: [Pharo-project] Issue 3888 in pharo: Move Digital Signatur code to System-Hashing package

2011-03-29 Thread pharo
Updates: Status: Closed Comment #1 on issue 3888 by stephane...@gmail.com: Move Digital Signatur code to System-Hashing package http://code.google.com/p/pharo/issues/detail?id=3888 13116

[Pharo-project] Getting Pharo 1.2 on Hudson green/blue again

2011-03-29 Thread Torsten Bergmann
Hi Markus, I think I've found out what the problem with the hudson build for Pharo 1.2 is: - the Pharo-1.2.st Skript used to build it includes this line: ((Smalltalk at: #ConfigurationOfPharo) project lastVersion) which now returns 1.3. instead of 1.2 since the config was extended. Gue

Re: [Pharo-project] Issue 3898 in pharo: Remove some dead code from PasteUpMorph

2011-03-29 Thread pharo
Updates: Status: Closed Comment #2 on issue 3898 by stephane...@gmail.com: Remove some dead code from PasteUpMorph http://code.google.com/p/pharo/issues/detail?id=3898 in 13116

Re: [Pharo-project] Issue 3878 in pharo: #enableTextChange selector name is misleading, i propose changing the name to #canChangeText

2011-03-29 Thread pharo
Comment #2 on issue 3878 by stephane...@gmail.com: #enableTextChange selector name is misleading, i propose changing the name to #canChangeText http://code.google.com/p/pharo/issues/detail?id=3878 can you deprecate enableTextChange because this class is used by other clients?

Re: [Pharo-project] who is using softSqueak and standard Squeak

2011-03-29 Thread Stéphane Ducasse
Yes! Partick if you want to extend the default theme to add color please do. We can create a repo PharoThemes and we are done. I would really like to remove the standard squeak because it is terrible. I set it up since some updates and I cannot work with it anymore. Stef On Mar 29, 2011, at

Re: [Pharo-project] who is using softSqueak and standard Squeak

2011-03-29 Thread Stéphane Ducasse
yes On Mar 29, 2011, at 9:29 AM, laurent laffont wrote: > > On Tue, Mar 29, 2011 at 9:10 AM, Patrick Barroca > wrote: > On Mon, Mar 28, 2011 at 9:22 PM, Stéphane Ducasse > wrote: > > When I see how much code we cleaned I think that there should be > soemthing else > than the color. >

Re: [Pharo-project] Getting Pharo 1.2 on Hudson green/blue again

2011-03-29 Thread Stéphane Ducasse
Good deal Stef On Mar 29, 2011, at 9:33 AM, Torsten Bergmann wrote: > Hi Markus, > > I think I've found out what the problem with the > hudson build for Pharo 1.2 is: > > - the Pharo-1.2.st Skript used to build it includes this line: > > ((Smalltalk at: #ConfigurationOfPharo) project la

Re: [Pharo-project] Issue 3779 in pharo: isUnicodeStringWithCJK returns false on a string containing Kanji

2011-03-29 Thread pharo
Updates: Status: closed Comment #3 on issue 3779 by stephane...@gmail.com: isUnicodeStringWithCJK returns false on a string containing Kanji http://code.google.com/p/pharo/issues/detail?id=3779 in 13116

[Pharo-project] [update 1.3] #13116

2011-03-29 Thread Stéphane Ducasse
13116 - - Issue 3892: clean AbstractHierarchicalList. - Issue 3899: clean up #maybeDuplicateMorph:. - Issue 3888: Move Digital Signatur code to System-Hashing package. - Issue 3898: Remove some dead code from PasteUpMorph. - Issue 3779: isUnicodeStringWithCJK returns false on a str

Re: [Pharo-project] Issue 3901 in pharo: warning when updating from server

2011-03-29 Thread pharo
Updates: Status: Closed Comment #1 on issue 3901 by marcus.d...@gmail.com: warning when updating from server http://code.google.com/p/pharo/issues/detail?id=3901 Yes, when running headless this is ignored (thanks to Igors non interactive mode in 1.3). We will put a new pre-build i

Re: [Pharo-project] Issue 3900 in pharo: FileDirectory>>withAllSubdirectoriesCollect:

2011-03-29 Thread pharo
Updates: Status: FixToInclude Labels: Milestone-1.3 Comment #1 on issue 3900 by marcus.d...@gmail.com: FileDirectory>>withAllSubdirectoriesCollect: http://code.google.com/p/pharo/issues/detail?id=3900 (No comment was entered for this change.)

Re: [Pharo-project] [COTDC] 38 - PathShape

2011-03-29 Thread Gary Chambers
"I represent a model of an open sequence of connected points that can be queried for enclosing bounds and whether a point lies along any segment. I am typically used for drawing with a Canvas." Regards, Gary - Original Message - From: laurent laffont To: An open mailing list to

Re: [Pharo-project] Issue 3878 in pharo: #enableTextChange selector name is misleading, i propose changing the name to #canChangeText

2011-03-29 Thread pharo
Comment #3 on issue 3878 by fernando...@gmail.com: #enableTextChange selector name is misleading, i propose changing the name to #canChangeText http://code.google.com/p/pharo/issues/detail?id=3878 (No comment was entered for this change.) Attachments: enableTextChange.2.cs 2.8 KB

Re: [Pharo-project] who is using softSqueak and standard Squeak

2011-03-29 Thread Patrick Barroca
On Tue, Mar 29, 2011 at 9:38 AM, Stéphane Ducasse wrote: > Yes! > > Partick if you want to extend the default theme to add color please do. We > can create a repo > PharoThemes and we are done. > I would really like to remove the standard squeak because it is terrible. I > set it up since some up

[Pharo-project] Text field converter refactoring

2011-03-29 Thread Gary Chambers
Hi all, I've refactored the ObjectStringConverter support to be more flexible and provide feedback in the UI (via corner triangle). Also, should be no more MNU's in, for example, ColorSelectorDialogWindow when numeric fields are made empty! Note that any fields in use need to be recreated. A s

Re: [Pharo-project] Issue 2190 in pharo: at:put: return the argument

2011-03-29 Thread pharo
Comment #7 on issue 2190 by ryd...@gmail.com: at:put: return the argument http://code.google.com/p/pharo/issues/detail?id=2190 Agreed, ANSI-compatability should stay. Funny name they ended up with though. Would be nice to get around to annotating them with tags some time in the future so we kn

Re: [Pharo-project] Issue 3882 in pharo: Can't scale imported graphic

2011-03-29 Thread pharo
Updates: Status: Closed Comment #6 on issue 3882 by marcus.d...@gmail.com: Can't scale imported graphic http://code.google.com/p/pharo/issues/detail?id=3882 in 12344

[Pharo-project] [update 1.2] #12344

2011-03-29 Thread Marcus Denker
12344 - Issue 3882:Cant scale imported graphic -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

[Pharo-project] Issue 3902 in pharo: Text field converter refactoring

2011-03-29 Thread pharo
Status: FixProposed Owner: marcus.d...@gmail.com Labels: Milestone-1.3 New issue 3902 by marcus.d...@gmail.com: Text field converter refactoring http://code.google.com/p/pharo/issues/detail?id=3902 From: Gary Chambers Subject:[Pharo-project] Text field converter refacto

Re: [Pharo-project] Issue 3631 in pharo: ThreadSafeTranscript should inherit from Stream (WriteStream)

2011-03-29 Thread pharo
Comment #1 on issue 3631 by fernando...@gmail.com: ThreadSafeTranscript should inherit from Stream (WriteStream) http://code.google.com/p/pharo/issues/detail?id=3631 I propose to deprecate this issue, because no we would use the Transcript from CUIS. See issue 3736

Re: [Pharo-project] Issue 3736 in pharo: new Transcript from CUIS

2011-03-29 Thread pharo
Comment #2 on issue 3736 by fernando...@gmail.com: new Transcript from CUIS http://code.google.com/p/pharo/issues/detail?id=3736 I've ported the CUIS Transcript. I've also integrated it into the system, together with the CUIS TranscriptMorph. To open the transcript in Morphic do: UIManager de

Re: [Pharo-project] Issue 3631 in pharo: ThreadSafeTranscript should inherit from Stream (WriteStream)

2011-03-29 Thread pharo
Updates: Status: Closed Comment #2 on issue 3631 by marcus.d...@gmail.com: ThreadSafeTranscript should inherit from Stream (WriteStream) http://code.google.com/p/pharo/issues/detail?id=3631 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3736 in pharo: new Transcript from CUIS

2011-03-29 Thread pharo
Updates: Status: FixProposed Comment #3 on issue 3736 by marcus.d...@gmail.com: new Transcript from CUIS http://code.google.com/p/pharo/issues/detail?id=3736 (No comment was entered for this change.)

[Pharo-project] Issue 3903 in pharo: Removing the Globals World, ActiveHand and ActiveEvent. As well as direct references to WorldState.

2011-03-29 Thread pharo
Status: New Owner: New issue 3903 by fernando...@gmail.com: Removing the Globals World, ActiveHand and ActiveEvent. As well as direct references to WorldState. http://code.google.com/p/pharo/issues/detail?id=3903 All the senders must go thru the default UIManager. There's no need for the

[Pharo-project] Issue 3904 in pharo: The Deprecated11 package should be unloaded in 1.3

2011-03-29 Thread pharo
Status: FixProposed Owner: marcus.d...@gmail.com Labels: Milestone-1.3 New issue 3904 by marcus.d...@gmail.com: The Deprecated11 package should be unloaded in 1.3 http://code.google.com/p/pharo/issues/detail?id=3904 The Deprecated11 package should be unloaded

[Pharo-project] Issue 3905 in pharo: Delete empty packages

2011-03-29 Thread pharo
Status: Accepted Owner: marcus.d...@gmail.com Labels: Milestone-1.3 New issue 3905 by marcus.d...@gmail.com: Delete empty packages http://code.google.com/p/pharo/issues/detail?id=3905 System-Digital Signatures MimeConverter System-GUISupport

[Pharo-project] Issue 3906 in pharo: SharedPool should be moved to Kernel

2011-03-29 Thread pharo
Status: Accepted Owner: marcus.d...@gmail.com New issue 3906 by marcus.d...@gmail.com: SharedPool should be moved to Kernel http://code.google.com/p/pharo/issues/detail?id=3906 ... SharedPool is part of the meta model.

Re: [Pharo-project] Issue 3685 in pharo: #createUserSubclass:instVarNames:categoryName: no longer accepts an inst var array

2011-03-29 Thread pharo
Updates: Status: WontFix Comment #5 on issue 3685 by marcus.d...@gmail.com: #createUserSubclass:instVarNames:categoryName: no longer accepts an inst var array http://code.google.com/p/pharo/issues/detail?id=3685 Object subclass: self baseClassName instanceVariableNa

Re: [Pharo-project] Issue 1894 in pharo: Rescue Sophie audio

2011-03-29 Thread pharo
Updates: Status: Closed Comment #1 on issue 1894 by marcus.d...@gmail.com: Rescue Sophie audio http://code.google.com/p/pharo/issues/detail?id=1894 Moved to http://code.google.com/p/pharo/wiki/IdeasToImplement

Re: [Pharo-project] Issue 3713 in pharo: Additional obsolete methods in PharoCore-1.2.image (2/15/11 9:08am)

2011-03-29 Thread pharo
Updates: Status: FixProposed Labels: Milestone-1.3 Comment #4 on issue 3713 by marcus.d...@gmail.com: Additional obsolete methods in PharoCore-1.2.image (2/15/11 9:08am) http://code.google.com/p/pharo/issues/detail?id=3713 fix attached. (I opted for deletion mostly...) Attach

[Pharo-project] Issue 3907 in pharo: SystemNavigation doesn't display the name of the selector when it asks for method removal

2011-03-29 Thread pharo
Status: FixProposed Owner: benjamin...@gmail.com Labels: Nautilus New issue 3907 by benjamin...@gmail.com: SystemNavigation doesn't display the name of the selector when it asks for method removal http://code.google.com/p/pharo/issues/detail?id=3907 Fixed Attachments: SystemNavigatio

Re: [Pharo-project] PharoCasts with experts

2011-03-29 Thread Igor Stasenko
On 29 March 2011 07:58, laurent laffont wrote: >> > - Igor on VM debugging or FFI / NativeBoost (for example interfacing >> > with http://id3lib.sourceforge.net/ or other lib) >> >> this lib is a C++.. interfacing with C++ is troublesome. >> Usually this is done by creating a standard C library wi

Re: [Pharo-project] Jtalk, a Smalltalk for web developers

2011-03-29 Thread Nicolas Petton
Le dimanche 27 mars 2011 à 01:28 +0100, Richard Durr a écrit : > Is SOMELIBRARY then reachable at all? > SOMELIBRARY basicPerform: #doSomething withArguments: (Array with: > anObject ), ? Not currently. The reason is that Jtalk doesn't extend Object.prototype. But as I said, Jtalk is still young,

[Pharo-project] Issue 3908 in pharo: Fix for pool variables references

2011-03-29 Thread pharo
Status: Accepted Owner: siguc...@gmail.com New issue 3908 by siguc...@gmail.com: Fix for pool variables references http://code.google.com/p/pharo/issues/detail?id=3908 This is important fix , especially for VM development! Attachments: ClassVar-PoolVar-Refs-fix.1.cs 540 bytes

Re: [Pharo-project] Issue 3908 in pharo: Fix for pool variables references

2011-03-29 Thread pharo
Updates: Status: FixToInclude Labels: Milestone-1.3 Importance-High Comment #1 on issue 3908 by siguc...@gmail.com: Fix for pool variables references http://code.google.com/p/pharo/issues/detail?id=3908 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3908 in pharo: Fix for pool variables references

2011-03-29 Thread pharo
Updates: Status: Closed Comment #2 on issue 3908 by stephane...@gmail.com: Fix for pool variables references http://code.google.com/p/pharo/issues/detail?id=3908 in 13117

Re: [Pharo-project] Issue 3908 in pharo: Fix for pool variables references

2011-03-29 Thread Igor Stasenko
On 29 March 2011 17:44, wrote: > Updates: >        Status: FixToInclude >        Labels: Milestone-1.3 Importance-High > > Comment #1 on issue 3908 by siguc...@gmail.com: Fix for pool variables > references > http://code.google.com/p/pharo/issues/detail?id=3908 > > (No comment was entered for thi

Re: [Pharo-project] Issue 3907 in pharo: SystemNavigation doesn't display the name of the selector when it asks for method removal

2011-03-29 Thread pharo
Updates: Status: Closed Comment #1 on issue 3907 by stephane...@gmail.com: SystemNavigation doesn't display the name of the selector when it asks for method removal http://code.google.com/p/pharo/issues/detail?id=3907 in 13116

[Pharo-project] [update 1.3] #13117

2011-03-29 Thread Stéphane Ducasse
13117 - - Issue 3908: Fix for pool variables references. Thanks Igor Stasenko. - Issue 3907: SystemNavigation doesn t display the name of the selector when it asks for method removal. Thanks Benjamin Ryseghem. Stef

Re: [Pharo-project] PharoCasts with experts

2011-03-29 Thread Gary Chambers
Lol. Just to mention that we have been having problems (VM crashes/lockups) with OSProcess, using FFI to callout to libc for executing shell command has seemed to help this. Looked like memory corruption (especially targetting Delay objects, but likely they were on the stack at the time...).

Re: [Pharo-project] PharoCasts with experts

2011-03-29 Thread laurent laffont
On Tue, Mar 29, 2011 at 5:09 PM, Igor Stasenko wrote: > On 29 March 2011 07:58, laurent laffont wrote: > >> > - Igor on VM debugging or FFI / NativeBoost (for example interfacing > >> > with http://id3lib.sourceforge.net/ or other lib) > >> > >> this lib is a C++.. interfacing with C++ is troubl

Re: [Pharo-project] PharoCasts with experts

2011-03-29 Thread Gary Chambers
I expect it will be tricky to synchronise our schedules... Regards, Gary - Original Message - From: laurent laffont To: An open mailing list to discuss any topics related to an open-sourceSmalltalk Sent: Monday, March 28, 2011 8:03 AM Subject: [Pharo-project] PharoCasts with

Re: [Pharo-project] PharoCasts with experts

2011-03-29 Thread laurent laffont
On Tue, Mar 29, 2011 at 6:30 PM, Gary Chambers wrote: > I expect it will be tricky to synchronise our schedules... > Could you start by telling me when it's easy for you ? Laurent. Regards, Gary > > - Original Message - > *From:* laurent laffont > *To:* An open mailing list to discuss

Re: [Pharo-project] PharoCasts with experts

2011-03-29 Thread Igor Stasenko
On 29 March 2011 18:35, laurent laffont wrote: > On Tue, Mar 29, 2011 at 6:30 PM, Gary Chambers > wrote: >> >> I expect it will be tricky to synchronise our schedules... > > Could you start by telling me when it's easy for you ? I am available :) I just need some guidance from a guy from needs s

Re: [Pharo-project] PharoCasts with experts

2011-03-29 Thread Gary Chambers
Well, a full libc FFI wrapper would be useful... Something that pretty much any other language provides out-of-the-box. Something familiar for developers that are new to our community perhaps. By wrapper, that being more than just stubs to the low-level calls. It is evil, but needs must... Rega

Re: [Pharo-project] Text field converter refactoring

2011-03-29 Thread Stéphane Ducasse
tx! On Mar 29, 2011, at 11:21 AM, Gary Chambers wrote: > Hi all, > > I've refactored the ObjectStringConverter support to be more flexible and > provide > feedback in the UI (via corner triangle). > > Also, should be no more MNU's in, for example, ColorSelectorDialogWindow when > numeric fie

Re: [Pharo-project] Issue 3878 in pharo: #enableTextChange selector name is misleading, i propose changing the name to #canChangeText

2011-03-29 Thread pharo
Comment #4 on issue 3878 by stephane...@gmail.com: #enableTextChange selector name is misleading, i propose changing the name to #canChangeText http://code.google.com/p/pharo/issues/detail?id=3878 tx !

Re: [Pharo-project] Issue 3906 in pharo: SharedPool should be moved to Kernel

2011-03-29 Thread pharo
Updates: Status: FixProposed Labels: Milestone-1.3 Comment #1 on issue 3906 by stephane...@gmail.com: SharedPool should be moved to Kernel http://code.google.com/p/pharo/issues/detail?id=3906 Yes!

Re: [Pharo-project] PharoCasts with experts

2011-03-29 Thread Stéphane Ducasse
can you report that to the Cog bug tracker? Stef On Mar 29, 2011, at 6:12 PM, Gary Chambers wrote: > Lol. > > Just to mention that we have been having problems (VM crashes/lockups) with > OSProcess, > using FFI to callout to libc for executing shell command has seemed to help > this. > > Loo

Re: [Pharo-project] PharoCasts with experts

2011-03-29 Thread Stéphane Ducasse
Igor I would love to have a way to connect to a bar code reader or webcam. Stef On Mar 29, 2011, at 6:57 PM, Igor Stasenko wrote: > On 29 March 2011 18:35, laurent laffont wrote: >> On Tue, Mar 29, 2011 at 6:30 PM, Gary Chambers >> wrote: >>> >>> I expect it will be tricky to synchronise our s

[Pharo-project] Issue 3909 in pharo: ObjectStringConverter refactored

2011-03-29 Thread pharo
Status: FixProposed Owner: stephane...@gmail.com Labels: Milestone-1.3 New issue 3909 by stephane...@gmail.com: ObjectStringConverter refactored http://code.google.com/p/pharo/issues/detail?id=3909 I've refactored the ObjectStringConverter support to be more flexible and provide feedback in

Re: [Pharo-project] Opal decompiler: I've been a big good ... I've been a bit bad ...

2011-03-29 Thread Stéphane Ducasse
On Mar 29, 2011, at 12:24 AM, Toon Verwaest wrote: > To keep you up to date... I've already implemented bytecode rewriting that > inserts an error. > > Basically when you have something like > > instVarAt: 1 > > where 1 is now removed, this gets translated to: > > pushConstant: (RemovedField

[Pharo-project] Can we get 1.2 on the pharo web site?

2011-03-29 Thread Stéphane Ducasse
HI guys Would it be possible that we have Pharo 1.2 on the web site? Marcus I can focus on 1.3. current fixes. Stef

Re: [Pharo-project] Thanks for Pharo

2011-03-29 Thread Stéphane Ducasse
Thanks a lot scott and welcome. - sign the license :) - report bug - report successful stories :) - tell us what are also your needs. For us this is important that people can make money and create cool products/ideas with Pharo. Then we are currently reading: htt

Re: [Pharo-project] Can we get 1.2 on the pharo web site?

2011-03-29 Thread Adrian Lienhard
Sure! I can help with updating the website. Is the list of changes [1] still work in progress or should I add as is? It would be nice to have it structured (I can do this) and a bit more detailed if possible. The site for the 1.1 release had a quite verbose summary [2]. Do we have the Pharo 1.2

Re: [Pharo-project] Issue 3736 in pharo: new Transcript from CUIS

2011-03-29 Thread pharo
Comment #4 on issue 3736 by stephane...@gmail.com: new Transcript from CUIS http://code.google.com/p/pharo/issues/detail?id=3736 Thanks a lot this is really nice!

Re: [Pharo-project] Getting Pharo 1.2 on Hudson green/blue again

2011-03-29 Thread Marcus Denker
On Mar 29, 2011, at 9:33 AM, Torsten Bergmann wrote: > Hi Markus, > > I think I've found out what the problem with the > hudson build for Pharo 1.2 is: > > - the Pharo-1.2.st Skript used to build it includes this line: > > ((Smalltalk at: #ConfigurationOfPharo) project lastVersion) > > whi

Re: [Pharo-project] who is using softSqueak and standard Squeak

2011-03-29 Thread Helene Bilbo
"Stéphane Ducasse“ wrote: > > I would really like to remove the standard squeak because it is terrible. > I set it up since some updates and > I cannot work with it anymore. > No, it is not terrible. It is very beautiful, and much more useful and innovative than for example fake-windows or fak

Re: [Pharo-project] Getting Pharo 1.2 on Hudson green/blue again

2011-03-29 Thread Stéphane Ducasse
Thanks marcus. I will integrate some fixes after fixing some stuff with kids. Stef On Mar 29, 2011, at 8:31 PM, Marcus Denker wrote: > > On Mar 29, 2011, at 9:33 AM, Torsten Bergmann wrote: > >> Hi Markus, >> >> I think I've found out what the problem with the >> hudson build for Pharo 1.2 is

Re: [Pharo-project] Can we get 1.2 on the pharo web site?

2011-03-29 Thread Marcus Denker
On Mar 29, 2011, at 7:51 PM, Adrian Lienhard wrote: > Sure! I can help with updating the website. > > Is the list of changes [1] still work in progress or should I add as is? It > would be nice to have it structured (I can do this) and a bit more detailed > if possible. The site for the 1.1 re

[Pharo-project] [update 1.2] #12345

2011-03-29 Thread Marcus Denker
What a beautiful update number... 12345 - Release 1.2.1 -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Issue 3429 in pharo: Better Number performance

2011-03-29 Thread pharo
Updates: Status: FixProposed Comment #1 on issue 3429 by nicolas@gmail.com: Better Number performance http://code.google.com/p/pharo/issues/detail?id=3429 Name: SLICE-Issue-3429-BetterNumberPerformance-nice.1 Dependencies: Kernel-nice.852 Integrate Levente's fast up (Fraction negati

Re: [Pharo-project] who is using softSqueak and standard Squeak

2011-03-29 Thread Stéphane Ducasse
Hi helene this is not a question quarrels. I'm over that since some moment now. This is a question of removing/cleaning/organizing. So we will remove softSqueak and package it and save into the PharoTheme project so that people can load it if they want. I would like to get some beautiful looks

Re: [Pharo-project] Can we get 1.2 on the pharo web site?

2011-03-29 Thread Stéphane Ducasse
Yes please move on. Soon 1.2 will look so old :) Stef On Mar 29, 2011, at 8:33 PM, Marcus Denker wrote: > > On Mar 29, 2011, at 7:51 PM, Adrian Lienhard wrote: > >> Sure! I can help with updating the website. >> >> Is the list of changes [1] still work in progress or should I add as is? It >

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

2011-03-29 Thread Stéphane Ducasse
lucky you It will be difficult to make it better On Mar 29, 2011, at 8:46 PM, Marcus Denker wrote: > What a beautiful update number... > > 12345 > - > > Release 1.2.1 > -- > Marcus Denker -- http://www.marcusdenker.de > INRIA Lille -- Nord Europe. Team RMoD. > >

Re: [Pharo-project] Issue 3429 in pharo: Better Number performance

2011-03-29 Thread pharo
Updates: Labels: Type-Squeak Comment #2 on issue 3429 by nicolas@gmail.com: Better Number performance http://code.google.com/p/pharo/issues/detail?id=3429 (No comment was entered for this change.)

Re: [Pharo-project] PharoCasts with experts

2011-03-29 Thread laurent laffont
On Tue, Mar 29, 2011 at 7:22 PM, Stéphane Ducasse wrote: > Igor I would love to have a way to connect to a bar code reader or webcam. > For barcore readers there's nothing to do for a basic usage: a lot use the same driver as a keyboard so when you scan the bar code you get it. Laurent. > >

Re: [Pharo-project] ProgressDisplay package released

2011-03-29 Thread Martin Dias
Hi Ralph, I tried to load ProgressDisplay package on Pharo 1.1.1. It depends on 2 nonexistent classes: Generator and InputSensor. How can I obtain them? Thanks, Martin On Mon, Aug 2, 2010 at 5:57 AM, Serge Stinckwich wrote: > Yes sell you work ! Not everyone has time to test ;-) > > On Mon, Au

Re: [Pharo-project] ProgressDisplay package released

2011-03-29 Thread Mariano Martinez Peck
On Tue, Mar 29, 2011 at 9:14 PM, Martin Dias wrote: > Hi Ralph, > I tried to load ProgressDisplay package on Pharo 1.1.1. It depends on 2 > nonexistent classes: Generator and InputSensor. How can I obtain them? > > InputSensor is now in Pharo InputEventSensor I think > Thanks, > Martin > > > >

Re: [Pharo-project] Issue 1894 in pharo: Rescue Sophie audio

2011-03-29 Thread pharo
Comment #2 on issue 1894 by marianopeck: Rescue Sophie audio http://code.google.com/p/pharo/issues/detail?id=1894 remember the problem with the license

Re: [Pharo-project] PharoCasts with experts

2011-03-29 Thread laurent laffont
On Tue, Mar 29, 2011 at 6:57 PM, Igor Stasenko wrote: > On 29 March 2011 18:35, laurent laffont wrote: > > On Tue, Mar 29, 2011 at 6:30 PM, Gary Chambers < > gazzagu...@btinternet.com> > > wrote: > >> > >> I expect it will be tricky to synchronise our schedules... > > > > Could you start by tell

[Pharo-project] [ANN 1.2.1Core] pre-build 1.2.1 Core image

2011-03-29 Thread Marcus Denker
https://gforge.inria.fr/frs/download.php/28417/PharoCore-1.2.1.zip -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Issue 3852 in pharo: 1.2 Build is broken

2011-03-29 Thread pharo
Updates: Status: Closed Comment #1 on issue 3852 by marcus.d...@gmail.com: 1.2 Build is broken http://code.google.com/p/pharo/issues/detail?id=3852 fixed

Re: [Pharo-project] PharoCasts with experts

2011-03-29 Thread Stéphane Ducasse
On Mar 29, 2011, at 9:13 PM, laurent laffont wrote: > On Tue, Mar 29, 2011 at 7:22 PM, Stéphane Ducasse > wrote: > Igor I would love to have a way to connect to a bar code reader or webcam. > > For barcore readers there's nothing to do for a basic usage: a lot use the > same driver as a keybo

Re: [Pharo-project] [ANN 1.2.1Core] pre-build 1.2.1 Core image

2011-03-29 Thread Lukas Renggli
Is this intentional that the image was saved with a newer VM than previous builds? This interpreter (vers. 6502) cannot read image file (vers. 6505). Lukas On 29 March 2011 21:23, Marcus Denker wrote: > >        https://gforge.inria.fr/frs/download.php/28417/PharoCore-1.2.1.zip > > -- > Mar

Re: [Pharo-project] Issue 3429 in pharo: Better Number performance

2011-03-29 Thread pharo
Updates: Status: Closed Comment #3 on issue 3429 by stephane...@gmail.com: Better Number performance http://code.google.com/p/pharo/issues/detail?id=3429 Thanks nicolas. In this moment we have some boost in changes so this is good to have some help :). I like the feel. I added Scaled

Re: [Pharo-project] [ANN 1.2.1Core] pre-build 1.2.1 Core image

2011-03-29 Thread Marcus Denker
On Mar 29, 2011, at 9:38 PM, Lukas Renggli wrote: > Is this intentional that the image was saved with a newer VM than > previous builds? > >This interpreter (vers. 6502) cannot read image file (vers. 6505). > Oh, yes... I have a new VM on my system (one compiled by our build system). And

Re: [Pharo-project] [ANN 1.2.1Core] pre-build 1.2.1 Core image

2011-03-29 Thread Marcus Denker
On Mar 29, 2011, at 9:46 PM, Marcus Denker wrote: > > On Mar 29, 2011, at 9:38 PM, Lukas Renggli wrote: > >> Is this intentional that the image was saved with a newer VM than >> previous builds? >> >> This interpreter (vers. 6502) cannot read image file (vers. 6505). >> > > Oh, yes... I ha

Re: [Pharo-project] [ANN 1.2.1Core] pre-build 1.2.1 Core image

2011-03-29 Thread Lukas Renggli
I don't care if we move to 6505, I will just have to update my build server to use the new VM as well. So far I built with the old VM to make sure that the images also work on older VMs. Lukas On 29 March 2011 21:46, Marcus Denker wrote: > > On Mar 29, 2011, at 9:38 PM, Lukas Renggli wrote: > >>

Re: [Pharo-project] Issue 3429 in pharo: Better Number performance

2011-03-29 Thread pharo
Comment #4 on issue 3429 by stephane...@gmail.com: Better Number performance http://code.google.com/p/pharo/issues/detail?id=3429 in 13118

Re: [Pharo-project] [ANN 1.2.1Core] pre-build 1.2.1 Core image

2011-03-29 Thread Marcus Denker
On Mar 29, 2011, at 9:49 PM, Lukas Renggli wrote: > I don't care if we move to 6505, I will just have to update my build > server to use the new VM as well. So far I built with the old VM to > make sure that the images also work on older VMs. > It's actually good to build 1.2 with the old forma

Re: [Pharo-project] Issue 3845 in pharo: Polymorph extension shortSummary is not programmed the object way

2011-03-29 Thread pharo
Updates: Status: Closed Labels: Milestone-1.3 Comment #2 on issue 3845 by stephane...@gmail.com: Polymorph extension shortSummary is not programmed the object way http://code.google.com/p/pharo/issues/detail?id=3845 I'm currently going slowly in MC to understand how to integra

[Pharo-project] Migration morph objects from 1.1 to 1.2

2011-03-29 Thread Denis Kudriashov
Hello I have many morphs saved in files by smartReferenceStream. I doing it in pharo1.1 image. Now I want to load this objects to pharo1.2. When I doing this I have exception about absent TextConstants stuff. My saved Morph containes textMorph. I know pharo1.2 has textMorph refactored and TextCons

Re: [Pharo-project] Issue 3902 in pharo: Text field converter refactoring

2011-03-29 Thread pharo
Updates: Status: Closed Comment #1 on issue 3902 by stephane...@gmail.com: Text field converter refactoring http://code.google.com/p/pharo/issues/detail?id=3902 in 13118

Re: [Pharo-project] Issue 3909 in pharo: ObjectStringConverter refactored

2011-03-29 Thread pharo
Updates: Status: Duplicate Mergedinto: 3902 Comment #1 on issue 3909 by stephane...@gmail.com: ObjectStringConverter refactored http://code.google.com/p/pharo/issues/detail?id=3909 Duplicate of 3902

Re: [Pharo-project] [ANN 1.2.1Core] pre-build 1.2.1 Core image

2011-03-29 Thread Marcus Denker
On Mar 29, 2011, at 9:53 PM, Marcus Denker wrote: > > On Mar 29, 2011, at 9:49 PM, Lukas Renggli wrote: > >> I don't care if we move to 6505, I will just have to update my build >> server to use the new VM as well. So far I built with the old VM to >> make sure that the images also work on olde

Re: [Pharo-project] Issue 3902 in pharo: Text field converter refactoring

2011-03-29 Thread pharo
Comment #2 on issue 3902 by stephane...@gmail.com: Text field converter refactoring http://code.google.com/p/pharo/issues/detail?id=3902 Issue 3909 has been merged into this issue.

Re: [Pharo-project] [ANN 1.2.1Core] pre-build 1.2.1 Core image

2011-03-29 Thread Stéphane Ducasse
On Mar 29, 2011, at 9:49 PM, Lukas Renggli wrote: > I don't care if we move to 6505, I will just have to update my build > server to use the new VM as well. So far I built with the old VM to > make sure that the images also work on older VMs. For the moment lukas this is the best solution. Becau

Re: [Pharo-project] Issue 3429 in pharo: Better Number performance

2011-03-29 Thread Nicolas Cellier
Sorry, it seems I let another bug, like -0.01s2 printString loosing its sign. There might be some tests missing in KernelTests-Numbers I will open a new issue and give a new patch from trunk. Nicolas 2011/3/29 : > > Comment #4 on issue 3429 by stephane...@gmail.com: Better Number performance >

Re: [Pharo-project] Migration morph objects from 1.1 to 1.2

2011-03-29 Thread Stéphane Ducasse
On Mar 29, 2011, at 9:57 PM, Denis Kudriashov wrote: > Hello > > I have many morphs saved in files by smartReferenceStream. I doing it in > pharo1.1 image. > Now I want to load this objects to pharo1.2. > When I doing this I have exception about absent TextConstants stuff. My saved > Morph con

Re: [Pharo-project] Issue 3713 in pharo: Additional obsolete methods in PharoCore-1.2.image (2/15/11 9:08am)

2011-03-29 Thread pharo
Updates: Status: Closed Comment #5 on issue 3713 by stephane...@gmail.com: Additional obsolete methods in PharoCore-1.2.image (2/15/11 9:08am) http://code.google.com/p/pharo/issues/detail?id=3713 Edmond did you sign the license? If not could you send it to us. We accepted scans. Stef

Re: [Pharo-project] Migration morph objects from 1.1 to 1.2

2011-03-29 Thread Marcus Denker
On Mar 29, 2011, at 9:58 PM, Denis Kudriashov wrote: > Hello > > I have many morphs saved in files by smartReferenceStream. I doing it in > pharo1.1 image. > Now I want to load this objects to pharo1.2. > When I doing this I have exception about absent TextConstants stuff. My saved > Morph con

Re: [Pharo-project] Migration morph objects from 1.1 to 1.2

2011-03-29 Thread Denis Kudriashov
Ok, I load my morph. I just implement "TextConstants class>>at: aSymbol" with: "^classPool at: aSymbol". Now all work good. But I want to now what really changed in TextConstants stuff? 2011/3/29 Denis Kudriashov > Hello > > I have many morphs saved in files by smartReferenceStream. I doing it

Re: [Pharo-project] [ANN 1.2.1Core] pre-build 1.2.1 Core image

2011-03-29 Thread Lukas Renggli
Pharo 1.2.1 looks good so far, except for the GLMOrangeUITheme that is still in a circular dependency. Lukas On 29 March 2011 22:07, Stéphane Ducasse wrote: > > On Mar 29, 2011, at 9:49 PM, Lukas Renggli wrote: > >> I don't care if we move to 6505, I will just have to update my build >> server t

Re: [Pharo-project] Issue 3878 in pharo: #enableTextChange selector name is misleading, i propose changing the name to #canChangeText

2011-03-29 Thread pharo
Updates: Status: Closed Comment #5 on issue 3878 by stephane...@gmail.com: #enableTextChange selector name is misleading, i propose changing the name to #canChangeText http://code.google.com/p/pharo/issues/detail?id=3878 in 13118 :)

  1   2   >