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
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
>
>
>
> -
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
>
> 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 |
>
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
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
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
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
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
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
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
--
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
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
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
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
>
> 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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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:/
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
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
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: '
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
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
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
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 ];
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
^~:
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
#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
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
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
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
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
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
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
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
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
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
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:
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
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:
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
? :-
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
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
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
Looks like to be a robot, but apparently she is able to fill bug entries?
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
Someone can add "abergel" to the contributors please?
http://smalltalkhub.com/#!/~Pharo/Pharo30Inbox/contributors
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
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
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
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
>
>
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
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,
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
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
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
[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
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,
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
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
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
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
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).
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
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.
No way to download anything, including from the pharo-project homepage.
Now get.pharo.org looks like dead.
77 matches
Mail list logo