Re: [Pharo-project] [BUG] 1.2 UTF8TextConverter: Invalid utf8 input detected

2011-02-17 Thread Stéphane Ducasse
thanks a lot henrik. Stef On Feb 18, 2011, at 12:11 AM, Henrik Sperre Johansen wrote: > On 17.02.2011 22:44, Igor Stasenko wrote: >> On 17 February 2011 18:20, Stéphane Ducasse >> wrote: >>> **tx** Can you open a ticket? Already done: http://code.google.com/p/pharo/issues/detai

Re: [Pharo-project] [Pharo-users] Call for Pharo Support **important**

2011-02-17 Thread Stéphane Ducasse
On Feb 16, 2011, at 11:28 PM, Tudor Girba wrote: > The reason I am asking is that in the text you say "if your company/research > group would be interested", which tends to not invite individuals. > > Ok, so individuals should sign it, too? yes > > Cheers, > Doru > > > On 16 Feb 2011, at 2

Re: [Pharo-project] Issue 3717 in pharo: Missing float array methods

2011-02-17 Thread pharo
Comment #4 on issue 3717 by guillerm...@gmail.com: Missing float array methods http://code.google.com/p/pharo/issues/detail?id=3717 I added the dependency to ConfigurationOfPharoSound by now. Maybe it shoud be added to ConfigurationOfPharo too. Name: ConfigurationOfPharoSound-GuillermoPolit

Re: [Pharo-project] Pharo 1.2 broken on Hudson

2011-02-17 Thread Guillermo Polito
Ok, I changed ConfigurationOfShout to load the last (and empty) SHWorkspace. On Fri, Feb 18, 2011 at 12:21 AM, Guillermo Polito < guillermopol...@gmail.com> wrote: > What about removing SHWorkspace from configurationOfPharo since styling is > handled in core? > > > -- Forwarded message --

[Pharo-project] Fwd: Pharo 1.2 broken on Hudson

2011-02-17 Thread Guillermo Polito
What about removing SHWorkspace from configurationOfPharo since styling is handled in core? -- Forwarded message -- From: Benjamin Date: Thu, Feb 17, 2011 at 10:45 AM Subject: Re: [Pharo-project] Pharo 1.2 broken on Hudson To: Guillermo Polito FixSHWorkspaceToFixMenu.1.cs have

Re: [Pharo-project] A new GUI visual designer

2011-02-17 Thread Craig Latta
Hi Göran-- > Thinking about this a bit more I realize one interesting aspect: > > Your stuff is basically low level serialization support - right? It is, but what makes it interesting is that it's *interactive* serialization; the producing and consuming systems interact. Traditionally, you

Re: [Pharo-project] [BUG] 1.2 UTF8TextConverter: Invalid utf8 input detected

2011-02-17 Thread Henrik Sperre Johansen
On 17.02.2011 22:44, Igor Stasenko wrote: On 17 February 2011 18:20, Stéphane Ducasse wrote: **tx** Can you open a ticket? Already done: http://code.google.com/p/pharo/issues/detail?id=3721 Janko Igor could you have a look? yes. I've been looking into it, it's the SecurityPlugin sources u

Re: [Pharo-project] [BUG] 1.2 UTF8TextConverter: Invalid utf8 input detected

2011-02-17 Thread Igor Stasenko
On 17 February 2011 18:20, Stéphane Ducasse wrote: > **tx** >> >> Can you open a ticket? >> >> Already done: http://code.google.com/p/pharo/issues/detail?id=3721 >> >> Janko > > Igor could you have a look? > yes. > Stef > > -- Best regards, Igor Stasenko AKA sig.

Re: [Pharo-project] could we agree to remove caseOf: and caseOf:otherwise:

2011-02-17 Thread Douglas Brebner
On 17/02/2011 18:08, Eliot Miranda wrote: On Thu, Feb 17, 2011 at 1:59 AM, Douglas Brebner mailto:squeakli...@fang.demon.co.uk>> wrote: On 16/02/2011 20:13, Eliot Miranda wrote: On Wed, Feb 16, 2011 at 12:04 PM, Stéphane Ducasse mailto:stephane.duca...@inria.fr>> wrote:

Re: [Pharo-project] Menu creation and invocation

2011-02-17 Thread Alain Plantec
he he he. thanks Fernando. and really really happy that you find it useful. but is see maybe an issue here. It concerns the pragma keyword. It is currently a global keyword. Maybe one should also allow a way to specify where the pragma are to be collected. maybe something like: MyMorph>>menuBu

[Pharo-project] Menu creation and invocation

2011-02-17 Thread Fernando Olivero
I want to give the thanks to Alain, for the excellent work on PragmaMenuBuilder! Making menus is elegant and straightforward this way! I post here how i'm using them: MyMorph>>mouseDown: aMouseEvent aMouseEvent redButtonPressed ifTrue:[ self click: aMouseEvent ]. aMouseEvent yello

Re: [Pharo-project] Render a COLLADA mesh with OpenGL

2011-02-17 Thread Fernando Olivero
Hi, that would be cool to see! I haven't heard of anyone rendering COLLADA or other sort of files ( i think they can render Google sketchpad files also) outside the Croquet/Cobalt community. Just an remark, glad to hear that you find it useful but i stopped maintaining the AlienOpenGL package a

Re: [Pharo-project] Issue 3728 in pharo: Changed MenuMorph references to go through UIManager default menuClass

2011-02-17 Thread pharo
Comment #1 on issue 3728 by fernando...@gmail.com: Changed MenuMorph references to go through UIManager default menuClass http://code.google.com/p/pharo/issues/detail?id=3728 Fixed

[Pharo-project] Issue 3728 in pharo: Changed MenuMorph references to go through UIManager default menuClass

2011-02-17 Thread pharo
Status: New Owner: New issue 3728 by fernando...@gmail.com: Changed MenuMorph references to go through UIManager default menuClass http://code.google.com/p/pharo/issues/detail?id=3728 the attached changeset replaces all the refs to the class MenuMorph by the usage of UIManager default

Re: [Pharo-project] could we agree to remove caseOf: and caseOf:otherwise:

2011-02-17 Thread Eliot Miranda
On Thu, Feb 17, 2011 at 1:59 AM, Douglas Brebner < squeakli...@fang.demon.co.uk> wrote: > On 16/02/2011 20:13, Eliot Miranda wrote: > > > > On Wed, Feb 16, 2011 at 12:04 PM, Stéphane Ducasse < > stephane.duca...@inria.fr> wrote: > >> >> On Feb 16, 2011, at 6:15 PM, Eliot Miranda wrote: >> >> > >>

Re: [Pharo-project] Cog VM -- Thanks and Performance / Optimization Questions

2011-02-17 Thread Eliot Miranda
Hi John, good questions. On Thu, Feb 17, 2011 at 6:21 AM, John B Thiel wrote: > Cog VM -- Thanks and Performance / Optimization Questions > > > To Everyone, thanks for your great work on Pharo and Squeak, and to > Eliot Miranda, Ian Piumarta, and all VM/JIT gurus, especially thanks > for t

[Pharo-project] [COTDC] 14 - MCSnapshotReader

2011-02-17 Thread laurent laffont
Today: MCSnapshotReader Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results: http://code.google.com/p/pharo/wiki/Commen

Re: [Pharo-project] Issue 3717 in pharo: Missing float array methods

2011-02-17 Thread pharo
Updates: Labels: -Milestone-1.2 -Milestone-1.3 Milestone-1.2-DevImage Comment #3 on issue 3717 by stephane...@gmail.com: Missing float array methods http://code.google.com/p/pharo/issues/detail?id=3717 For pharo-dev configuration maintainer: we should include the collectionArithmeti

Re: [Pharo-project] Issue 3727 in pharo: Fix Inspector Menu

2011-02-17 Thread pharo
Updates: Labels: Milestone-1.3 Comment #1 on issue 3727 by stephane...@gmail.com: Fix Inspector Menu http://code.google.com/p/pharo/issues/detail?id=3727 tx

Re: [Pharo-project] Issue 3723 in pharo: The Finder tool does not alphabetize methods.

2011-02-17 Thread pharo
Updates: Labels: Milestone-1.3 Comment #2 on issue 3723 by stephane...@gmail.com: The Finder tool does not alphabetize methods. http://code.google.com/p/pharo/issues/detail?id=3723 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3715 in pharo: Workspace shouting after switching between shout/unshout

2011-02-17 Thread pharo
Updates: Labels: Milestone-1.3 Comment #2 on issue 3715 by stephane...@gmail.com: Workspace shouting after switching between shout/unshout http://code.google.com/p/pharo/issues/detail?id=3715 (No comment was entered for this change.)

Re: [Pharo-project] [BUG] 1.2 UTF8TextConverter: Invalid utf8 input detected

2011-02-17 Thread Stéphane Ducasse
**tx** > > Can you open a ticket? > > Already done: http://code.google.com/p/pharo/issues/detail?id=3721 > > Janko Igor could you have a look? Stef

Re: [Pharo-project] [COTDC] 13 - NullEncoder

2011-02-17 Thread Stéphane Ducasse
On Feb 16, 2011, at 11:27 PM, Igor Stasenko wrote: > On 16 February 2011 21:03, Stéphane Ducasse wrote: >> Igor encoder was used for postcript encoding too. >> So this is not totally bad. >> > > But if it needed only by postscript canvas, what it doing in base class? indeed I missed that :)

Re: [Pharo-project] Cog VM -- Thanks and Performance / Optimization Questions

2011-02-17 Thread Stéphane Ducasse
Hi john have a look MessageNode class side methods you will see the list of messages that are inlined. Stef On Feb 17, 2011, at 3:21 PM, John B Thiel wrote: > Cog VM -- Thanks and Performance / Optimization Questions > > > To Everyone, thanks for your great work on Pharo and Squeak, and to

[Pharo-project] Issue 3727 in pharo: Fix Inspector Menu

2011-02-17 Thread pharo
Status: Fixed Owner: benjamin...@gmail.com New issue 3727 by benjamin...@gmail.com: Fix Inspector Menu http://code.google.com/p/pharo/issues/detail?id=3727 To reproduce: -inspect any object - right clic in the text area Igor fixed it :) Attachments: FixInspectorMenu.1.cs 516 bytes

[Pharo-project] Issue 3726 in pharo: Turn the orange corner into a real Morph object

2011-02-17 Thread pharo
Status: Fixed Owner: benjamin...@gmail.com CC: siguc...@gmail.com New issue 3726 by benjamin...@gmail.com: Turn the orange corner into a real Morph object http://code.google.com/p/pharo/issues/detail?id=3726 Gofer new squeaksource: 'PharoTaskForces'; package: 'AdorementMorph';

[Pharo-project] Issue 3725 in pharo: OnTheFlySelectionLists

2011-02-17 Thread pharo
Status: RFC Owner: benjamin...@gmail.com New issue 3725 by benjamin...@gmail.com: OnTheFlySelectionLists http://code.google.com/p/pharo/issues/detail?id=3725 Gofer new squeaksource: 'OnTheFlySelectionLis'; package: 'OnTheFlySelectionLists'; load 2 new kinds of PluggableL

Re: [Pharo-project] Cog VM -- Thanks and Performance / Optimization Questions

2011-02-17 Thread David T. Lewis
I cannot really answer your questions directly, but you will find lots of information on these topics in Eliot's blog: http://www.mirandabanda.org/cogblog/ Dave On Thu, Feb 17, 2011 at 06:21:01AM -0800, John B Thiel wrote: > Cog VM -- Thanks and Performance / Optimization Questions > > > To

Re: [Pharo-project] Cog VM -- Thanks and Performance / Optimization Questions

2011-02-17 Thread Damien Pollet
On Thu, Feb 17, 2011 at 15:21, John B Thiel wrote: > I like to code with awareness of performance issues.  Can you tell or > point me to some performance and efficiency tips for Cog and the > Squeak compiler -- detail on which methods are inlined, best among > alternatives, etc.  For example, I un

Re: [Pharo-project] Cog VM -- Thanks and Performance / Optimization Questions

2011-02-17 Thread Schwab,Wilhelm K
A nice mix is to do memory management and logic (e.g. decide when to stop iterating) in Smalltalk and to have C-callable "primitives" for the heavy loops. A great way to reach the latter is to define the functions using extern "C" - then you can use C++ features (streams, templates) in the func

[Pharo-project] Cog VM -- Thanks and Performance / Optimization Questions

2011-02-17 Thread John B Thiel
Cog VM -- Thanks and Performance / Optimization Questions To Everyone, thanks for your great work on Pharo and Squeak, and to Eliot Miranda, Ian Piumarta, and all VM/JIT gurus, especially thanks for the Squeak VM Cog and its precursors, which I was keenly anticipating for a decade or so, and is

[Pharo-project] Continuous Delivery

2011-02-17 Thread Alexandre Bergel
Hi! The excitement Hudson triggered makes me think that you may be interested in the review of the book "Continuous delivery" that I just wrote: http://alexandrebergel.blogspot.com/ Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^

Re: [Pharo-project] Pharo 1.2 broken on Hudson

2011-02-17 Thread Guillermo Polito
So, the problem is that FixSHWorkspaceToFixMenu.1.cs must be integrated into SHWorkspace, is it? :) On Thu, Feb 17, 2011 at 10:35 AM, Benjamin < benjamin.vanryseghem.ph...@gmail.com> wrote: > It;s because of FixWorkspaceMenu.2.cs > Normally the cs PrepareFixWorkspaceMenu.2.cs have to be applied

Re: [Pharo-project] Pharo 1.2 broken on Hudson

2011-02-17 Thread Benjamin
It;s because of FixWorkspaceMenu.2.cs Normally the cs PrepareFixWorkspaceMenu.2.cs have to be applied before to avoid this problem Ben On Feb 17, 2011, at 1:52 PM, Guillermo Polito wrote: > Ok, I fixed OB, but now is failing because: > > DuplicatedVariableError: stylingActive is already de

Re: [Pharo-project] Pharo 1.2 broken on Hudson

2011-02-17 Thread Guillermo Polito
Ok, I fixed OB, but now is failing because: DuplicatedVariableError: stylingActive is already defined in Workspace :( On Wed, Feb 16, 2011 at 9:32 AM, Torsten Bergmann wrote: > Pharo 1.2. is broken on Hudson. > > The ConfigurationOfPharo is not loadable on a core image due > to changes on

Re: [Pharo-project] Issue 3722 in pharo: The Finder tool's help screen is poorly written and has bad grammar

2011-02-17 Thread pharo
Comment #2 on issue 3722 by dougedmu...@gmail.com: The Finder tool's help screen is poorly written and has bad grammar http://code.google.com/p/pharo/issues/detail?id=3722 Apologies for the title of the issue. I realize you've put a lot of work into this tool. As to Selectors vs. Methods

Re: [Pharo-project] Issue 3723 in pharo: The Finder tool does not alphabetize methods.

2011-02-17 Thread pharo
Updates: Status: Fixed Comment #1 on issue 3723 by benjamin...@gmail.com: The Finder tool does not alphabetize methods. http://code.google.com/p/pharo/issues/detail?id=3723 3) Change the selection in box to the right from "Selectors" to "Classes" Here, search is automatically done .

Re: [Pharo-project] Issue 3715 in pharo: Workspace shouting after switching between shout/unshout

2011-02-17 Thread pharo
Updates: Status: Fixed Comment #1 on issue 3715 by benjamin...@gmail.com: Workspace shouting after switching between shout/unshout http://code.google.com/p/pharo/issues/detail?id=3715 Done. Now, instead of creating a new instance of the styler class, I store them in two variables (

[Pharo-project] Issue 3724 in pharo: Finder updated

2011-02-17 Thread pharo
Status: Fixed Owner: benjamin...@gmail.com New issue 3724 by benjamin...@gmail.com: Finder updated http://code.google.com/p/pharo/issues/detail?id=3724 Finder-BenjaminVanRyseghem.20 in PharoInbox Issue 3722: no comment I also added a 'Search' button that force the finder to perform the searc

Re: [Pharo-project] Issue 3722 in pharo: The Finder tool's help screen is poorly written and has bad grammar

2011-02-17 Thread pharo
Updates: Status: Fixed Comment #1 on issue 3722 by benjamin...@gmail.com: The Finder tool's help screen is poorly written and has bad grammar http://code.google.com/p/pharo/issues/detail?id=3722 A method is a entity (a CompiledMethod instance) representing a method, while a selector

Re: [Pharo-project] could we agree to remove caseOf: and caseOf:otherwise:

2011-02-17 Thread Douglas Brebner
On 16/02/2011 20:13, Eliot Miranda wrote: On Wed, Feb 16, 2011 at 12:04 PM, Stéphane Ducasse mailto:stephane.duca...@inria.fr>> wrote: On Feb 16, 2011, at 6:15 PM, Eliot Miranda wrote: > > > On Tue, Feb 15, 2011 at 11:50 PM, Stéphane Ducasse mailto:stephane.duca...@inri