Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-04 Thread Nicolai Hess
--enable-sjlj-exceptions --with-bugurl=http://tdm-gcc.tdragon.net/bugs Thread model: win32 gcc version 4.7.1 (tdm-1) All is working now, no crash on startup, no missing dependencies to the mingw runtime. 2015-05-04 0:06 GMT+02:00 Nicolai Hess nicolaih...@web.de: Or what is the output

Re: [Pharo-dev] [QUESTION] For Dark Theme users

2015-05-04 Thread Nicolai Hess
@esteban, as you are working on dark theme, can you take a look at this issue 14923 https://pharo.fogbugz.com/default.asp?14923 TextAdornment: take account of current theme background color I am not sure what is the right way to solve this for rubric, and even if I would know it, I can not commit

[Pharo-dev] watcher window ?

2015-05-04 Thread Nicolai Hess
What is a watcher window ? (UITheme#watcherWindowActiveFillStyleFor: aWindow) The only sender is GLMWatcherWindow, but the theme setting is in package Polymorph-Widgets, not in a glamour extension.

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-03 Thread Nicolai Hess
) The vm from the build server works even without a local mingw installation. Uploading the thing in dropbox. Will send a link when done. Phil On Fri, May 1, 2015 at 9:04 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-04-30 11:33 GMT+02:00 Esteban Lorenzano esteba...@gmail.com

Re: [Pharo-dev] PluggableTextMorph vs PluggableTextEditorMorph

2015-05-03 Thread Nicolai Hess
2015-05-02 9:50 GMT+02:00 stepharo steph...@free.fr: No idea but if the difference is that small then this is clear that we should remove one. What is the difference between (or different use cases for) PluggableTextMorph and PluggableTextEditorMorph ? Do we need both? The only

Re: [Pharo-dev] TextMorph right-click?

2015-05-02 Thread Nicolai Hess
I think this is a bug, introduced early in the move from squeak to pharo. (It used to work in squeak). Although we don't have any use of a pure TextMorph (I don't know of any place/project, either it uses String/LabelMorphs for texts or it uses another TextEditorMorph), without any

Re: [Pharo-dev] TextMorph right-click?

2015-05-02 Thread Nicolai Hess
2015-05-02 20:17 GMT+02:00 Stephan Eggermont step...@stack.nl: On 02/05/15 15:19, Nicolai Hess wrote: I think this is a bug, introduced early in the move from squeak to pharo. (It used to work in squeak). Although we don't have any use of a pure TextMorph (I don't know of any place/project

Re: [Pharo-dev] TextMorph right-click?

2015-05-02 Thread Nicolai Hess
the different setter/getter selectors. On Sat, May 2, 2015 at 9:19 PM, Nicolai Hess nicolaih...@web.de wrote: I think this is a bug, introduced early in the move from squeak to pharo. (It used to work in squeak). Although we don't have any use of a pure TextMorph (I don't know of any place

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-02 Thread Nicolai Hess
2015-05-01 23:34 GMT+02:00 p...@highoctane.be p...@highoctane.be: https://www.dropbox.com/s/e5ws36rxo2z19lf/pharo-vm.zip?dl=0 Thank you phil, but the same problem Merwan had, zip file corrupted. On Fri, May 1, 2015 at 9:04 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-04-30 11:33

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-02 Thread Nicolai Hess
Nicolai Hess nicolaih...@web.de: 2015-05-01 23:34 GMT+02:00 p...@highoctane.be p...@highoctane.be: https://www.dropbox.com/s/e5ws36rxo2z19lf/pharo-vm.zip?dl=0 Thank you phil, but the same problem Merwan had, zip file corrupted. On Fri, May 1, 2015 at 9:04 PM, Nicolai Hess nicolaih

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-01 Thread Nicolai Hess
in _setargv () #11 0x004011ca in __mingw_CRTStartup () #12 0x004012d5 in WinMainCRTStartup () nicolai I do not have time right now to update the build into a new compiler, sorry (also, that is not always trivial/desired, he) Esteban On 30 Apr 2015, at 08:38, Nicolai Hess nicolaih

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-01 Thread Nicolai Hess
/ was where I got the env from. I've got a PharoVM built with gcc 4.8.1 Uploading the thing in dropbox. Will send a link when done. Phil On Fri, May 1, 2015 at 9:04 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-04-30 11:33 GMT+02:00 Esteban Lorenzano esteba...@gmail.com: aren’t you able

[Pharo-dev] build pharo vm on windows (old mingw package)

2015-04-30 Thread Nicolai Hess
I managed to trash my mingw build environment - uninstalled /removed mingw/mingsys - reinstall from current mingw-installer - bad idea I can build a pharo windows vm but it immediately crashes on startup. I suspect some changes between gcc 4.6 (old environment) gcc 4.8 (new environment). (I think

Re: [Pharo-dev] Tx: Bold Text

2015-04-30 Thread Nicolai Hess
2015-04-29 21:40 GMT+02:00 Nicolas Cellier nicolas.cellier.aka.n...@gmail.com: 2015-04-29 21:32 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-04-29 18:04 GMT+02:00 Sean P. DeNigris s...@clipperadams.com: Nicolai Hess wrote Assign the proper Attribute? Well AFAICT there is no bold

Re: [Pharo-dev] Why selecting and printing a variable in the debuger does not work?

2015-04-30 Thread Nicolai Hess
2015-04-30 11:04 GMT+02:00 stepharo steph...@free.fr: I get now Error while printing (self namedTempAt: 1) Le 30/4/15 11:04, stepharo a écrit : Hi is it a know bug? Why selecting and printing a variable in the debuger does not work? Stef Maybe the fix for 14606

Re: [Pharo-dev] [Pharo-users] Pharo 4 Playground open file menu

2015-04-30 Thread Nicolai Hess
2015-04-30 21:24 GMT+02:00 Esteban A. Maringolo emaring...@gmail.com: 2015-04-30 16:14 GMT-03:00 Nicolai Hess nicolaih...@web.de: 2015-04-30 20:36 GMT+02:00 Esteban A. Maringolo emaring...@gmail.com: Since the workspace is hidden (*)... what's the recommended procedure to open

Re: [Pharo-dev] Tx: Bold Text

2015-04-29 Thread Nicolai Hess
Am 29.04.2015 5:30 nachm. schrieb Sean P. DeNigris s...@clipperadams.com : What would be the proper (i.e. respecting the design) way to make text bold? Assign the proper Attribute? The current attributes seem to be special cases which are hard-coded e.g. font and foreground color are

Re: [Pharo-dev] Tx: Bold Text

2015-04-29 Thread Nicolai Hess
2015-04-29 18:04 GMT+02:00 Sean P. DeNigris s...@clipperadams.com: Nicolai Hess wrote Assign the proper Attribute? Well AFAICT there is no bold attribute, Ah yes, I mix up this with TextMorph and addAttribute:TextEmphasis but I tried setting the font to bold via (LogicalFont

Re: [Pharo-dev] Rectangle Center

2015-04-29 Thread Nicolai Hess
2015-04-29 16:09 GMT+02:00 Ben Coman b...@openinworld.com: On Wed, Apr 29, 2015 at 9:18 PM, Sean P. DeNigris s...@clipperadams.com wrote: Natalia Tymchuk wrote Should it really be like that? The problem is that you can't have half-a-pixel if a dimension is odd Will it be more

Re: [Pharo-dev] [Pharo5] Testers needed: AST based syntax highlighting

2015-04-29 Thread Nicolai Hess
2015-04-29 16:46 GMT+02:00 Marcus Denker marcus.den...@inria.fr: Hi, We need some people to test using the AST based highlighter instead of Shout. SHRBTextStyler useAstColoring: true. I got some DNU but I can’t reproduce it anymore. Marcus In (old) Workspace editing

[Pharo-dev] PluggableTextMorph vs PluggableTextEditorMorph

2015-04-29 Thread Nicolai Hess
What is the difference between (or different use cases for) PluggableTextMorph and PluggableTextEditorMorph ? Do we need both? The only difference I see: You can not toggle enabled/disabled a PluggableTextMorph, whereas a PluggableTextEditorMorph can be disabled. nicolai

Re: [Pharo-dev] [Pharo5] Testers needed: AST based syntax highlighting

2015-04-29 Thread Nicolai Hess
2015-04-29 16:46 GMT+02:00 Marcus Denker marcus.den...@inria.fr: Hi, We need some people to test using the AST based highlighter instead of Shout. SHRBTextStyler useAstColoring: true. I got some DNU but I can’t reproduce it anymore. Marcus Another difference is, that

Re: [Pharo-dev] [Issue tracker] what about old issues?

2015-04-28 Thread Nicolai Hess
2015-04-28 17:44 GMT+02:00 Marcus Denker marcus.den...@inria.fr: Hi, we have 666 open issues on the issue tracker. It seems that older issues do not get looked at much… the question is what to do: the more open issues we have, the less likely they will ever be looked at. I would like to

Re: [Pharo-dev] last time I had insomnia...

2015-04-28 Thread Nicolai Hess
2015-04-28 15:32 GMT+02:00 Yuriy Tymchuk yuriy.tymc...@me.com: On 28 Apr 2015, at 15:20, Esteban Lorenzano esteba...@gmail.com wrote: On 28 Apr 2015, at 15:16, Hilaire hila...@drgeo.eu wrote: Le 28/04/2015 15:05, Esteban Lorenzano a écrit : I have to say that I started this because

Re: [Pharo-dev] Tx Pass

2015-04-28 Thread Nicolai Hess
2015-04-28 11:49 GMT+02:00 Stephan Eggermont step...@stack.nl: I assume the Athens renderer is (was?) not able to render strike fonts. *is* not able :-( At least not in the way it is used by TxText. We use a fallback solution for simple text drawings on an AthensCanvas with a StrikeFont, (we

Re: [Pharo-dev] Tx Pass

2015-04-27 Thread Nicolai Hess
2015-04-27 22:41 GMT+02:00 Sean P. DeNigris s...@clipperadams.com: Finally passed validation (minus two random failures): great! DelayMillisecondSchedulerTest#testTestInterferenceWithSystemTimingSemaphore SetTest#testAllSetsAreHealthy I manually loaded the config in 50012 and these

Re: [Pharo-dev] [NB] NBExternalArray not working for complex types?

2015-04-27 Thread Nicolai Hess
Hi Max 2015-04-26 19:29 GMT+02:00 Max Leske maxle...@gmail.com: Hi guys I have a problem with NBExternalArray. AFAICT the generated assembly should be able to handle arbitrary elements in the array (as long as they are all of the same type). The operations required to read / write an

Re: [Pharo-dev] Tx Pass

2015-04-27 Thread Nicolai Hess
2015-04-27 16:49 GMT+02:00 Sean P. DeNigris s...@clipperadams.com: Sean P. DeNigris wrote Issue 15414: TxText Cleanup for Pharo 5.0 #1 https://pharo.fogbugz.com/default.asp?15414 It would be great to get this into the image ASAP so I can keep working on it :) I created a new

Re: [Pharo-dev] brickValue: in Glamour-Morphic-Brick

2015-04-26 Thread Nicolai Hess
, Alex On Sun, Apr 26, 2015 at 12:16 AM, Nicolai Hess nicolaih...@web.de wrote: Can we remove #brickValue: ? I don't see how this is different from #cull: And the name is strange, I don't see how this depends an a brick. nicolai

[Pharo-dev] brickValue: in Glamour-Morphic-Brick

2015-04-25 Thread Nicolai Hess
Can we remove #brickValue: ? I don't see how this is different from #cull: And the name is strange, I don't see how this depends an a brick. nicolai

Re: [Pharo-dev] changing nautilus method icons

2015-04-25 Thread Nicolai Hess
2015-04-25 11:16 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-04-25 9:00 GMT+02:00 Peter Uhnák i.uh...@gmail.com: Hi, is there some (API) way to control the icons for methods in Nautilus? I would like to show an icon for methods that contains self shouldBeImplemented. Something like

Re: [Pharo-dev] changing nautilus method icons

2015-04-25 Thread Nicolai Hess
2015-04-25 9:00 GMT+02:00 Peter Uhnák i.uh...@gmail.com: Hi, is there some (API) way to control the icons for methods in Nautilus? I would like to show an icon for methods that contains self shouldBeImplemented. Something like what is shown when there is self halt in the method. Is this

Re: [Pharo-dev] Please Review 15395 ASAP

2015-04-24 Thread Nicolai Hess
+1 looks good 2015-04-24 19:42 GMT+02:00 Sean P. DeNigris s...@clipperadams.com: If someone can review this quickly, there are a ton of packages touched as you can see below and I don't want to keep redoing the slice!!! Fix in inbox: SLICE-Issue-15395-Cleanup-1-SeanDeNigris.1 Various

Re: [Pharo-dev] SmalltalkImage#imageName

2015-04-24 Thread Nicolai Hess
2015-04-24 19:26 GMT+02:00 Sean P. DeNigris s...@clipperadams.com: Peter Uhnák wrote Only sender seems to be Spotter Its quite useful for startup scripts. Yes, but we have #imageFile fullName already... And there is FileLocator image resolve - Cheers, Sean -- View this

Re: [Pharo-dev] Fwd: exception handling problem when running tests in Nautilus

2015-04-21 Thread Nicolai Hess
2015-04-21 16:03 GMT+02:00 Christophe Demarey christophe.dema...@inria.fr: Indeed, Nautilus logic to run test differs a bit from the TestRunner logic. We will need to clean this kind of logic that should not be part of Nautilus. Just for reference: 13024

Re: [Pharo-dev] [Pharo5] All systems on go!

2015-04-21 Thread Nicolai Hess
2015-04-21 22:47 GMT+02:00 kilon alios kilon.al...@gmail.com: I cant see pharo classes in Nautiluse apart from a few, unless i open them with GTSpotter , then they get added to Nautilus. Is this normal ? Is it because I miss the sources file ? and if yes where I find it ? No, there is an

Re: [Pharo-dev] Improving the documentation model

2015-04-21 Thread Nicolai Hess
Am 21.04.2015 15:11 schrieb stephan step...@stack.nl: TL;DR: Some roadmap ideas. Looks like a lot of work. Comments and improvements welcome: We should replace the Pillar document format by a better one, suitable for WYSIWYG editing and creating long documents. --- Nice idea, but With

Re: [Pharo-dev] PharoLauncher and Pharo 5.0

2015-04-20 Thread Nicolai Hess
2015-04-18 22:13 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-04-18 22:08 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-04-18 6:45 GMT+02:00 Damien Cassou damien.cas...@inria.fr: Jan Blizničenko blizn...@fit.cvut.cz writes: In settings, there used to be option to switch off

Re: [Pharo-dev] PharoLauncher and Pharo 5.0

2015-04-19 Thread Nicolai Hess
in the tree model with: |t| t:=(TreeModel new roots:(1to:5));yourself. t oddRowColor: Color black. t evenRowColor: Color white. t openWithSpec. But the result is the same, the row color isn't populated to the widget. Stef Le 18/4/15 22:08, Nicolai Hess a écrit : 2015-04-18 6:45 GMT+02:00

Re: [Pharo-dev] PharoLauncher and Pharo 5.0

2015-04-18 Thread Nicolai Hess
2015-04-18 6:45 GMT+02:00 Damien Cassou damien.cas...@inria.fr: Jan Blizničenko blizn...@fit.cvut.cz writes: In settings, there used to be option to switch off categories of image sources/templates, like hide Pharo 2 category, but this option seems to be missing now. yes, I removed

Re: [Pharo-dev] PharoLauncher and Pharo 5.0

2015-04-18 Thread Nicolai Hess
2015-04-18 22:08 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-04-18 6:45 GMT+02:00 Damien Cassou damien.cas...@inria.fr: Jan Blizničenko blizn...@fit.cvut.cz writes: In settings, there used to be option to switch off categories of image sources/templates, like hide Pharo 2 category

Re: [Pharo-dev] GTSpotter and example previews

2015-04-17 Thread Nicolai Hess
ugly. How it comes the other examples doesn't look like this one? Cheers, Doru On Fri, Apr 17, 2015 at 12:48 AM, Nicolai Hess nicolaih...@web.de wrote: Why is this in the release? GTSpotter now shows the result of gtExamples in the preview. This looks so ugly. (for example browse

Re: [Pharo-dev] HELP WANTED - Frameworks, tools, etc. ready to use

2015-04-16 Thread Nicolai Hess
2015-04-16 15:48 GMT+02:00 Esteban Lorenzano esteba...@gmail.com: Hi, I want to add a “resources” page in pharo.org. The reason is simple: we are used to know (more or less) what we have, but people doing a search of what is pharo, etc. does not know what they can have *just downloading

Re: [Pharo-dev] HELP WANTED - Frameworks, tools, etc. ready to use

2015-04-16 Thread Nicolai Hess
2015-04-16 17:06 GMT+02:00 Esteban Lorenzano esteba...@gmail.com: On 16 Apr 2015, at 16:44, Nicolai Hess nicolaih...@web.de wrote: 2015-04-16 15:48 GMT+02:00 Esteban Lorenzano esteba...@gmail.com: Hi, I want to add a “resources” page in pharo.org. The reason is simple: we are used

Re: [Pharo-dev] VM Building on Fedora: SDL2 failure

2015-04-16 Thread Nicolai Hess
Mixing 64 bit / 32 bit environments/toolchain? Am 16.04.2015 17:52 schrieb Sean P. DeNigris s...@clipperadams.com: I installed all the packages listed at https://github.com/philippeback/pharovm-centos65/blob/master/packages-to-install.txt , plus SDL2 and SDL2-devel, and got the following

Re: [Pharo-dev] VM Building on Fedora: SDL2 failure

2015-04-16 Thread Nicolai Hess
2015-04-16 18:08 GMT+02:00 Sean P. DeNigris s...@clipperadams.com: Nicolai Hess wrote Mixing 64 bit / 32 bit environments/toolchain? Yes, where I went wrong is too embarrassing to mention ha ha, :) so I'll move on to the next errors... http://forum.world.st/file/n4820011

[Pharo-dev] GTSpotter and example previews

2015-04-16 Thread Nicolai Hess
Why is this in the release? GTSpotter now shows the result of gtExamples in the preview. This looks so ugly. (for example browse the Examples cateogry for GLMCompositeBrick) If new features aren't mentioned anywhere, it is pretty difficult to test or to review them.

[Pharo-dev] PharoV40 sources still broken?

2015-04-15 Thread Nicolai Hess
pharo 4.0 608 with PharoV40 sources: - enter some text in a workspace - select the text - choose Method source with it - RemoteString(Object)error: [ filePositionHi theFile size ifTrue: [ self error: 'RemoteString past end of file' ]. theFile position: filePositionHi. theFile nextChunk ] in

Re: [Pharo-dev] why we removed debugTest from nautilus?

2015-04-11 Thread Nicolai Hess
debugging a test, then closing the debugger (via the close icon). Clicking “Proceed” on the other hand gracefully terminated the process. Cheers, Max On 10 Apr 2015, at 09:56, Nicolai Hess nicolaih...@web.de wrote: 2015-04-10 2:37 GMT+02:00 Clément Bera bera.clem...@gmail.com: I was using

Re: [Pharo-dev] Nautilus: Why is Search Field Pre-filled?

2015-04-11 Thread Nicolai Hess
2015-04-11 9:27 GMT+02:00 Peter Uhnák i.uh...@gmail.com: I think there is a problem with it... if I browse a class with shortcut ctrl+b, then the name of the package where the class is is added to the search. This at least to me quite annoying as I often do lookups of other classes but I am

Re: [Pharo-dev] Nautilus: Why is Search Field Pre-filled?

2015-04-10 Thread Nicolai Hess
Which search field? Am 11.04.2015 04:54 schrieb Sean P. DeNigris s...@clipperadams.com: What is the rationale? I don't like it. - Cheers, Sean -- View this message in context: http://forum.world.st/Nautilus-Why-is-Search-Field-Pre-filled-tp4819003.html Sent from the Pharo Smalltalk

Re: [Pharo-dev] Existing script example pragmas and new GT needs

2015-04-09 Thread Nicolai Hess
2015-04-09 11:53 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Hi, On Thu, Apr 9, 2015 at 11:44 AM, Nicolai Hess nicolaih...@web.de wrote: 2015-04-09 11:36 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Hi, On Thu, Apr 9, 2015 at 11:31 AM, Nicolai Hess nicolaih...@web.de wrote: 2015-04

Re: [Pharo-dev] Existing script example pragmas and new GT needs

2015-04-09 Thread Nicolai Hess
2015-04-09 11:36 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Hi, On Thu, Apr 9, 2015 at 11:31 AM, Nicolai Hess nicolaih...@web.de wrote: 2015-04-09 8:48 GMT+02:00 Tudor Girba tu...@tudorgirba.com: I would not do that. I think that removing the example pragma check is sufficient for now

Re: [Pharo-dev] why we removed debugTest from nautilus?

2015-04-09 Thread Nicolai Hess
2015-04-09 20:05 GMT+02:00 Esteban Lorenzano esteba...@gmail.com: does anyone knows? Esteban http://forum.world.st/do-we-need-to-debug-testmethods-from-within-Nautilus-tp4805795.html 14689 https://pharo.fogbugz.com/default.asp?14689 Debugger enters infinite loop when closed after editing

Re: [Pharo-dev] Existing script example pragmas and new GT needs

2015-04-09 Thread Nicolai Hess
the example pragma check is sufficient for now. Could we do it? Cheers, Doru On Wed, Apr 8, 2015 at 5:16 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-04-08 10:20 GMT+02:00 Tudor Girba tu...@tudorgirba.com: And, to have a better chance of having a clean slate discussion later on in which

Re: [Pharo-dev] Existing script example pragmas and new GT needs

2015-04-08 Thread Nicolai Hess
2015-04-08 10:20 GMT+02:00 Tudor Girba tu...@tudorgirba.com: And, to have a better chance of having a clean slate discussion later on in which to consider the value we associate to names, I would like to remove the example check from isExampleMethod and continue to preserve the treatment of

Re: [Pharo-dev] Contributing to Bloc

2015-04-06 Thread Nicolai Hess
2015-04-06 10:22 GMT+02:00 kilon alios kilon.al...@gmail.com: Hey guys, these last days I have taken a look at Bloc and really like its design. So I was wondering how I can be of assistance. I am not an experienced pharo jedi like you guys but I think I could do my small part to help make

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-05 Thread Nicolai Hess
2015-04-05 7:25 GMT+02:00 Ben Coman b...@openinworld.com: On Sun, Apr 5, 2015 at 1:23 PM, Ben Coman b...@openinworld.com wrote: I got annoyed since a few times I thought I'd solved everything just the issue looking at the manual examples of one issue, only to find I'd caused the other case

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-04 Thread Nicolai Hess
2015-04-01 18:56 GMT+02:00 Ben Coman b...@openinworld.com: Issue 14606 [1] is tagged Really Important where evaluating | t1 t2 t3 t4 t5 t6 | t1 := 1. t2 := 2. t3 := 3. t4 := 4. t5 := 5 . t6 := 6. [t5 := 50. t6 := 60. t3 + t4.

[Pharo-dev] About PharoShortcuts

2015-04-03 Thread Nicolai Hess
15288 https://pharo.fogbugz.com/default.asp?15288 Shortcuts in text editor are hardcoded I think it is a good idea to commonly name those short cuts. But this does not help to make the shortcut handling really configurable. For example, how would we change the shortcut for toggle comment ? - we

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-03 Thread Nicolai Hess
2015-04-02 16:06 GMT+02:00 Max Leske maxle...@gmail.com: On 02 Apr 2015, at 00:29, Nicolai Hess nicolaih...@web.de wrote: 2015-04-01 18:56 GMT+02:00 Ben Coman b...@openinworld.com: Issue 14606 [1] is tagged Really Important where evaluating | t1 t2 t3 t4 t5 t6 | t1 := 1

[Pharo-dev] Failing VM tests

2015-04-02 Thread Nicolai Hess
Anyone knows why the vm tests on the build server are failing? https://ci.inria.fr/pharo/view/4.0-VM/job/PharoVM-tests/lastCompletedBuild/testReport/ is this importan? nicolai

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-01 Thread Nicolai Hess
2015-04-01 18:56 GMT+02:00 Ben Coman b...@openinworld.com: Issue 14606 [1] is tagged Really Important where evaluating | t1 t2 t3 t4 t5 t6 | t1 := 1. t2 := 2. t3 := 3. t4 := 4. t5 := 5 . t6 := 6. [t5 := 50. t6 := 60. t3 + t4.

Re: [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-03-30 Thread Nicolai Hess
2015-03-30 9:08 GMT+02:00 Marcus Denker marcus.den...@inria.fr: On 29 Mar 2015, at 08:59, Ben Coman b...@openinworld.com wrote: - we try to have some issues tagged with “sprint” on the issue tracker.. but this time it will be focused on bugs for Pharo4, I guess. but there will be not

Re: [Pharo-dev] in Pharo4.0, Latest update: #40581: push down - DNU

2015-03-30 Thread Nicolai Hess
I can not reproduce this error, do you use refactoring from the Nautilus menu? 2015-03-30 8:47 GMT+02:00 stepharo steph...@free.fr: This bug is really severe Once we have it it breaks loading MC files too. Le 29/3/15 21:09, stepharo a écrit : Hi When I select an instance method and use

[Pharo-dev] spotters horizontal categorylist

2015-03-28 Thread Nicolai Hess
Somehow we lost this horizontal categorylist, was this intended? See the attached screenshot: this is in pharo 40500, the list on top Classes - Menu and the list on the bottom Implementors - Pragmas - Global variables are showing titles for the categories that are not in the visible area. With

Re: [Pharo-dev] GLMBrick whats next?

2015-03-24 Thread Nicolai Hess
2015-03-24 12:37 GMT+01:00 Tudor Girba tu...@tudorgirba.com: Hi Nicolai, I am surprised by your conclusion that the current Brick implementation disqualifies it from being part of the Core :) not the implementation, the uncertainty of its purpose - a GT private implementation / a public

Re: [Pharo-dev] GLMBrick whats next?

2015-03-24 Thread Nicolai Hess
2015-03-23 20:54 GMT+01:00 Aliaksei Syrel alex.sy...@gmail.com: Hi, Sorry if my reply will be too long, but I tried to summarise our experience with Morphic/Brick and give some useful feedback or even provide ideas. Who wants will read :) Hi, thank you, this is a really great source of

Re: [Pharo-dev] Existing script example pragmas and new GT needs

2015-03-24 Thread Nicolai Hess
2015-03-24 22:48 GMT+01:00 Tudor Girba tu...@tudorgirba.com: Hi Torsten, Thanks for the long email. The first part summarizes the situation reasonably well, except that you are putting the same pot example annotated methods and methods having example* selectors. To try to clear the water I

Re: [Pharo-dev] GLMBrick whats next?

2015-03-24 Thread Nicolai Hess
of having a vectorial canvas (hence Bloc). Is this satisfying? Yes, thank you! Cheers, Doru On Tue, Mar 24, 2015 at 1:44 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-03-24 12:37 GMT+01:00 Tudor Girba tu...@tudorgirba.com: Hi Nicolai, I am surprised by your conclusion

Re: [Pharo-dev] UI Workflows Are Like Snowflakes

2015-03-23 Thread Nicolai Hess
Don't fight against each other, there are more important things to do:) And of course, it won't hurt to do more discussions on the mailing list about UI changes. And of course, it won't hurt to have more people, regular looking at the issue tracker, commenting / fixing / reviewing issues.

Re: [Pharo-dev] GLMBrick whats next?

2015-03-23 Thread Nicolai Hess
2015-01-06 10:55 GMT+01:00 Nicolai Hess nicolaih...@web.de: Thank you for this explanation 2014-12-31 23:47 GMT+01:00 Aliaksei Syrel alex.sy...@gmail.com: Bloc has a big future, for sure! I hope it will move Pharo to a very new level! As Doru said, Brick was born out of necessity. More

Re: [Pharo-dev] Color arithmetical operations are broken

2015-03-22 Thread Nicolai Hess
2015-03-22 12:43 GMT+01:00 Nicolai Hess nicolaih...@web.de: 2015-03-21 15:51 GMT+01:00 Eliot Miranda eliot.mira...@gmail.com: Why not take the average of alpha in all cases? Eliot (phone) On Mar 21, 2015, at 6:32 AM, Aliaksei Syrel alex.sy...@gmail.com wrote: Or weight the argument

[Pharo-dev] Basic inspect not working

2015-03-22 Thread Nicolai Hess
Did we miss the postload for issue 15182? Basic Inspect gives PharoCommonTools(Object)doesNotUnderstand: #basicInspector

Re: [Pharo-dev] Jenkins - the reason of error

2015-03-22 Thread Nicolai Hess
2015-03-21 23:14 GMT+01:00 Peter Uhnák i.uh...@gmail.com: Hi, is it possible to find in CI why a particular test has failed? For example here https://ci.inria.fr/pharo/job/Pharo-4.0-Issue-Validator/27669//artifact/validationReport.html it only shows the name of the method, but not the

Re: [Pharo-dev] Color arithmetical operations are broken

2015-03-22 Thread Nicolai Hess
2015-03-22 21:26 GMT+01:00 Aliaksei Syrel alex.sy...@gmail.com: On Sun, Mar 22, 2015 at 8:17 PM, Nicolai Hess nicolaih...@web.de wrote: Yes, but I think the operation were defined as the Color class did not contain the alpha value Exactly Ah, Ok. In that case I would not use

[Pharo-dev] ClassCommented announcement missing

2015-03-21 Thread Nicolai Hess
Someone knows why ClassCommented-announcements aren't announced during a mc package load ? see: 15190 https://pharo.fogbugz.com/default.asp?15190 Nautilus incorrectly flags Error classes as missing class comments and SlotClassBuilder#build SystemAnnouncer uniqueInstance suspendAllWhile: [

Re: [Pharo-dev] Cleaning/Simplifying Nautilus

2015-03-21 Thread Nicolai Hess
2015-03-21 23:02 GMT+01:00 stepharo steph...@free.fr: Hi I want to clean Nautilus and to simplify its code and functionality. In addition I want to reduce to student load in the context of the Mooc we will start to work on. So I want to remove the lock mechanism and the multiple methods.

Re: [Pharo-dev] Color arithmetical operations are broken

2015-03-20 Thread Nicolai Hess
2015-03-21 0:19 GMT+01:00 Aliaksei Syrel alex.sy...@gmail.com: Hi, I played with colors and found out, that arithmetical operations with colors are completely broken. https://pharo.fogbugz.com/f/cases/15188/Color-ariphmetical-operations-are-broken Result is not a valid Color - just

Re: [Pharo-dev] Validation failur ZnImageExampleDelegateTests#testDefaultImage

2015-03-20 Thread Nicolai Hess
and letting the OS give out a next available port could work, I should try that. In any case, unless this is a persistent problem I would not do it now. On 05 Mar 2015, at 10:29, Nicolai Hess nicolaih...@web.de wrote: Anyone has an idea why this test fails so often

Re: [Pharo-dev] PharoLauncher: Great Tool, Confusing Name

2015-03-20 Thread Nicolai Hess
2015-03-20 20:25 GMT+01:00 Sean P. DeNigris s...@clipperadams.com: PharoLauncher is cool!! Once I realized I could specify the image folder with PhLDirectoryBasedImageRepository location: aFileReference, I was very happy (I won't start the images don't belong in ApplicationSupport thread

Re: [Pharo-dev] error when inspecting/printing variables in the debugger

2015-03-19 Thread Nicolai Hess
. I'll open a bug entry. On Wed, Mar 18, 2015 at 12:23 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-03-18 12:05 GMT+01:00 Andrei Chis chisvasileand...@gmail.com: Hi, When inspecting/orinting variables in the debugger I sometimes get UndefinedObject(Object)doesNotUnderstand

Re: [Pharo-dev] error when inspecting/printing variables in the debugger

2015-03-18 Thread Nicolai Hess
2015-03-18 12:05 GMT+01:00 Andrei Chis chisvasileand...@gmail.com: Hi, When inspecting/orinting variables in the debugger I sometimes get UndefinedObject(Object)doesNotUnderstand: #indexForVarNamed: in OCCopyingTempVariableindexInTempVectorFromIR: This happens when the variable is declare

Re: [Pharo-dev] Show Stopper Issue 15127 Pharo-4.0-Issue-Tracker-Image ci job is red

2015-03-17 Thread Nicolai Hess
2015-03-17 18:29 GMT+01:00 Ben Coman b...@openinworld.com: Currently the image the monkey uses to validate issues is 9 days old - which might be a problem if your bug fix today depends on or conflicts with something integrated a week ago. I have somewhat isolated the problem to a

[Pharo-dev] Workspace and GTPlayground menu item

2015-03-15 Thread Nicolai Hess
Although it is difficult to find a agreement for this, I suggest to add a menu entry Playground and reuse the entry Workspace for the old workspace. Soon we will have a new Pharo release. And I am afraid there will be some complaining like this: (Only on Workspace menu item that opens

Re: [Pharo-dev] Athens BitBlt bug?

2015-03-13 Thread Nicolai Hess
2015-01-27 21:46 GMT+01:00 Nicolai Hess nicolaih...@web.de: Anyone knows what this BitBlt bug is or was? 12818 https://pharo.fogbugz.com/default.asp?12818 Last row missing 13236 https://pharo.fogbugz.com/default.asp?13236 Fix 1 extra height for Cairo surface Because with the fix in 13236

Re: [Pharo-dev] [pharo-project/pharo-core] bea5e5: 40548

2015-03-12 Thread Nicolai Hess
And there is a build error on jenkins: https://ci.inria.fr/pharo/view/4.0-Analysis/job/Pharo-4.0-Issue-Tracker-Image/lastFailedBuild/console ... Startup Error: MessageNotUnderstood: receiver of - is nilUndefinedObject(Object)doesNotUnderstand: #-

Re: [Pharo-dev] valid name for an instance variable?

2015-03-10 Thread Nicolai Hess
2015-03-09 22:09 GMT+01:00 Sean P. DeNigris s...@clipperadams.com: Marcus Denker-4 wrote is x: (with colon) a valid inst var name ? no. Why complicate the system by special-handling illegal variable names? Just let the incorrect x: become the just-as-incorrect x::, no? Or am I missing

[Pharo-dev] valid name for an instance variable?

2015-03-09 Thread Nicolai Hess
is x: (with colon) a valid inst var name ? I can create the following object Object subclass: #InstVarNameTest instanceVariableNames: 'x:' classVariableNames: '' category: 'TTT' But of course, I can not write an assignment statement. I am asking because if Symbol#asMutator is called

Re: [Pharo-dev] [Pharo4] RBEnvironment-based search is broken

2015-03-09 Thread Nicolai Hess
2015-03-09 14:18 GMT+01:00 Thierry Goubier thierry.goub...@gmail.com: in short, implementorsOf:/referencesTo:/ is broken (does not search over the class side of things). Moreover, depending on the kind of RBEnvironment one is looking at: allClasses returns only the classes or

Re: [Pharo-dev] [Pharo4] RBEnvironment-based search is broken

2015-03-09 Thread Nicolai Hess
2015-03-09 14:43 GMT+01:00 Thierry Goubier thierry.goub...@gmail.com: 2015-03-09 14:39 GMT+01:00 Nicolai Hess nicolaih...@web.de: 2015-03-09 14:18 GMT+01:00 Thierry Goubier thierry.goub...@gmail.com: in short, implementorsOf:/referencesTo:/ is broken (does not search over the class side

Re: [Pharo-dev] [ANN AthensSketch] A playground for drawings with Athens.

2015-03-07 Thread Nicolai Hess
6. 3. 2015 v 6:14, Nicolai Hess nicolaih...@web.de: The main purpose of this packages is to ease the creation of simple drawings and provide a rich set of examples for Athens drawing API. -- Gofer new smalltalkhubUser: 'NicolaiHess' project: 'AthensSketch

Re: [Pharo-dev] [ANN AthensSketch] A playground for drawings with Athens.

2015-03-07 Thread Nicolai Hess
: '' Alex uses it in roassal and this is really a cool piece of code. I just started to develop my own framework :) I 'll have a look. Stef Le 6/3/15 10:14, Nicolai Hess a écrit : The main purpose of this packages is to ease the creation of simple drawings and provide a rich set of examples

Re: [Pharo-dev] [ANN AthensSketch] A playground for drawings with Athens.

2015-03-06 Thread Nicolai Hess
6, 2015, at 10:20 AM, Nicolai Hess nicolaih...@web.de wrote: There is a play button in the SketchBrowser. And if you open just the simple sketch view: ASketchExampleColors openView you'll have to start the drawing from the morph menu. In a prior version I had some autoplay option

Re: [Pharo-dev] [ANN AthensSketch] A playground for drawings with Athens.

2015-03-06 Thread Nicolai Hess
, but also all others. On Sat, Mar 7, 2015 at 12:47 AM, Nicolai Hess nicolaih...@web.de wrote: 2015-03-06 18:40 GMT+01:00 kilon alios kilon.al...@gmail.com: very good example and very informative thank you. Sadly it also shows that even with Athens Pharo is incredible slow. Compared

Re: [Pharo-dev] [ANN AthensSketch] A playground for drawings with Athens.

2015-03-06 Thread Nicolai Hess
into Athens. It deserves it! Alexandre On Mar 6, 2015, at 10:20 AM, Nicolai Hess nicolaih...@web.de wrote: There is a play button in the SketchBrowser. And if you open just the simple sketch view: ASketchExampleColors openView you'll have to start the drawing from the morph menu

[Pharo-dev] Athens: Slow image paint (was: [ANN AthensSketch] A playground for drawings with Athens.

2015-03-06 Thread Nicolai Hess
2015-03-07 0:02 GMT+01:00 Nicolai Hess nicolaih...@web.de: One thing that is really slow is painting an image with Athens, because the cairo backend creates a new surface for this image and uses this image as a pattern paint. The slow part is copying and converting the image data

[Pharo-dev] [ANN AthensSketch] A playground for drawings with Athens.

2015-03-06 Thread Nicolai Hess
The main purpose of this packages is to ease the creation of simple drawings and provide a rich set of examples for Athens drawing API. -- Gofer new smalltalkhubUser: 'NicolaiHess' project: 'AthensSketch'; configuration; load. ConfigurationOfAthensSketch loadDevelopment.

Re: [Pharo-dev] [ANN AthensSketch] A playground for drawings with Athens.

2015-03-06 Thread Nicolai Hess
it loads the cairo library. Maybe I should add the autoplay again. 2015-03-06 16:03 GMT+01:00 Torsten Bergmann asta...@gmx.de: For me all the samples stay black. But the Athens tiger demo works... Is this a driver problem? Bye T. Gesendet: Freitag, 06. März 2015 um 10:14 Uhr Von: Nicolai

Re: [Pharo-dev] LabelModel#text: Deprecation

2015-03-05 Thread Nicolai Hess
2015-03-04 14:00 GMT+01:00 Sean P. DeNigris s...@clipperadams.com: What is the reason for this? I searched the lists fogbugz for labelmodel text to no avail. To me, label label: aString seems odd. Why is this better than label text: aString? I think the idea behind this was, one common api

<    4   5   6   7   8   9   10   11   12   13   >