[Pharo-dev] Commit rights to pharo30inbox

2013-11-30 Thread Nicolai Hess
hi I want to contribute to pharo and would like to have commit rights to pharo30inbox. username : NicolaiHess regards Nicolai

[Pharo-dev] smalltalkhub.com down?

2013-12-01 Thread Nicolai Hess
smalltalkhub.com is not accessible from mcbrowser. (Is it right, that the smalltalkhub.com webadress shows the same page as bugs.pharo.org) Nicolai

[Pharo-dev] smalltalkhub.com down?

2013-12-01 Thread Nicolai Hess
smalltalkhub.com is not accessible from mcbrowser. (Is it right, that the smalltalkhub.com shows the same

Re: [Pharo-dev] how i can browse the users of some trait?

2013-12-03 Thread Nicolai Hess
2013/12/3 Igor Stasenko siguc...@gmail.com namely, TClass cmd-shift-N doesn't helps -- Best regards, Igor Stasenko. TClass users or Menu Browse users in System browser?

[Pharo-dev] vm patch for issue-11293

2013-12-03 Thread Nicolai Hess
Hi, can someone take a look at issue 11293? There are actually two causes. One on the image side. My solution is to catch DirectoryDoesNotExist in FileList, but maybe there is a better solution. (Don't try to access unreadable directories?). The other one is on the vm-side. This vm uses a windows

Re: [Pharo-dev] vm patch for issue-11293

2013-12-03 Thread Nicolai Hess
2013/12/3 p...@highoctane.be p...@highoctane.be On Github, the pharo-vm has only one place for GetFileAttributesEx and that's in platforms/win32/vm/sqWin32Directory.c l366-368 It is GetFileAttributesExW by the way and inside: int dir_EntryLookup(char *pathString, int pathLength, char*

Re: [Pharo-dev] Pharo magic

2013-12-06 Thread Nicolai Hess
This seems to be a good place to introduce myself. My Name is Nicolai Hess, I follow the squeak (and pharo) community for some years (~10). (Not as an *active* member in that time, but a little bit more the last days:-) I am a software developer, most time working with c++ and java. Every time I

[Pharo-dev] Systemtools and roadmap for pharo3

2013-12-09 Thread Nicolai Hess
Hi there, I have a couple of questions about Systemtools (Messagebrowser, Browser, Changesorter ...). Is there roadmap for pharo3, on what are you working, what should work for the next release. I filed (and fixed) some bugs. And have some more. But I don't want to do this if some of the tools

Re: [Pharo-dev] self item returns a string

2013-12-11 Thread Nicolai Hess
2013/12/11 Stéphane Ducasse stephane.duca...@inria.fr On Dec 11, 2013, at 10:31 AM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: Sorry but I wrote part of this code 3 years ago, so I really do not remember :( No problem. We tried during 30 min with pavel but failed. We should

Re: [Pharo-dev] Using TreeModelselectAll

2013-12-11 Thread Nicolai Hess
One thing I didn't understand is, are valueholders supposed to announce changes, even if the value didn't changed? |log node | log := OrderedCollection new. node:= TreeNodeModel new content: $a; whenSelectedChanged:[:item | self halt.log add:item]; selected: true; selected: true; selected: true.

Re: [Pharo-dev] strange bug when opening the morph menu

2013-12-14 Thread Nicolai Hess
Ah, that one. I thought you meant the window menu from the little arrow icon on the right. 2013/12/14 Tudor Girba tu...@tudorgirba.com What do you mean by slow? The problem is that the morph menu (Cmd+Shift+RightClick) does not open when the title is too large. Cheers, Doru On Sat,

Re: [Pharo-dev] strange bug when opening the morph menu

2013-12-14 Thread Nicolai Hess
If you press and hold the mousebutton the menu is visible. If you just click the mousebutton the menu flashes for a short time and the window is in grab mode. Actually the grab-menu item is selected, because the menu is such wide, that it does not open beneath the mouse pointer, and so the mouse

[Pharo-dev] Nautilus as default/only Systembrowser for pharo3

2013-12-16 Thread Nicolai Hess
Hi, is Nautilus supposed to be the default or only Systembrowser for the next Pharo release? Nicolai

Re: [Pharo-dev] Nautilus as default/only Systembrowser for pharo3

2013-12-16 Thread Nicolai Hess
2013/12/16 Marcus Denker marcus.den...@inria.fr On 16 Dec 2013, at 12:53, Nicolai Hess nicolaih...@web.de wrote: Hi, is Nautilus supposed to be the default or only Systembrowser for the next Pharo release? Default. The release will just be what you download now plus fixes

[Pharo-dev] can not update pharo

2013-12-16 Thread Nicolai Hess
Can not update pharo (my current version is 30645) MCSmalltalkhubRepository(Object)error: Could not load ScriptLoader30-MarcusDenker.779.mcz: ZnHttpUnsuccessful: 400 Bad Request

Re: [Pharo-dev] can not update pharo

2013-12-17 Thread Nicolai Hess
2013/12/17 Marcus Denker marcus.den...@inria.fr On 16 Dec 2013, at 23:31, Nicolai Hess nicolaih...@web.de wrote: Can not update pharo (my current version is 30645) MCSmalltalkhubRepository(Object)error: Could not load ScriptLoader30-MarcusDenker.779.mcz: ZnHttpUnsuccessful: 400 Bad

[Pharo-dev] Reviewing fixes from inbox

2013-12-17 Thread Nicolai Hess
Some questions on inbox and reviewing bug fixes. If I want to review a change, I do the this - with the latest pharo3 image - open pharo30inbox in monticello - select a slice load or merge the change What is the preferred way, load or change the slice? What if there are more than one slice for

[Pharo-dev] inspect slices

2013-12-17 Thread Nicolai Hess
How can I find out the changes from a slice that is already included in the main image? For example, my current image is 30650. The slice for issue 12288 is in the main image since version 30611. I would like to see the changes from this slice for the image 30610. The issue description and the

Re: [Pharo-dev] inspect slices

2013-12-18 Thread Nicolai Hess
2013/12/18 Marcus Denker marcus.den...@inria.fr On 18 Dec 2013, at 00:26, Nicolai Hess nicolaih...@web.de wrote: How can I find out the changes from a slice that is already included in the main image? So what I just do is to “merge” — if empty, all changes are in. Marcus

[Pharo-dev] PackageTreeNautilus (undestroyable?)

2013-12-19 Thread Nicolai Hess
Hi, I recently noticed a awful big number of Announcer instances (thousends). I traced them back to PackageTreeNautilus. I closed the unsaved image and reopened pharo. I couldn't reproduce this but found out, that if you opened Nautilus once, there will allways be one instance of

Re: [Pharo-dev] Nautilus as default/only Systembrowser for pharo3

2013-12-24 Thread Nicolai Hess
2013/12/24 kilon alios kilon.al...@gmail.com I agree too , having realistic expectations is the wise thing to do. All of us want the Stars and the Moon , the question is what we can really have and that we all or at least most of us do contribute even in very small portions. Whats better way

[Pharo-dev] Class comment versioning

2013-12-25 Thread Nicolai Hess
Are different versions of class comments stored somewhere? Looking at RGCommentDefinition, class comments can have a timestamp. But I couldn't found a way to browse class comment versions. regards Nicolai

[Pharo-dev] MessageBrowser doesn't play well with RGCommentDefinition as search results

2013-12-26 Thread Nicolai Hess
Hi, I am about to file in a whole bunch of issues regarding MessageBrowser. All are related to search result of the kind RGCommentDefinition. These are collected by SystemNavigation or doing a search: class comments with it or method source with it. Most of you may not recognize these bugs, as

Re: [Pharo-dev] Call for fixing the selection in the debugger

2013-12-27 Thread Nicolai Hess
On problem with the current solution (from 12144) is that TextModels readSelectionHolder is not updated when setSelection: is called. So, if you read the selection from the PluggableTextMorph it has always the same value (from its initialization) and not the actual selection (if you use the mouse

Re: [Pharo-dev] Nautilus: Selection and Drag Drop Redux

2013-12-29 Thread Nicolai Hess
I am suprised multiselection is used at all. I could not get it to select what I want. I can only select one item, shift-click for another item and all items between are selected, too. And deselecting items in between is not possible. (Tested on Windows platform). Does multiselection (doing

[Pharo-dev] FogBugz status change

2013-12-29 Thread Nicolai Hess
Can everybody change the status of an issue? I would like to change 12521 from *Resolved (Fix Reviewed by the Monkey**)* *to* Resolved (Fix To Include) Or how does reviewing work? Nicolai

Re: [Pharo-dev] Pharo3 issues

2013-12-30 Thread Nicolai Hess
for issue 12223 https://pharo.fogbugz.com/default.asp?12223 please revert the changes done for editing history in Nautilus. It makes more trouble than it helps. It is a nice feature, but it is implementation has too many side effects (discard changes on close, lose changes when jump through the

Re: [Pharo-dev] debugger broken?

2013-12-30 Thread Nicolai Hess
Actually it is the text selection that is broken, caused by 12144 https://pharo.fogbugz.com/default.asp?12144 and will be fixed with 12521 https://pharo.fogbugz.com/default.asp?12521 (waits for integration). BTW, I don't know if it is platform related, but on windows you can actually use CMD-P

Re: [Pharo-dev] [Issue tracker] Help needed for reviews

2014-01-03 Thread Nicolai Hess
2014/1/3 Hilaire Fernandes hilaire.fernan...@gmail.com Le 03/01/2014 10:31, Marcus Denker a écrit : From then the change was made *other* changes have been done. “Change” will show *all* differences, both the ones other integrations did to the package as well as the changes of the slice.

Re: [Pharo-dev] Nautilus and Traits

2014-01-03 Thread Nicolai Hess
2014/1/3 Marcus Denker marcus.den...@inria.fr On 03 Jan 2014, at 16:48, Torsten Bergmann asta...@gmx.de wrote: Hi, in Nautilus there is a menu Analyze - Class refs... to see where a class is used. When I select a trait it is not displayed in the menu, but CMD+N is also working

[Pharo-dev] Soundplugin for Windows/Linux

2014-01-03 Thread Nicolai Hess
Can someone change PharoVM build configs regarding issue 12493 https://pharo.fogbugz.com/default.asp?12493 Sound does not work for Windows and Linux VMs because windows) PharoVMBuilder does not include soundplugin in the windows config linux) vm-sound-alsa has unresolved externals - can not be

[Pharo-dev] issue 12506 Vm crashes vm when testing updates [A-L]

2014-01-05 Thread Nicolai Hess
My observations for issue 12506 - I can reproduce it on linux - segfault happens in primtiveNextInstance - tests A-L worked in 30663 - tests A-L segfault since 30664 - doesn't segfaults anymore if you open the image, change some code, save and close the image - it segfaults if you just run a

Re: [Pharo-dev] issue 12506 Vm crashes vm when testing updates [A-L]

2014-01-05 Thread Nicolai Hess
2014, at 12:08, Nicolai Hess nicolaih...@web.de wrote: My observations for issue 12506 - I can reproduce it on linux - segfault happens in primtiveNextInstance - tests A-L worked in 30663 - tests A-L segfault since 30664 - doesn't segfaults anymore if you open the image, change some code

[Pharo-dev] Shortcuts for tools

2014-01-05 Thread Nicolai Hess
Can someone please comment on 12103 https://pharo.fogbugz.com/default.asp?12103 shortcuts for tools. It just doesn't work for me. But having this shortcuts would be cool. Nicolai

Re: [Pharo-dev] Can we override == in Pharo ?

2014-01-06 Thread Nicolai Hess
2014/1/6 Clément Bera bera.clem...@gmail.com Hello, here I have a class A== ^ true Now: a := A new. b := A new. a == b Answers false a perform: #== with: b Answers true Do I have to remove the usage of the byte code for #== in the compiler to be able to override == ? No,

Re: [Pharo-dev] [pharo-project/pharo-core] 0327dc: 30673

2014-01-06 Thread Nicolai Hess
That's cheating :) 2014/1/6 Esteban Lorenzano esteba...@gmail.com green again… cool :) On 06 Jan 2014, at 10:54, GitHub nore...@github.com wrote: Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 0327dcd90fc34d638a6286e0b14d64ecfa85a438

[Pharo-dev] slice maker and dirty packages

2014-01-06 Thread Nicolai Hess
I have a freshly 30673 image. Made a change in package Nautilus. Create a new slice and Slice Maker marks package Spec-Debugger as dirty. But I don't have any changes in Spec-Debugger.

Re: [Pharo-dev] fixing the search in the MC browser would be sooooo cool

2014-01-07 Thread Nicolai Hess
Slice in pharo30 inbox. (case 12542) Filter searches now with lowercase packagename. 2014/1/7 Goubier Thierry thierry.goub...@cea.fr Le 07/01/2014 11:09, Stéphane Ducasse a écrit : Sometimes I type Morphic to see all the packages of morphic and I do not get them at all just Polymorph

Re: [Pharo-dev] Please Review Issue 12592: Text Embedded Morphs Broken

2014-01-08 Thread Nicolai Hess
2014/1/8 Sean P. DeNigris s...@clipperadams.com Fix in inbox: SLICE-Issue-12592-Text-Embedded-Morphs-Broken-SeanDeNigris.1 The following causes a DNU without the fix, works after: text := (Text withAll: 'foo') , (Text string: (Character value: 1) asString attribute: (TextAnchor new

[Pharo-dev] Anyone working with Komitter

2014-01-08 Thread Nicolai Hess
Anyone working with komitter on Windows? Or is it just me getting this (issue 12508https://pharo.fogbugz.com/default.asp?12508) ?

Re: [Pharo-dev] [Issue tracker] 46 issues in TODO for Pharo3

2014-01-08 Thread Nicolai Hess
2014/1/8 Tudor Girba tu...@tudorgirba.com Thanks Marcus for keeping us focused. Doru On Wed, Jan 8, 2014 at 8:46 AM, Marcus Denker marcus.den...@inria.frwrote: Hi, We have 46 issues that are rated “Must fix” or higher for Pharo3 https://pharo.fogbugz.com/f/filters/64/3-0-TODO Please

Re: [Pharo-dev] Do you want to accept???????? Discard???????

2014-01-08 Thread Nicolai Hess
2014/1/8 Sean P. DeNigris s...@clipperadams.com Pharo3.0 Latest update: #30678 This seems reproducible: 1. In Nautilus, browse a class that has a class comment 2. Bring up the comment pane 3. Edit the comment 4. Click the Class side checkbox Also (don't know if it's related): 1. In

Re: [Pharo-dev] Do you want to accept???????? Discard???????

2014-01-08 Thread Nicolai Hess
2014/1/9 Igor Stasenko siguc...@gmail.com On 8 January 2014 22:04, dimitris chloupis theki...@yahoo.co.uk wrote: I don't like an app that does not ask for my confirmation , because I tend to do a lot of stupid mistakes along the way and I want to be able to fix everyone of them even

Re: [Pharo-dev] Do you want to accept???????? Discard???????

2014-01-09 Thread Nicolai Hess
I made a new bug report, not for removing the question dialog but for fixing the bug that it is uncloseable. 12605 https://pharo.fogbugz.com/default.asp?12605 promptForCancel is sometimes unclosable 2014/1/9 Igor Stasenko siguc...@gmail.com On 9 January 2014 14:03, Marcus Denker

[Pharo-dev] How to handle merge conflicts?

2014-01-09 Thread Nicolai Hess
How are merge conflicts handled? If you look at issue 7542 https://pharo.fogbugz.com/default.asp?7542 there is a merge conflict with the current version and SLICE-Issue-7542-NB-system-example-IgorStasenko.2 The current version usess Smalltalk compiler new ... and igors version uses Smalltalk

[Pharo-dev] Nautilus: Package file-outs are empty

2014-01-09 Thread Nicolai Hess
Regarding issue 12589. How should we do a file-out of a classTag from a Package? Nautilus and RPackageTag uses the RPackageTag name for display and file-outs. For example. RPackageTag BasicObjects in RPackage Kernel uses the name BasicObjects for the file-out file. The file is empty, because it

[Pharo-dev] compiler compile vs compiler translate (issue 12442)

2014-01-10 Thread Nicolai Hess
Can someone take a look on my comment for issue 12442. Calling compiler ... translate instead of compile makes sure that textchanges are reparsed and the textview is properly updated. But I am not sure about the side effects and if this is the right place to change the compile call. regards

[Pharo-dev] unlink a case in fogbugz

2014-01-10 Thread Nicolai Hess
I accidently put the wrong case xxx in the description of one issue. In 12621 I wrote case 12442 instead of case 12449. Now after I corrected this, in case 12621 is a link to both, case 12442 and 12449. I don'tnow how to remove this link. (And in case 12442 is a link to case 12621) Nicolai

Re: [Pharo-dev] Pharo 3.0 not responding to mouse or keyboard after launch

2014-01-11 Thread Nicolai Hess
2014/1/11 Martin McClure mar...@hand2mouse.com On 01/11/2014 12:17 AM, Hernán Morales Durand wrote: Didn't tried myself but there is a tracing library for X called xscope. Is not included by default in most distros. http://xorg.freedesktop.org/archive/individual/app/xscope-1.4.tar.gz

Re: [Pharo-dev] compiler compile vs compiler translate (issue 12442)

2014-01-11 Thread Nicolai Hess
| self source: ex newSource readStream. retry := true. ]. retry ] whileTrue. ^ ast On 11 January 2014 00:32, Nicolai Hess nicolaih...@web.de wrote: Can someone take a look on my comment for issue 12442. Calling compiler ... translate instead of compile makes sure

Re: [Pharo-dev] Nautilus Accept Weirdness

2014-01-13 Thread Nicolai Hess
2014/1/13 Sean P. DeNigris s...@clipperadams.com In 30690, sometimes pressing cmd+s in the Nautilus code pane throws up the dreaded discard edits confirmation pop up, and then after confirming, all the packages in the tree get crunched up (i.e. lose their layout and overlap each other at the

Re: [Pharo-dev] Pharo 3.0 not responding to mouse or keyboard after launch

2014-01-13 Thread Nicolai Hess
2014/1/13 Andres Valloud avall...@smalltalk.comcastbiz.net My friend, you need to believe :)... Ok, so with Cuis the image hangs (unresponsive to input) when the clock goes forward. With Pharo 2.0 (just checked), the image hangs when the clock goes backwards. To verify, simply create a new

[Pharo-dev] list methods with changes in a period of time

2014-01-13 Thread Nicolai Hess
How would you make a list of methods that changed in a period of time. For example: All methods with timestamp between 01/01/2014 01/10/2014. I know that most methods have a timestamp, but this includes the author as well and I don't know how to properly parse it. And is it possible to make a

Re: [Pharo-dev] list methods with changes in a period of time

2014-01-13 Thread Nicolai Hess
2014/1/13 Benjamin benjamin.vanryseghem.ph...@gmail.com On 13 Jan 2014, at 16:14, Nicolai Hess nicolaih...@web.de wrote: How would you make a list of methods that changed in a period of time. For example: All methods with timestamp between 01/01/2014 01/10/2014. you can do something like

Re: [Pharo-dev] Do you want to accept???????? Discard???????

2014-01-14 Thread Nicolai Hess
2014/1/8 Sean P. DeNigris s...@clipperadams.com Pharo3.0 Latest update: #30678 This seems reproducible: 1. In Nautilus, browse a class that has a class comment 2. Bring up the comment pane 3. Edit the comment 4. Click the Class side checkbox Also (don't know if it's related): 1. In

[Pharo-dev] after an software update the current changeset is unnamed - literally

2014-01-15 Thread Nicolai Hess
This is what happens duing an update (30697 - 30698) save old cs Unnamed new changes 30698-Pha-Update new changes ScriptLoader30-MarcusDenker.853 new changes 30698-Pha-Update new changes Metacello-MC-MarcusDenker.696 new changes 30698-Pha-Update ChangeSet cleanup new changes Unnamed

Re: [Pharo-dev] Announcer registry behaviour with Spy

2014-01-18 Thread Nicolai Hess
2014/1/14 b...@openinworld.com Igor Stasenko wrote: On 14 January 2014 14:04, b...@openinworld.com wrote: While investigating https://pharo.fogbugz.com/f/cases/12640/PhLTitledTreeModel-refresh-called-too-often I came across the following behaviour... 1. In Workspace do... Announcer

[Pharo-dev] MNU on PointerExplorer (build menu)

2014-01-19 Thread Nicolai Hess
Can someone take a look at 12458 https://pharo.fogbugz.com/default.asp?12458 PointerExplorer MNU MenuMorphaddGroup: (Ben ?) The problem is that it mixes MenuMorph and MenuModel based menu creation. I couldn't find a way to go one OR the other way. So I add the MenuItems from the MenuModel

Re: [Pharo-dev] [COTDC] 108 - NewValueHolder

2014-01-20 Thread Nicolai Hess
2014/1/20 Benjamin benjamin.vanryseghem.ph...@gmail.com On 20 Jan 2014, at 15:36, Sean P. DeNigris s...@clipperadams.com wrote: I had some questions about NewValueHolder and I figured, why not revive COTDC?! I loved it :) The current comment is: A NewValueHolder is a new

[Pharo-dev] NewVersionBrowser

2014-01-20 Thread Nicolai Hess
Hi, I finished case 11714 https://pharo.fogbugz.com/default.asp?11714NewVersionBrowser needs to be finished. The changes are integrated and the case is closed. What I did, I create a new SLICE with Benjamins latest changes cleaned from all merge conflicts. Add the missing pieces for diff display

Re: [Pharo-dev] NewVersionBrowser

2014-01-21 Thread Nicolai Hess
2014/1/21 Marcus Denker marcus.den...@inria.fr On 21 Jan 2014, at 00:19, Nicolai Hess nicolaih...@web.de wrote: Hi, I finished case 11714 https://pharo.fogbugz.com/default.asp?11714NewVersionBrowser needs to be finished. The changes are integrated and the case is closed. Very nice

Re: [Pharo-dev] DeepIntoPharo Book website

2014-01-21 Thread Nicolai Hess
2014/1/21 Torsten Bergmann asta...@gmx.de http://www.deepintopharo.com does not return anything. Is it only me? no, happens for me too.

Re: [Pharo-dev] FogBugz (Case [Issue]12566) Kernel - Added Behavior#dependentClasses

2014-01-21 Thread Nicolai Hess
2014/1/21 Alexandre Bergel alexandre.ber...@me.com I have fixed this. I think the fix is ready to be included. SLICE-Issue-12566-Added-BehaviordependentClasses-AlexandreBergel.2 This is an important fix Cheers, Alexandre On Jan 5, 2014, at 9:56 AM, Alexandre Bergel

Re: [Pharo-dev] FogBugz (Case [Issue]12566) Kernel - Added Behavior#dependentClasses

2014-01-21 Thread Nicolai Hess
2014/1/21 Alexandre Bergel alexandre.ber...@me.com No idea which status I have to set Alexandre On Jan 21, 2014, at 5:40 PM, Nicolai Hess nicolaih...@web.de wrote: 2014/1/21 Alexandre Bergel alexandre.ber...@me.com I have fixed this. I think the fix is ready to be included. SLICE-Issue

Re: [Pharo-dev] Fwd: New pharo questions for Jan 22 - Stack Exchange

2014-01-22 Thread Nicolai Hess
2014/1/22 Marcus Denker marcus.den...@inria.fr should the issue 7545 CMD click navigation not working under Windows / Linux https://pharo.fogbugz.com/f/cases/7545 be really on priority “On Hold”? How is that related to

Re: [Pharo-dev] New pharo questions for Jan 22 - Stack Exchange

2014-01-22 Thread Nicolai Hess
2014/1/22 Sven Van Caekenberghe s...@stfx.eu I quickly tested on Ubuntu 12.10 with a latest 30+VM Right-click for menus works. Ctrl-click for menus does not work. Command-click for browsing does not work, but brings up the menu ! So, it seems Command-click Control-click switched or are

[Pharo-dev] browsing comment versions

2014-01-22 Thread Nicolai Hess
Hi, someone interested in browsing older versions of class comments again? The ClassCommentVersionBrowser is gone, but I can add it to the NewVersionBrowser. Just some additional changes to class ChangeSet and NewVersionBrowser are needed. What do you think? nicolai

Re: [Pharo-dev] Font chooser broken (12704)

2014-01-25 Thread Nicolai Hess
2014/1/25 Sean P. DeNigris s...@clipperadams.com Nicolai Hess wrote Sean, can you look at my latest submission for 12704. It looks good. I made a few more small changes. Check my new slice… in the future I think we make a new issue with fixes to previously integrated fixes to keep

Re: [Pharo-dev] issue 12506 Vm crashes vm when testing updates [A-L]

2014-01-25 Thread Nicolai Hess
2014/1/6 Marcus Denker marcus.den...@inria.fr On 06 Jan 2014, at 00:58, Nicolai Hess nicolaih...@web.de wrote: These are the minimal steps I can use to reproduce the crash take the 30663 image running tests A-L - no crash open the image and execute: ScriptLoader new unloadPackage

Re: [Pharo-dev] execute external command?

2014-01-25 Thread Nicolai Hess
2014-01-25 Torsten Bergmann asta...@gmx.de For Windows have a look at OsWindows from config browser. There is a class Winprocess and the documentation on the Project page on Sthub includes many examples. You can execute blocking and non-blocking. Bye T. -- Diese Nachricht wurde von meinem

Re: [Pharo-dev] browsing comment versions

2014-01-25 Thread Nicolai Hess
2014-01-25 Pharo4Stef pharo4s...@free.fr What I would love is to find the bug that blocks me to edit comment :) On 22 Jan 2014, at 22:51, Nicolai Hess nicolaih...@web.de wrote: Hi, someone interested in browsing older versions of class comments again? The ClassCommentVersionBrowser

Re: [Pharo-dev] strange error in latest 3.0 -

2014-01-26 Thread Nicolai Hess
2014-01-26 Tudor Girba tu...@tudorgirba.com Hi, If I execute the following code in 30720: Gofer new smalltalkhubUser: 'Moose' project: 'MooseAlgos'; configuration; loadDevelopment. I get an emergency evaluator with a strange Original error: MessageNotUnderstood Traitlayout. Can

Re: [Pharo-dev] bugs with blocks

2014-01-27 Thread Nicolai Hess
2014-01-27 Marcus Denker marcus.den...@inria.fr On 26 Jan 2014, at 10:08, Camille Teruel camille.ter...@gmail.com wrote: [ [ ] ] prints: [ ] instead of: [ [ ] ] and [ :arg | [ arg ] ] prints: DoIt ^ [ :arg | [ arg ] ] yourself instead of: [ :arg | [ arg ] ] Apparently it's the

Re: [Pharo-dev] bugs with blocks

2014-01-27 Thread Nicolai Hess
2014-01-27 Camille Teruel camille.ter...@gmail.com On 27 janv. 2014, at 10:44, Camille Teruel camille.ter...@gmail.com wrote: On 27 janv. 2014, at 09:28, Clément Bera bera.clem...@gmail.com wrote: Hello, I don't think this line was there by mistake. In some cases, the activePC with

Re: [Pharo-dev] strange error in latest 3.0 -

2014-01-28 Thread Nicolai Hess
2014-01-27 Martin Dias tinchod...@gmail.com On Mon, Jan 27, 2014 at 7:10 AM, Tudor Girba tu...@tudorgirba.com wrote: I opened an issue: https://pharo.fogbugz.com/f/cases/12731/Traits-modifications-cause-a-DNU I marked it as a show stopper because right now you cannot load a package with

Re: [Pharo-dev] Issues 12717 and 12684

2014-01-28 Thread Nicolai Hess
2014-01-28 Pharo4Stef pharo4s...@free.fr On 28 Jan 2014, at 13:53, Pharo4Stef pharo4s...@free.fr wrote: Ben I still think that it would have been good to discuss the valueHolder changes in Spec before doing it. This has been discussed for 2-3 days before I made it actually. Where?

[Pharo-dev] No more MouseWheelEvents?

2014-01-28 Thread Nicolai Hess
How it comes we lost the MouseWheelEvents. The SimpleHierarchicalListMorph in FileList does not scroll on MouseWheelEvents. Or at least it worked that way in Pharo2. But now the MouseWheel creates a keyboardevent Ctrl-. (Other ListMorphs can handle this, but the ListMorph in FileList can not.)

Re: [Pharo-dev] Issues 12717 and 12684

2014-01-29 Thread Nicolai Hess
2014-01-29 Sean P. DeNigris s...@clipperadams.com Nicolai Hess wrote And I don't like the name either. I would prefere Binding or ValueBinding. Guys, I don't love the name either, but can we do a little better than I don't like it. The purpose of ValueHolder's existence was to notify

Re: [Pharo-dev] No more MouseWheelEvents?

2014-01-29 Thread Nicolai Hess
AM, Hilaire Fernandes hilaire.fernan...@gmail.com wrote: I am not exactly sure, but I think mouseWheelEvents were always simulated with Ctrl events. Hilaire Le 29/01/2014 00:06, Nicolai Hess a écrit : How it comes we lost the MouseWheelEvents. The SimpleHierarchicalListMorph

Re: [Pharo-dev] No more MouseWheelEvents?

2014-01-29 Thread Nicolai Hess
2014-01-29 Sean P. DeNigris s...@clipperadams.com Nicolai Hess wrote The blue rectangle looks like a drop indicator. you can drag another window over nautilus' package tree and you'll the this rectangle moving. Yes, and there is a bug. If you accidentally drop a non-package-related

Re: [Pharo-dev] Nautilus often loses context

2014-01-30 Thread Nicolai Hess
2014-01-30 Sabine Knöfel sabine.knoe...@gmail.com: me too, but it is only sometimes I can not tell, how to reproduce it. On Thu, Jan 30, 2014 at 8:31 PM, Johan Brichau jo...@inceptive.be wrote: Hi all, When working with Nautilus in Pharo 3, I often experience that the browser looses its

Re: [Pharo-dev] subscript out of bounds in protocol creation

2014-01-31 Thread Nicolai Hess
2014-01-31 Jordi Delgado jdelg...@lsi.upc.edu: Hi, I realized that sometimes, when creating new protocols, it appears an error subscript out of bounds: 1. I have not been able -yet- to reproduce it from a clean image, but it happens often (at least to me). It seems to me that it has

Re: [Pharo-dev] subscript out of bounds in protocol creation

2014-01-31 Thread Nicolai Hess
2014-01-31 Clément Bera bera.clem...@gmail.com: I had the same problem. I had to reload my project from a fresh image to solve it. Very hard to reproduce. In addition, after editing a few method you cannot anymore edit the class comment (you need to open another Nautilus to do it). That

[Pharo-dev] Can someone help me with this issue 12469 (Sometimes an empty protocol is created)

2014-02-01 Thread Nicolai Hess
I tried a dozen times to create a slice for the fix. Every time the slice marks the all classes and methods as changed, even so, I only changed some methods. Now I have finally uploaded a slice with only my changes but.. The Validator chooses an older slice for validation ? (

Re: [Pharo-dev] Can someone help me with this issue 12469 (Sometimes an empty protocol is created)

2014-02-01 Thread Nicolai Hess
2014-02-01 Sven Van Caekenberghe s...@stfx.eu: I believe Marcus said that the validator takes the highest numbered version. Yours is .2 and Ben's is .3 even though it is older. You can save a .4 one by manually editing the name just before saving. On 01 Feb 2014, at 18:29, Nicolai Hess

Re: [Pharo-dev] subscript out of bounds in protocol creation

2014-02-02 Thread Nicolai Hess
2014-02-02 Jordi Delgado jdelg...@lsi.upc.edu: Hi, I downloaded the most recent image with the most recent VM. I'm using a macbook air with Mountain Lion 10.8.5, image 30733 and System Reporter says: Virtual Machine ---

Re: [Pharo-dev] Soundplugin for Windows/Linux

2014-02-03 Thread Nicolai Hess
2014-01-04 Esteban Lorenzano esteba...@gmail.com: is in my todo before release... but patience :) On 04 Jan 2014, at 00:12, Nicolai Hess nicolaih...@web.de wrote: Esteban, is it still on your todo ? :-) Here are two other VM-Related issues 12231 https://pharo.fogbugz.com/default.asp

[Pharo-dev] Who invented Nautilus Groups (DynamicGroup/DynamicClassGroup)

2014-02-03 Thread Nicolai Hess
I don't get why a DynamicGroup manages a list of methods and not a list of classes like DyanmicClassGroup. If Nautilus tries to create the class list from a DyanicGroup group it takes awful long time if this Groups have more than 20-30 different classes (see issue 12780).

[Pharo-dev] OpalCompiler and Semantic analyzer

2014-02-03 Thread Nicolai Hess
Can someone with some background knowledget on the opal compiler, look at my fix for issue 12442. It seems to work, but I don't like it. There were 2 problems with OCUnusedVariableWarning, removing unused temps: 1. Removes the RBTemporaryNode and updates the source text but does not correct the

Re: [Pharo-dev] Who invented Nautilus Groups (DynamicGroup/DynamicClassGroup)

2014-02-03 Thread Nicolai Hess
2014-02-03 Benjamin benjamin.vanryseghem.ph...@gmail.com: On 03 Feb 2014, at 20:57, Nicolai Hess nicolaih...@web.de wrote: I don't get why a DynamicGroup manages a list of methods and not a list of classes like DyanmicClassGroup. Me for the title. And to answer shortly, to have groups

Re: [Pharo-dev] Nautilus often loses context

2014-02-04 Thread Nicolai Hess
things wrong here. I will try to dive into it... Johan On 30 Jan 2014, at 22:56, Nicolai Hess nicolaih...@web.de wrote: 2014-01-30 Sabine Knöfel sabine.knoe...@gmail.com: me too, but it is only sometimes I can not tell, how to reproduce it. On Thu, Jan 30, 2014 at 8:31 PM, Johan

Re: [Pharo-dev] Nautilus often loses context

2014-02-04 Thread Nicolai Hess
2014-02-04 Goubier Thierry thierry.goub...@cea.fr: Some of the fun: changing a method in a class in a package would bring all the contents of the package tree onto one line, temporarily (each package name overwritten on top of all other names). And then it would redisplay back normally. ^^

[Pharo-dev] missing variable names in context inspector (from issue 12800?)

2014-02-05 Thread Nicolai Hess
Since the update 30742 , the context inspector (in a Debugger window) shows only a list of numbers instead of that contexts variable names. Nicolai

Re: [Pharo-dev] OpalCompiler and Semantic analyzer

2014-02-05 Thread Nicolai Hess
2014-02-03 Nicolai Hess nicolaih...@web.de: Can someone with some background knowledget on the opal compiler, look at my fix for issue 12442. It seems to work, but I don't like it. There were 2 problems with OCUnusedVariableWarning, removing unused temps: 1. Removes the RBTemporaryNode

Re: [Pharo-dev] comments :)

2014-02-06 Thread Nicolai Hess
How about using category cleanup instead of bug? And thank you for your work! nicolai 2014-02-06 11:16 GMT+01:00 Torsten Bergmann asta...@gmx.de: Hi Ben if we would just like to increase the number of cases/issues using a case per class would have been better. Adding final quality

Re: [Pharo-dev] OpalCompiler and Semantic analyzer

2014-02-06 Thread Nicolai Hess
No problem, don't hurry, take your time :) 2014-02-06 13:51 GMT+01:00 Marcus Denker marcus.den...@inria.fr: On 05 Feb 2014, at 17:55, Nicolai Hess nicolaih...@web.de wrote: 2014-02-03 Nicolai Hess nicolaih...@web.de: Can someone with some background knowledget on the opal compiler

[Pharo-dev] Issue 12832 OpalCompiler / Debugger

2014-02-11 Thread Nicolai Hess
Ben, Camille, can you take a look at this code |a b| a:='String'. b:='t'. a collectWithIndex:[:c :i | c b] Debug this code and step over until you reach the collectWithIndex: method, the context inspector will show a,b,c,i even though only a and b are in the current scope. And it'll show the

[Pharo-dev] TextModel getSelection and Debugger run to here

2014-02-15 Thread Nicolai Hess
Should we tag issue 12144 for Pharo3? At the moment, this is only an isseu for the debugger, but is is related to spec. We can expect more apps/developer suffer from this in the future and I dont want to see, everyone invents its own workaround. I made to slices, with the first the textmodel

Re: [Pharo-dev] TextModel getSelection and Debugger run to here

2014-02-15 Thread Nicolai Hess
for doing it right in 3.0 On 15 Feb 2014, at 11:02, Nicolai Hess nicolaih...@web.de wrote: Should we tag issue 12144 for Pharo3? At the moment, this is only an isseu for the debugger, but is is related to spec. We can expect more apps/developer suffer from this in the future and I dont want

[Pharo-dev] DiskFileSystemTest testEntryAt

2014-02-16 Thread Nicolai Hess
Once I reproduced that error on a windows machine. It happens if pharos clock is behind the system clock. Creating a file results in a created tmestamp in the future. And comparing that time with DateAndTime now fails (now is smaller than the file timestamp). I couldn't find out, why pharos

  1   2   3   4   5   6   7   8   9   10   >