Re: [Pharo-dev] Spec new release :)

2013-11-11 Thread Benjamin
It is not necessary better, but it saves you from having hundreds of temp vars :) Ben On 12 Nov 2013, at 01:49, Stéphane Ducasse wrote: >> >> Example: >> aMenu addGroup: [ :aGroup | >> aGroup addItem: [ :anItem | >> anItem name: 'Browse Full'; >> action: [ self

Re: [Pharo-dev] Pharo 2.0 and Monticello settings: looks like there is no way to change

2013-11-11 Thread Tudor Girba
That was almost too long :) Good job, Doru On Tue, Nov 12, 2013 at 1:00 AM, Sean P. DeNigris wrote: > Sean P. DeNigris wrote > > Fix in inbox (for 2.0) > > And for 3.0... > Fix in inbox: > > SLICE-Issue-12146-Port-to-30-12145-Settings-Replace-references-to-FileDirectory-SeanDeNigris.1 > > > > -

Re: [Pharo-dev] NativeBoost: Documentation Suggestion and Question

2013-11-11 Thread Sean P. DeNigris
Sean P. DeNigris wrote > Using the presentation, I tried to communicate with the portaudio lib (OSX > 10.8.5, lib installed with brew). > ... > Thanks in advance for any guidance... Bump. btw I should mention that the error was "function unavailable" - Cheers, Sean -- View this message in c

Re: [Pharo-dev] Spec new release :)

2013-11-11 Thread Stéphane Ducasse
> > Example: > aMenu addGroup: [ :aGroup | > aGroup addItem: [ :anItem | > anItem name: 'Browse Full'; > action: [ self browseSelectedObject ]; > shortcut: $b command mac | $b alt win | $b alt unix ]. > aGroup addItem: [ :anItem | >

Re: [Pharo-dev] Pharo 2.0 and Monticello settings: looks like there is no way to change

2013-11-11 Thread Stéphane Ducasse
cool :) Stef On Nov 12, 2013, at 1:00 AM, Sean P. DeNigris wrote: > Sean P. DeNigris wrote >> Fix in inbox (for 2.0) > > And for 3.0... > Fix in inbox: > SLICE-Issue-12146-Port-to-30-12145-Settings-Replace-references-to-FileDirectory-SeanDeNigris.1 > > > > - > Cheers, > Sean > -- > View

Re: [Pharo-dev] Pharo 2.0 and Monticello settings: looks like there is no way to change

2013-11-11 Thread p...@highoctane.be
Much better; Much gracias! --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:p...@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/user/philippeback/videos Hi

Re: [Pharo-dev] Spec new release :)

2013-11-11 Thread btc
Benjamin wrote: Hello everyone, I am glad to announce a step has been made in Spec with the introduction of five new models: TreeNodeModel, TreeColumnModel, MenuModel, MenuGroupModel and MenuItemModel. I. Trees The two first models (TreeNodeModel, TreeColumnModel) are used to build and sp

Re: [Pharo-dev] Pharo 2.0 and Monticello settings: looks like there is no way to change

2013-11-11 Thread Sean P. DeNigris
Sean P. DeNigris wrote > Fix in inbox (for 2.0) And for 3.0... Fix in inbox: SLICE-Issue-12146-Port-to-30-12145-Settings-Replace-references-to-FileDirectory-SeanDeNigris.1 - Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-2-0-and-Monticello-settings-looks-like-the

Re: [Pharo-dev] Unexpected block variable change of value

2013-11-11 Thread btc
Thanks Clément. Making that setting change, then "Compiler recompileAll" did fix the problem. However following up with "OpalCompiler recompileAll" does not reintroduce the problem. Starting again with a fresh build #30564, I confirmed the problem was there, then first did "OpalCompiler reco

Re: [Pharo-dev] About MenuModel

2013-11-11 Thread Benjamin
I will :P Indeed the comment should be improved to reflect the current implementation :) Ben On 12 Nov 2013, at 00:45, Stéphane Ducasse wrote: > > On Nov 11, 2013, at 8:24 PM, Benjamin > wrote: > >> It used to be a block. >> >> Now you can actually use both of them, with a subtile differe

Re: [Pharo-dev] Pharo 2.0 and Monticello settings: looks like there is no way to change

2013-11-11 Thread Sean P. DeNigris
Sean P. DeNigris wrote > Aspetta! Okay, that's long enough... here: Fix in inbox (for 2.0): SLICE-Issue-12145-Settings-Replace-references-to-FileDirectory-SeanDeNigris.1 - Add SettingDeclaration>>#inputWidgetForDirectory to replace old FileDirectory code - Update MC Settings to use new API --

Re: [Pharo-dev] Pharo 2.0 and Monticello settings: looks like there is no way to change

2013-11-11 Thread Sean P. DeNigris
Stéphane Ducasse wrote > please enter a bug entry (and fixes) Aspetta! - Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-2-0-and-Monticello-settings-looks-like-there-is-no-way-to-change-tp4721125p4721167.html Sent from the Pharo Smalltalk Developers mailing list a

Re: [Pharo-dev] About MenuItemModel

2013-11-11 Thread Stéphane Ducasse
Ok course and I knew it. Stef > Indeed :) > > Ben > > On 11 Nov 2013, at 19:17, Camillo Bruni wrote: > >> #action is most probably a ValueHolder, no? >> >> On 2013-11-11, at 19:12, Stéphane Ducasse wrote: >> >>> Hi ben >>> >>> do I get it correctly that we pass a block to a block for acti

Re: [Pharo-dev] About MenuModel

2013-11-11 Thread Stéphane Ducasse
On Nov 11, 2013, at 8:24 PM, Benjamin wrote: > It used to be a block. > > Now you can actually use both of them, with a subtile difference which is > that the result of the block will not act one the model > unlike a MenuModel which will add its shortcuts to the model by its own. > > I will

Re: [Pharo-dev] declareTempAndPaste:

2013-11-11 Thread Stéphane Ducasse
for your info this is fixed now :) Tx alex and objectprofilers for this nice fix. Stef On Nov 11, 2013, at 3:22 PM, Alexandre Bergel wrote: > Hi! > > Many of us have discovered that in the last Pharo adding a temporary variable > is added before the | .. | part of the section. > > Pablo Est

Re: [Pharo-dev] In-memory FileSystem write streams not being polymorphic

2013-11-11 Thread Stéphane Ducasse
> > or of course, you start looking at porting XStreams to pharo ;), which on the > long run will > solve many more problems. The current situation is not that satisfactory having experience with it and thinking about a plan for the beginning of 40 would be great. I know that nicolas ported XT

Re: [Pharo-dev] Pharo 2.0 and Monticello settings: looks like there is no way to change

2013-11-11 Thread Stéphane Ducasse
please enter a bug entry (and fixes) Stef On Nov 12, 2013, at 12:27 AM, "Sean P. DeNigris" wrote: > philippeback wrote >> How comes? > > It looks like it may have been broken with the switch to FileSystem. It > expects FileDirectory types... > > > > - > Cheers, > Sean > -- > View this me

Re: [Pharo-dev] Pharo 2.0 and Monticello settings: looks like there is no way to change

2013-11-11 Thread Sean P. DeNigris
philippeback wrote > How comes? It looks like it may have been broken with the switch to FileSystem. It expects FileDirectory types... - Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-2-0-and-Monticello-settings-looks-like-there-is-no-way-to-change-tp4721125p4721

[Pharo-dev] Remove Class Category

2013-11-11 Thread Jimmie Houchin
Hello, I am wanting to write a method which uninstalls all of the Classes which I have created. I have one which looks like this: uninstall AllClasses reverse do: [ :c | Smalltalk removeClassNamed: c ] However the class category which was created to install them into still remains. I

[Pharo-dev] Spec new release :)

2013-11-11 Thread Benjamin
Hello everyone, I am glad to announce a step has been made in Spec with the introduction of five new models: TreeNodeModel, TreeColumnModel, MenuModel, MenuGroupModel and MenuItemModel. I. Trees The two first models (TreeNodeModel, TreeColumnModel) are used to build and specify trees (in add

Re: [Pharo-dev] TextModel

2013-11-11 Thread Alexandre Bergel
Oh... I have noticed if we do this: PluggableTextMorph>>selectionInterval: sel Transcript show: 'selectionInterval: ', sel printString;cr. selectionInterval := sel Is it not enough to send an announcement? Alexandre On Nov 11, 2013, at 5:41 PM, Benjamin wrote: > It is actua

[Pharo-dev] help needed with fixing the SpecDebugger

2013-11-11 Thread Tudor Girba
Hi, I need a bit of help with the issue of the SpecDebugger relying on the default inspector being implemented in Spec. I investigated a bit, but now I am stuck. Details here: https://pharo.fogbugz.com/f/cases/12055/ Can anyone look at it? Cheers, Doru -- www.tudorgirba.com "Every thing has

Re: [Pharo-dev] Questions about Athens

2013-11-11 Thread kilon alios
Ignore my last messages. Apparently I had an error with my code I just did not understand the error report. Everything works fone now. Στις 11 Νοε 2013 4:46 μ.μ., ο χρήστης "kilon alios" έγραψε: > sorry previous stack was for slightly diffirent code this is the correct > one > > UndefinedObject(O

[Pharo-dev] TextModel

2013-11-11 Thread Alexandre Bergel
Hi Ben, We have doubt about the getSelection of TextModel. Execute the following in a Workspace: model := TextModel new. model openWithSpec. In the window, insert some text, and select something. Evaluate the following: model getSelection It always returns (1 to: 0) f

[Pharo-dev] about Announcer unsubscribe:

2013-11-11 Thread Stéphane Ducasse
HI guys with ronie we were looking at how we can remove update: methods ( fun story) and we found update: aSymbol "Update the image if changed." super update: aSymbol. aSymbol = self getImageSelector ifTrue: [ self updateImage] and here we see

Re: [Pharo-dev] About MenuItemModel

2013-11-11 Thread Benjamin
Indeed :) Ben On 11 Nov 2013, at 19:17, Camillo Bruni wrote: > #action is most probably a ValueHolder, no? > > On 2013-11-11, at 19:12, Stéphane Ducasse wrote: > >> Hi ben >> >> do I get it correctly that we pass a block to a block for action >> >> action: aBlock >> >> action value:

Re: [Pharo-dev] Unexpected block variable change of value

2013-11-11 Thread Clément Bera
There is a bug left in double nested blocks in the debugger (some variables then shows incorrect value). Retry with the old compiler (world menu>settings>compiler>Compiler) and see if this is fixed. 2013/11/11 Max Leske > Not sure if it’s related to your issue but I’ve been seeing swapped > t

Re: [Pharo-dev] How to get menu popping up

2013-11-11 Thread Benjamin
What is classesListModel ? Ben On 11 Nov 2013, at 20:17, Stéphane Ducasse wrote: > We are trying to fix the ChangeSorter because the menu are broken. > So we did > > ChangeSorterApplication>>changeSetMenu1: aMenu shifted: isShifted > "Set up aMenu to hold commands for the change-set-li

Re: [Pharo-dev] to integrate :-)

2013-11-11 Thread Alexandre Bergel
One more: https://pharo.fogbugz.com/f/cases/12143/Right-clicking-in-the-debugger-text-pane-raise-en-error Alexandre On Nov 11, 2013, at 4:04 PM, Alexandre Bergel wrote: > hi! > > Here are some resutls of the Pharo sprint: > > https://pharo.fogbugz.com/f/cases/12139/Navigating-in-menus > http

Re: [Pharo-dev] to integrate :-)

2013-11-11 Thread Camillo Bruni
nice :) BTW, if anybody is interested, you can run the CI validation locally ;) http://smalltalkhub.com/#!/~Pharo/ci On 2013-11-11, at 20:04, Alexandre Bergel wrote: > hi! > > Here are some resutls of the Pharo sprint: > > https://pharo.fogbugz.com/f/cases/12139/Navigating-in-menus > https:/

Re: [Pharo-dev] About MenuModel

2013-11-11 Thread Benjamin
It used to be a block. Now you can actually use both of them, with a subtile difference which is that the result of the block will not act one the model unlike a MenuModel which will add its shortcuts to the model by its own. I will write a presentation mail this evening to explain this a bit be

Re: [Pharo-dev] How to test UI staff?

2013-11-11 Thread Juraj Kubelka
Thanks for the explanation! Cheers, Jura El 11-11-2013, a las 16:04, Camillo Bruni escribió: > On 2013-11-11, at 18:41, Juraj Kubelka wrote: >> Hi! >> >> I am trying to fix bug 12138 >> (https://pharo.fogbugz.com/f/cases/12138/Finding-a-class-is-kind-of-broken) >> >> And I would like to wri

[Pharo-dev] How to get menu popping up

2013-11-11 Thread Stéphane Ducasse
We are trying to fix the ChangeSorter because the menu are broken. So we did ChangeSorterApplication>>changeSetMenu1: aMenu shifted: isShifted "Set up aMenu to hold commands for the change-set-list pane. This could be for a single or double changeSorter" aMenu title: '

Re: [Pharo-dev] about addMenuGroup:

2013-11-11 Thread Benjamin
In fact, I remember why I put it there :) There is a method for creating groups with block, and I think it should be prefered Ben On 11 Nov 2013, at 19:30, Stéphane Ducasse wrote: > Hi ben > > addMenuGroup: is categorized in private but the examples uses it so I imagine > that the category

Re: [Pharo-dev] about addMenuGroup:

2013-11-11 Thread Benjamin
I do confirm :) Ben On 11 Nov 2013, at 19:30, Stéphane Ducasse wrote: > Hi ben > > addMenuGroup: is categorized in private but the examples uses it so I imagine > that the category should be changed. > Can you confirm it? > > Stef

Re: [Pharo-dev] How to test UI staff?

2013-11-11 Thread Camillo Bruni
On 2013-11-11, at 18:41, Juraj Kubelka wrote: > Hi! > > I am trying to fix bug 12138 > (https://pharo.fogbugz.com/f/cases/12138/Finding-a-class-is-kind-of-broken) > > And I would like to write test like that: > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > testSearchSel

[Pharo-dev] About MenuModel

2013-11-11 Thread Stéphane Ducasse
Hi Ben We do not understand MenuModel in the example we have menu := MenuModel new. … group1 := MenuGroupModel new. item11 := MenuItemModel new name: [ TimeStamp now asString ]; enabled: [ TimeStamp now seconds even ];

[Pharo-dev] to integrate :-)

2013-11-11 Thread Alexandre Bergel
hi! Here are some resutls of the Pharo sprint: https://pharo.fogbugz.com/f/cases/12139/Navigating-in-menus https://pharo.fogbugz.com/f/cases/12137/Temporary-variables-are-not-added-properly Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:

[Pharo-dev] about addMenuGroup:

2013-11-11 Thread Stéphane Ducasse
Hi ben addMenuGroup: is categorized in private but the examples uses it so I imagine that the category should be changed. Can you confirm it? Stef

Re: [Pharo-dev] About MenuItemModel

2013-11-11 Thread Camillo Bruni
#action is most probably a ValueHolder, no? On 2013-11-11, at 19:12, Stéphane Ducasse wrote: > Hi ben > > do I get it correctly that we pass a block to a block for action > > action: aBlock > > action value: aBlock > > are you sure that you want a block as argument of a block. > > I w

[Pharo-dev] About MenuItemModel

2013-11-11 Thread Stéphane Ducasse
Hi ben do I get it correctly that we pass a block to a block for action action: aBlock action value: aBlock are you sure that you want a block as argument of a block. I would prefer that action is simply a block. Stef

[Pharo-dev] How to test UI staff?

2013-11-11 Thread Juraj Kubelka
Hi! I am trying to fix bug 12138 (https://pharo.fogbugz.com/f/cases/12138/Finding-a-class-is-kind-of-broken) And I would like to write test like that: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- testSearchSelectAndOK |classes | waitSemaphore := Semaphore ne

Re: [Pharo-dev] Large difference in image size when loading configuration

2013-11-11 Thread Camillo Bruni
I think so, for each method view there is an SHTextStyler / SHTextStylerST80 which computes the colors for styling in a background process. At least that part of your problem is coherent. Though I still have no idea why the styler would fail and hang the process, so far I never experienced th

Re: [Pharo-dev] Unexpected block variable change of value

2013-11-11 Thread Max Leske
Not sure if it’s related to your issue but I’ve been seeing swapped temporary variables in the debugger. The value used for execution is correct but in the view two variables will have the value of the other. Are you sure that the value *effectively* changes or could it be a visualization proble

Re: [Pharo-dev] Large difference in image size when loading configuration

2013-11-11 Thread p...@highoctane.be
I then signalled the semaphores (Alt-S in the process browser and the processes went away). Size of SHRange is now: SHRange allInstances size. 217381 (After a couple GCs). Are these things created when one views methods in the browser ? Phil On Mon, Nov 11, 2013 at 6:09 PM, p...@highoctane.be

[Pharo-dev] Unexpected block variable change of value

2013-11-11 Thread btc
I'm not sure if I'm missing something, but there seems some strange behavior that I don't understand. The value of a block variable changes when stepping over a method that acts on that variable. I encountered this in Spec, but that seems co-incidental to the behaviour. SETUP 1. The attache

Re: [Pharo-dev] Large difference in image size when loading configuration

2013-11-11 Thread p...@highoctane.be
Yeah, that's a tad weird. I am quite concerned about that image ballooning effect. I've got a dev image and it is now 185.515.948 I did the flush thing MCFileBasedRepository flushAllCaches. 3 timesRepeat: [Smalltalk garbageCollect]. and now, it is 158.740.484 SpaceTally new printSpaceAnalysis

Re: [Pharo-dev] Large difference in image size when loading configuration

2013-11-11 Thread Sven Van Caekenberghe
On 11 Nov 2013, at 15:51, p...@highoctane.be wrote: > Image size goes back to: > > 29.068.612 > > Looks like all package contents are cached in the image… But by a factor 3 ?? > Phil > > > > On Mon, Nov 11, 2013 at 1:32 PM, Mariano Martinez Peck > wrote: > Phil, what happens if you evalu

Re: [Pharo-dev] Large difference in image size when loading configuration

2013-11-11 Thread p...@highoctane.be
Image size goes back to: 29.068.612 Looks like all package contents are cached in the image... Phil On Mon, Nov 11, 2013 at 1:32 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > Phil, what happens if you evaluate (and save after) to the big image: > > MCFileBasedRepository flushAl

Re: [Pharo-dev] Questions about Athens

2013-11-11 Thread kilon alios
sorry previous stack was for slightly diffirent code this is the correct one UndefinedObject(Object)>>doesNotUnderstand: #drawDuring: Hyperion>>render Hyperion>>drawOn: FormCanvas(Canvas)>>draw: FormCanvas(Canvas)>>drawMorph: Hyperion(Morph)>>fullDrawOn: in Block: [ ... FormCanvas>>roundCornersOf:

Re: [Pharo-dev] Questions about Athens

2013-11-11 Thread kilon alios
Igor I am trying your session code but it does not work for me. I still get the red box of doom. This is the method checkSession session == Smalltalk session ifFalse: [ surface := surface := AthensCairoSurface extent: self extent. . session := Smalltalk session. ] and This is my full stack NB

Re: [Pharo-dev] Who is Penelope, Ulysse's wife?

2013-11-11 Thread p...@highoctane.be
Here: (once maintenance window is closed) http://bugs.pharo.org/ She allows the input of issues for people without FogBugz login etc I think. One should give us the full story on Ulysse the monkey for issues tests and Penelope Phil On Mon, Nov 11, 2013 at 2:04 PM, Alexandre Bergel wrote:

[Pharo-dev] declareTempAndPaste:

2013-11-11 Thread Alexandre Bergel
Hi! Many of us have discovered that in the last Pharo adding a temporary variable is added before the | .. | part of the section. Pablo Estefo and I spend time on understanding where this comes from. But since this is deep into the compilation chain, it would be great if an expert (Marcus ? :-

Re: [Pharo-dev] In-memory FileSystem write streams not being polymorphic

2013-11-11 Thread Camillo Bruni
On 2013-11-11, at 14:19, Nicolás Papagna Maldonado wrote: > Hi all! > > I've been working in a fix of PharoFilesOpener and decided to test the > current behavior first before changing it, so I extracted the dependency to > FileSystem and tried to use an instance created through FileSystem me

Re: [Pharo-dev] Who is Penelope, Ulysse's wife?

2013-11-11 Thread Benjamin
Penelope was the monkey used to migrate from Google issue tracker to fogbugz :) Ben On 11 Nov 2013, at 14:04, Alexandre Bergel wrote: > Looks like to be a robot, but apparently she is able to fill bug entries? > > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre

[Pharo-dev] In-memory FileSystem write streams not being polymorphic

2013-11-11 Thread Nicolás Papagna Maldonado
Hi all! I've been working in a fix of PharoFilesOpener and decided to test the current behavior first before changing it, so I extracted the dependency to FileSystem and tried to use an instance created through FileSystem memory for testing. The code gets the write stream for a file and then send

[Pharo-dev] Who is Penelope, Ulysse's wife?

2013-11-11 Thread Alexandre Bergel
Looks like to be a robot, but apparently she is able to fill bug entries? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

[Pharo-dev] Contributor in Pharo30Inbox

2013-11-11 Thread Alexandre Bergel
Hi! Someone can add "abergel" to the contributors please? http://smalltalkhub.com/#!/~Pharo/Pharo30Inbox/contributors Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-dev] Bugs and files sites down?

2013-11-11 Thread Max Leske
pharo.fogbugz.com is still online though. On 11.11.2013, at 13:47, Max Leske wrote: > I just forwarded the INRIA announcement to the list: due to maintenance > files.pharo.org and get.pharo.org will remain down for the day. > > Max > > > On 11.11.2013, at 13:36, Pablo Estefó wrote: > >> Hi

Re: [Pharo-dev] Bugs and files sites down?

2013-11-11 Thread Max Leske
I just forwarded the INRIA announcement to the list: due to maintenance files.pharo.org and get.pharo.org will remain down for the day. Max On 11.11.2013, at 13:36, Pablo Estefó wrote: > Hi guys, > > We are trying to start the Pharo Sprint here at DCC UChile but the sites > files.pharo.org

[Pharo-dev] Fwd: [ci-announces] CI shutdown on the 11th of November

2013-11-11 Thread Max Leske
files.pharo.org and get.pharo.org will remain DOWN for the rest of the day. Begin forwarded message: > From: Emmanuel Jeanvoine > Subject: Re: [ci-announces] CI shutdown on the 11th of November > Date: 9. November 2013 09:00:31 MEZ > To: ci-announ...@inria.fr > Reply-To: Emmanuel Jeanvoine > >

[Pharo-dev] Bugs and files sites down?

2013-11-11 Thread Pablo Estefó
Hi guys, We are trying to start the Pharo Sprint here at DCC UChile but the sites files.pharo.org / bugs.pharo.org seems to be down. Cheers, Pablo

Re: [Pharo-dev] Large difference in image size when loading configuration

2013-11-11 Thread Mariano Martinez Peck
Phil, what happens if you evaluate (and save after) to the big image: MCFileBasedRepository flushAllCaches. 3 timesRepeat: [Smalltalk garbageCollect]. On Mon, Nov 11, 2013 at 8:30 AM, p...@highoctane.be wrote: > [User.Techlab] → du -hs package-cache > 5.3Mpackage-cache > > Phil > > On Mon,

Re: [Pharo-dev] PharoSounds is not heard

2013-11-11 Thread Mariano
The file could be downloded from: http : / / psiware.t28.net / downloads / mainLoopMG2.zip It is a 16bits, mono and 44khz wave file. Best regards, Mariano On Sat, 09 Nov 2013 08:14:56 -0300, Stéphane Ducasse wrote: On Nov 9, 2013, at 2:57 AM, Stéphane Ducasse wrote: 5. Test if so

Re: [Pharo-dev] PharoSounds is not heard

2013-11-11 Thread Mariano
Hi All, I am using the Pharo 3.0, the latest version #30557. The vm used is the one that comes in the zip file, I think that they are the latest stable. Best regards, Mariano On Sat, 09 Nov 2013 04:34:22 -0300, jannik.laval wrote: Hi Mariano, Which Pharo do you use ? In Pharo 2, your

Re: [Pharo-dev] PharoSounds is not heard

2013-11-11 Thread J.F. Rick
I was able to use the vm-sound-pulse.so from the Squeak VM to get Pharo on Ubuntu to play sound. For whatever reason, it doesn't work anymore. I think the big problem is that sound is based on a 32-bit code and the 64-bit Ubuntu does not work with it. Cheers, Jeff On Sat, Nov 9, 2013 at 12:14 P

Re: [Pharo-dev] Large difference in image size when loading configuration

2013-11-11 Thread p...@highoctane.be
[User.Techlab] → du -hs package-cache 5.3Mpackage-cache Phil On Mon, Nov 11, 2013 at 11:41 AM, Sven Van Caekenberghe wrote: > What is the total size of the package-cache, like du -hs ? > Could it be the same size of the difference in image size ? > That would mean that the contents of the pa

Re: [Pharo-dev] Refactoring on more than one method

2013-11-11 Thread Tudor Girba
Running a test happens with Cmd+j, cmd+m (for a method), or Cmd+j, cmd+c (for a class). Doru On Mon, Nov 11, 2013 at 11:28 AM, Norbert Hartl wrote: > Is cmd-t something different than running a test? > > Norbert > > Am 10.11.2013 um 23:59 schrieb Alexandre Bergel : > > > Stef showed me Cmd-t,

Re: [Pharo-dev] Large difference in image size when loading configuration

2013-11-11 Thread Sven Van Caekenberghe
What is the total size of the package-cache, like du -hs ? Could it be the same size of the difference in image size ? That would mean that the contents of the packages themselves is cached in the image... On 11 Nov 2013, at 10:39, p...@highoctane.be wrote: > I am experiencing the following whil

Re: [Pharo-dev] Refactoring on more than one method

2013-11-11 Thread Norbert Hartl
Is cmd-t something different than running a test? Norbert Am 10.11.2013 um 23:59 schrieb Alexandre Bergel : > Stef showed me Cmd-t, really really cool! > Pharo is all moving to a nice direction. > > Alexandre > > > On Nov 10, 2013, at 4:11 PM, Nicolas Cellier > wrote: > >> Thanks for shar

[Pharo-dev] Large difference in image size when loading configuration

2013-11-11 Thread p...@highoctane.be
I am experiencing the following while loading my configuration. REPO=http://www.smalltalkhub.com/mc/philippeback/HOWebStack/main ./pharo Pharo.image config $REPO ConfigurationOfHOWebStack --install=0.4 Everything loads fine. But: with a package-cache/ empty, the final image is: 44.452.060 with

Re: [Pharo-dev] files.pharo.org get.pharo.org down.

2013-11-11 Thread kilon alios
dont know if that plays that role but i think i saw here an annoucement that inria would be down on monday. I also tried to get images with pharolauncher and it failed. On Mon, Nov 11, 2013 at 10:46 AM, p...@highoctane.be wrote: > > No way to download anything, including from the pharo-project h

Re: [Pharo-dev] vmLatest zeroconf problem

2013-11-11 Thread Sven Van Caekenberghe
On 11 Nov 2013, at 09:07, p...@highoctane.be wrote: > Now get.pharo.org looks like dead. There is scheduled maintenance going on (it’s a holiday, http://en.wikipedia.org/wiki/Armistice_Day).

Re: [Pharo-dev] vmLatest zeroconf problem

2013-11-11 Thread Max Leske
Does the same happen with bash? The scripts were written for bash, not sh, so there might be slight differences in execution… On 10.11.2013, at 22:06, Tudor Girba wrote: > I seem to get a problem with the latest zero conf scripts when downloading > only the latest VM. > > I can reproduce th

Re: [Pharo-dev] vmLatest zeroconf problem

2013-11-11 Thread Max Leske
Might be related to the maintenance at INRIA. On 11.11.2013, at 09:07, p...@highoctane.be wrote: > Now get.pharo.org looks like dead.

[Pharo-dev] files.pharo.org get.pharo.org down.

2013-11-11 Thread p...@highoctane.be
No way to download anything, including from the pharo-project homepage.

Re: [Pharo-dev] vmLatest zeroconf problem

2013-11-11 Thread p...@highoctane.be
Now get.pharo.org looks like dead.