Re: [Pharo-project] PBE1 update to Pharo 1.4 Re: Some Newbie problems

2012-05-07 Thread Marcus Denker
On May 7, 2012, at 1:26 AM, Peredur wrote: El 06/05/12 23:27, Ben Coman escribió: That would be welcome. I'll move further discussion to sbe-discuss...@iam.unibe.ch list. Announce yourself there also. cheers -ben I tried, but the list rejected me: You are not allowed to post

Re: [Pharo-project] NativeBoost help

2012-05-07 Thread Luc Fabresse
Thank you Igor for the new version of NB. I tested it and it works when returning structs. #Luc 2012/5/4 Igor Stasenko siguc...@gmail.com On 4 May 2012 20:27, Nicolas Cellier nicolas.cellier.aka.n...@gmail.com wrote: I found this link quite detailed on the subject, but restricted to C++

Re: [Pharo-project] NativeBoost help

2012-05-07 Thread Igor Stasenko
On 7 May 2012 08:41, Luc Fabresse luc.fabre...@gmail.com wrote: Thank you Igor for the new version of NB. I tested it and it works when returning structs. !! perfect !! :) #Luc 2012/5/4 Igor Stasenko siguc...@gmail.com On 4 May 2012 20:27, Nicolas Cellier

[Pharo-project] [update 2.0] #20055

2012-05-07 Thread Marcus Denker
20055 - Issue 5817: privShrinkingProcess with new KMPragmaKeymapBuilder http://code.google.com/p/pharo/issues/detail?id=5817 Issue 5815: Break dependency between traits and ring http://code.google.com/p/pharo/issues/detail?id=5815 -- Marcus Denker --

Re: [Pharo-project] users of thisContext

2012-05-07 Thread Guillermo Polito
In the context menu of the workspace you have the option extended search... - method source with it It's kinda hidden, but very helpful :). On Mon, May 7, 2012 at 11:25 AM, Camillo Bruni camillobr...@gmail.comwrote: my first guess... Use the Finder and search the source code WorldMenu /

[Pharo-project] ServerDirectory

2012-05-07 Thread Camillo Bruni
how much do we still need ServerDirectory in 2.0? Isn't that almost fully included by Zn? ServerDirectory features a lot of references to FileDirectory hence I would like to nuke it :D

Re: [Pharo-project] Drawing speed for animations?

2012-05-07 Thread Henrik Sperre Johansen
On 05.05.2012 17:23, Igor Stasenko wrote: On 5 May 2012 09:39, Martin Drautzburgmartin.drautzb...@web.de wrote: On Saturday, 5. May 2012 02:38:11 Igor Stasenko wrote: On 5 May 2012 01:43, Martin Drautzburgmartin.drautzb...@web.de wrote: On Saturday, 5. May 2012 00:17:09 Igor Stasenko wrote:

[Pharo-project] FlatMessageListBrowser and class comments

2012-05-07 Thread Mariano Martinez Peck
Hi guys. I don't like the fact that FlatMessageListBrowser is being used for more things than messages. As an example, if you select a piece of text, right click - method source with it, it uses this class. However, the resulted items are not all methods, but also class comments. What does it

Re: [Pharo-project] dependency injection

2012-05-07 Thread Philippe Marschall
On 05/05/2012 10:04 AM, Milan Mimica wrote: What are you feelings about dependency injection? Oh oh, you brought up the topic. We have about six different ways in Seaside how we look up implementation classes. Anything from writing them to a class variable to iterating over the subclasses and

[Pharo-project] [5822] Directories browser cache stuff and not refreshing on host change

2012-05-07 Thread Sebastian Sastre
Pharo image: 1.4 Steps to reproduce: 1. Open a pharo 1.4 image in a mac or win32 host 2. add a directory repository to any MC package, save and quit 3. open that image in a different host (linux for example) You'll be surprised the next time you try to add a MC directory repository. No easy way

Re: [Pharo-project] ServerDirectory

2012-05-07 Thread Sven Van Caekenberghe
On 07 May 2012, at 11:48, Camillo Bruni wrote: how much do we still need ServerDirectory in 2.0? Isn't that almost fully included by Zn? ServerDirectory features a lot of references to FileDirectory hence I would like to nuke it :D I also don't really understand why ServerDirectory

Re: [Pharo-project] ServerDirectory

2012-05-07 Thread Marcus Denker
On May 7, 2012, at 12:37 PM, Sven Van Caekenberghe wrote: On 07 May 2012, at 11:48, Camillo Bruni wrote: how much do we still need ServerDirectory in 2.0? Isn't that almost fully included by Zn? ServerDirectory features a lot of references to FileDirectory hence I would like to nuke

Re: [Pharo-project] ServerDirectory

2012-05-07 Thread Edgar J. De Cleene
On 5/7/12 7:37 AM, Sven Van Caekenberghe s...@beta9.be wrote: I also don't really understand why ServerDirectory exists. MCConfigurationBrowser seems to use it. If ServerDirectory does something that cannot be done with ZnClient, I am all ears. Comes from old , old days when

Re: [Pharo-project] ServerDirectory

2012-05-07 Thread Sven Van Caekenberghe
On 07 May 2012, at 13:22, Edgar J. De Cleene wrote: Still foreigner in Pharo, but I do not see why ZnClient could't replace this use of ServerDirectory. OK, but Zn will never to FTP… There was/is FTP functionality in the image and it could be salvaged into a separate package: that would be

[Pharo-project] [update 2.0] #20056

2012-05-07 Thread Marcus Denker
20056 - Issue 5820: RPackage and Monticello dependency http://code.google.com/p/pharo/issues/detail?id=5820 Issue 5823: remove update stream posting from MCConfiguration Browser http://code.google.com/p/pharo/issues/detail?id=5823 Issue 5826: New versions

[Pharo-project] Pharo-2.0-Tests » 32,mac - Build # 51 - Failure!

2012-05-07 Thread jenkins-pharo . ci . inria . fr
BUILD FAILUREBuild URLhttps://ci.lille.inria.fr/pharo/job/Pharo-2.0-Tests/./Architecture=32,OS=mac/51/Project:Architecture=32,OS=macDate of build:Mon, 07 May 2012 14:57:32 +0200Build duration:12 minCHANGESNo ChangesCONSOLE OUTPUT[...truncated 1440 lines...] Process>>terminate

Re: [Pharo-project] FlatMessageListBrowser and class comments

2012-05-07 Thread Stéphane Ducasse
Mariano the problem is that you need a widget to show the contents of changeset and it contains class comment, class definition, methods…. STef Hi guys. I don't like the fact that FlatMessageListBrowser is being used for more things than messages. As an example, if you select a piece of

Re: [Pharo-project] FlatMessageListBrowser and class comments

2012-05-07 Thread Guillermo Polito
On Mon, May 7, 2012 at 3:26 PM, Stéphane Ducasse stephane.duca...@inria.frwrote: Mariano the problem is that you need a widget to show the contents of changeset and it contains class comment, class definition, methods…. But somehow that widget should show those elements in different ways

[Pharo-project] [update 2.0] #20057

2012-05-07 Thread Marcus Denker
20057 - Issue 5824: Issue in list initialization if you do not use getList: but getListElement: instead http://code.google.com/p/pharo/issues/detail?id=5824 Issue 5825: New MessageBrowser http://code.google.com/p/pharo/issues/detail?id=5825 Issue

[Pharo-project] [update 2.0] #20058

2012-05-07 Thread Marcus Denker
20058 - Issue 5829: MessageSet can be removed http://code.google.com/p/pharo/issues/detail?id=5829 Issue 5828: New version of Nautilus http://code.google.com/p/pharo/issues/detail?id=5828 -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] users of thisContext

2012-05-07 Thread Eliot Miranda
On Mon, May 7, 2012 at 1:27 AM, Francisco Garau francisco.ga...@gmail.comwrote: Hi -- I am trying to find the methods who make reference to the * thisContext* pseudo variable. Any ideas how to get that list? SystemNavigation new browseAllSelect: [:m| m scanFor: 137] 137 is the bytecode for

Re: [Pharo-project] Can OSProcess functionality be implemented using FFI instead of plugin?

2012-05-07 Thread Eliot Miranda
On Sun, May 6, 2012 at 9:14 AM, Nicolas Cellier nicolas.cellier.aka.n...@gmail.com wrote: 2012/5/6 Igor Stasenko siguc...@gmail.com: On 6 May 2012 17:08, Nicolas Cellier nicolas.cellier.aka.n...@gmail.com wrote: 2012/5/6 Guillermo Polito guillermopol...@gmail.com: On Sun, May 6, 2012

Re: [Pharo-project] Instance variables references inside a method

2012-05-07 Thread Eliot Miranda
Hi Carla, On Sun, May 6, 2012 at 2:12 AM, Carla F. Griggio carla.grig...@gmail.comwrote: Yay! It works beautifully :D I added this method in CompiledMethod as an extension of my project: CompiledMethodreferredInstVars |theClass idx| theClass := self methodClass. ^theClass instVarNames

[Pharo-project] Running in background with OSProcess

2012-05-07 Thread Sean P. DeNigris
How would I run '/usr/bin/java -jar /path/to/jenkins.war ' with OSProcess? Specifically I want to know the process number of the java child process. I unsuccessfully tried: * PipeableOSProcess command: '/usr/bin/java -jar /path/to/jenkins.war ', which successfully launches java, but I don't know

Re: [Pharo-project] Instance variables references inside a method

2012-05-07 Thread Carla Griggio
Thanks you!! El 07/05/2012, a las 15:27, Eliot Miranda eliot.mira...@gmail.com escribió: Hi Carla, On Sun, May 6, 2012 at 2:12 AM, Carla F. Griggio carla.grig...@gmail.com wrote: Yay! It works beautifully :D I added this method in CompiledMethod as an extension of my project:

[Pharo-project] ss3 DNU (?)

2012-05-07 Thread Clara Allende
Hi folks, when trying to open Tags section on ss3 page I get this: MessageNotUnderstood 2010: No method was found for the selector #'=' when sent to aSSTag(children) with arguments contained in anArray( aSSTag(algorithm)). Your request could not be completed. An exception occurred. The system

[Pharo-project] Improved version of StartupPreferences

2012-05-07 Thread Mariano Martinez Peck
Hi guys. After playing a little bit with StartupPreferences, and continuing the effort of Ben (thanks Ben for yet another great tool), I generate a improved (from my point of view) version of the tool. The main changes are: a) Previously the tool searched files 1) first in image directory, 2)

Re: [Pharo-project] ss3 DNU (?)

2012-05-07 Thread Tobias Pape
Am 2012-05-07 um 22:18 schrieb Clara Allende: Hi folks, when trying to open Tags section on ss3 page I get this: MessageNotUnderstood 2010: No method was found for the selector #'=' when sent to aSSTag(children) with arguments contained in anArray( aSSTag(algorithm)). Your request

Re: [Pharo-project] ss3 DNU (?)

2012-05-07 Thread Clara Allende
Ok, thanks for the explanation!! On 7 May 2012 17:26, Tobias Pape das.li...@gmx.de wrote: Am 2012-05-07 um 22:18 schrieb Clara Allende: Hi folks, when trying to open Tags section on ss3 page I get this: MessageNotUnderstood 2010: No method was found for the selector #'=' when sent to

Re: [Pharo-project] Running in background with OSProcess

2012-05-07 Thread Yanni Chiu
On 07/05/12 2:52 PM, Sean P. DeNigris wrote: But this seems convoluted and I'm assuming there must be a simpler way. What is the best way to do this? I.e.: * launch a long running child process * without keeping the sh process open * accessing the pid of the child How about: process

Re: [Pharo-project] Running in background with OSProcess

2012-05-07 Thread Norbert Hartl
Am 07.05.2012 um 20:52 schrieb Sean P. DeNigris: How would I run '/usr/bin/java -jar /path/to/jenkins.war ' with OSProcess? Specifically I want to know the process number of the java child process. I unsuccessfully tried: * PipeableOSProcess command: '/usr/bin/java -jar

Re: [Pharo-project] [Vm-dev] Re: Can OSProcess functionality be implemented using FFI instead of plugin?

2012-05-07 Thread Igor Stasenko
On 7 May 2012 20:15, Eliot Miranda eliot.mira...@gmail.com wrote: On Sun, May 6, 2012 at 9:14 AM, Nicolas Cellier nicolas.cellier.aka.n...@gmail.com wrote: 2012/5/6 Igor Stasenko siguc...@gmail.com: On 6 May 2012 17:08, Nicolas Cellier nicolas.cellier.aka.n...@gmail.com wrote:

Re: [Pharo-project] Running in background with OSProcess

2012-05-07 Thread David T. Lewis
On Mon, May 07, 2012 at 11:46:30PM +0200, Norbert Hartl wrote: Am 07.05.2012 um 20:52 schrieb Sean P. DeNigris: How would I run '/usr/bin/java -jar /path/to/jenkins.war ' with OSProcess? Specifically I want to know the process number of the java child process. I unsuccessfully

Re: [Pharo-project] Nautilus load problem

2012-05-07 Thread Sean P. DeNigris
Marcus Denker-4 wrote Nautilus... getting it ready will be double as hard if it has to run on both 1.4 and 2.0. Is Nautilus unsupported on 1.4? There have been many suggestions to load it in preference to the default browser in 1.4, so we should be clear whether it will be expected to

[Pharo-project] Primitives

2012-05-07 Thread Santiago Bragagnolo
Hi all, yes. me again. I'm searching for a primitive-definition, something like code : what.it.do : relatedType if apply. Is there something like that? Thanks in advance. Santiago.

[Pharo-project] Nested progress bars

2012-05-07 Thread Martin Dias
Hi all. Given the next code, could you explain me why nested progress bars are not handled by my #on:do:? How can I achieve that? [ 'main task' displayProgressFrom: 0 to: 5 during: [ :bar | 0 to: 5 do: [:x | bar value: x. (Delay forMilliseconds:

Re: [Pharo-project] Running in background with OSProcess

2012-05-07 Thread Sean P. DeNigris
David T. Lewis wrote ProxyPipeline command: '/bin/sleep 10' This gives you exactly what you expect to see. Okay, it worked! However, I'm confused by the string escaping. Because I'm on a Mac, and only later discovered that meant I'm on Unix, I have lots of paths with spaces and even