Re: [Pharo-dev] ConfigurationOfMongoTalk load?

2014-04-04 Thread Sebastian Sastre
On Apr 4, 2014, at 8:21 PM, Ben Coman wrote: > I strongly disagree with defining #stable when its not. This completely > breaks trust in #stable. Alternatively, it might be good that when #load > complains about missing #stable, it suggests the other tags that are defined. > cheers -ben I g

Re: [Pharo-dev] ConfigurationOfMongoTalk load?

2014-04-04 Thread Ben Coman
Sebastian Sastre wrote: sorry yeah it’s a fresh image, latest version: 30814 I can only load it using bleedingEdge On Apr 4, 2014, at 4:50 PM, Norbert Hartl wrote: Loads fine in a fresh 3.0 image for me. How did you load it? You should give some version numbers along with th

Re: [Pharo-dev] font folder on win7

2014-04-04 Thread Ben Coman
Pharo4Stef wrote: This is strange because the system is looking for the correct location but does not find them. Which build are you using? Prior to slice 13065 integration in build 30807 '\windows\fonts' asFileReference fullName  -->   'C:\Users\Ben\AppData\Roaming\Pharo\images\Case5296-3

Re: [Pharo-dev] ConfigurationOfMongoTalk load?

2014-04-04 Thread Sebastian Sastre
sorry yeah it’s a fresh image, latest version: 30814 I can only load it using bleedingEdge On Apr 4, 2014, at 4:50 PM, Norbert Hartl wrote: > Loads fine in a fresh 3.0 image for me. How did you load it? You should give > some version numbers along with the problem! > > Norbert > > Am 04.0

Re: [Pharo-dev] Lock-free Atomic Counter ?

2014-04-04 Thread Igor Stasenko
On 4 April 2014 22:54, Sven Van Caekenberghe wrote: > > On 04 Apr 2014, at 19:29, Igor Stasenko wrote: > > > On 4 April 2014 18:31, Sven Van Caekenberghe wrote: > > Just for the sake of discussion, you try to prevent interruptions by > using assignments, right ? But you still need #== which see

Re: [Pharo-dev] [pharo-project/pharo-core] 807595: 30813

2014-04-04 Thread Sven Van Caekenberghe
On 04 Apr 2014, at 16:37, GitHub wrote: > 13114 Broken PharoTheme > https://pharo.fogbugz.com/f/cases/13114 > > 12966 FileLocator does not support adding extension with , > https://pharo.fogbugz.com/f/cases/12966 > > 13151 Fix side bar buttons > https://pharo.fogbugz.com/f/ca

Re: [Pharo-dev] Lock-free Atomic Counter ?

2014-04-04 Thread Sven Van Caekenberghe
On 04 Apr 2014, at 19:29, Igor Stasenko wrote: > On 4 April 2014 18:31, Sven Van Caekenberghe wrote: > Just for the sake of discussion, you try to prevent interruptions by using > assignments, right ? But you still need #== which seems like a (potential) > message send, which brings us back t

Re: [Pharo-dev] ConfigurationOfMongoTalk load?

2014-04-04 Thread Norbert Hartl
Loads fine in a fresh 3.0 image for me. How did you load it? You should give some version numbers along with the problem! Norbert Am 04.04.2014 um 21:30 schrieb Sebastian Sastre : > #load complains about no defined stable* > > should I load bleeding edge or development? > > BTW they sound lik

[Pharo-dev] ConfigurationOfMongoTalk load?

2014-04-04 Thread Sebastian Sastre
#load complains about no defined stable* should I load bleeding edge or development? BTW they sound like the same thing, what’s the difference between those branches? *suggestion: even if it’s beta or alpha I would make a stable just to set a foundation that does not confuses the users

Re: [Pharo-dev] Suggested Syntax Highlighting Features for Beginners

2014-04-04 Thread Pharo4Stef
On 04 Apr 2014, at 19:26, J.F. Rick wrote: > On Fri, Apr 4, 2014 at 6:41 PM, Ben Coman wrote: > For assignment, I would say bold both := and the variable being assigned to. > > I like that a lot, especially since it draws the two critical elements of > variable and assignment together. On a m

Re: [Pharo-dev] font folder on win7

2014-04-04 Thread Pharo4Stef
This is strange because the system is looking for the correct location but does not find them. On 04 Apr 2014, at 19:09, Chris Cunningham wrote: > It is located in \Windows\Fonts (and window is case-agnostic, so > \windows\fonts works as well) > > -cbc > > > On Fri, Apr 4, 2014 at 9:48 AM,

Re: [Pharo-dev] font folder on win7

2014-04-04 Thread Pharo4Stef
thanks! On 04 Apr 2014, at 19:44, Vincent BLONDEAU wrote: > The best is to use environment variables : > Under W7 it is : > %SYSTEMROOT%\Fonts > > But you can get it under Pharo: > PlatformResolver forCurrentPlatform directoryFromEnvVariableNamed: > 'SYSTEMROOT' > > Vincent > > De : Phar

Re: [Pharo-dev] Suggested Syntax Highlighting Features for Beginners

2014-04-04 Thread kilon alios
I fail to see confusion as a bad thing though. For me confusion is part of the learning process. Being successful at something is about developing the skills for it and that takes time and practice. I am no beginner or pro coder but frankly I am glad that assignment is := and comparison is =. Cant

Re: [Pharo-dev] font folder on win7

2014-04-04 Thread Vincent BLONDEAU
The best is to use environment variables : Under W7 it is : %SYSTEMROOT%\Fonts But you can get it under Pharo: PlatformResolver forCurrentPlatform directoryFromEnvVariableNamed: 'SYSTEMROOT' Vincent De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de Chris Cunning

Re: [Pharo-dev] Lock-free Atomic Counter ?

2014-04-04 Thread Igor Stasenko
On 4 April 2014 18:31, Sven Van Caekenberghe wrote: > Just for the sake of discussion, you try to prevent interruptions by using > assignments, right ? But you still need #== which seems like a (potential) > message send, which brings us back to the other arguments in this thread. > Furthermore,

Re: [Pharo-dev] Suggested Syntax Highlighting Features for Beginners

2014-04-04 Thread J.F. Rick
On Fri, Apr 4, 2014 at 6:41 PM, Ben Coman wrote: > For assignment, I would say bold both := and the variable being assigned > to. > I like that a lot, especially since it draws the two critical elements of variable and assignment together. On a minor note, both := and = are currently the same co

Re: [Pharo-dev] left over when resizing window

2014-04-04 Thread Esteban Lorenzano
On 03 Apr 2014, at 17:44, Igor Stasenko wrote: > > > > On 3 April 2014 16:42, Esteban Lorenzano wrote: > that happens in retina displays. > I’m aware… no time yet to fix it :( > > Esteban, still on holidays > > btw, again and again i forgetting ask you to show me what i should change to

Re: [Pharo-dev] font folder on win7

2014-04-04 Thread Chris Cunningham
It is located in \Windows\Fonts (and window is case-agnostic, so \windows\fonts works as well) -cbc On Fri, Apr 4, 2014 at 9:48 AM, Pharo4Stef wrote: > Hi guys > > > I'm trying to understand why people get problems with fonts on windows. > The logic in the font manager is > > 'cdefghi

[Pharo-dev] font folder on win7

2014-04-04 Thread Pharo4Stef
Hi guys I’m trying to understand why people get problems with fonts on windows. The logic in the font manager is 'cdefghijklmnopqrstuvwxyz' et pour chaque disc dans '\windows\fonts' '\winnt\fonts but I wonder if the location of font on windows 7 is correct. Can anyb

Re: [Pharo-dev] Suggested Syntax Highlighting Features for Beginners

2014-04-04 Thread Ben Coman
J.F. Rick wrote: Smalltalk is a pretty great language, but its syntax is unusual. I've taught introductory programming in Pharo three times and, in my experience, there are two places where novices get repeatedly confused with syntax. First, there is the differences between assignment := and

Re: [Pharo-dev] Lock-free Atomic Counter ?

2014-04-04 Thread Sven Van Caekenberghe
Just for the sake of discussion, you try to prevent interruptions by using assignments, right ? But you still need #== which seems like a (potential) message send, which brings us back to the other arguments in this thread. Furthermore, the dummy value must be different for each of the processe

Re: [Pharo-dev] Lock-free Atomic Counter ?

2014-04-04 Thread Sven Van Caekenberghe
Thanks guys for all the answers, I think I am going to stick with the simple code and no protection based on the arguments that I read. It will do for my application where nothing catastrophic will happen when in case of a clash. On 03 Apr 2014, at 00:11, Sven Van Caekenberghe wrote: > Hi, >

Re: [Pharo-dev] [pharo3 issues] down to 17 issues

2014-04-04 Thread MartinW
When i add a new bug to the issue tracker it is automatically tagged as "fix if time". Am i supposed to change this label to higher priority if i think it's appropriate - or is someone reviewing new entered bugs and assigning priorities to them? Anyway here's the bug: https://pharo.fogbugz.com/f/ca

[Pharo-dev] Suggested Syntax Highlighting Features for Beginners

2014-04-04 Thread J.F. Rick
Smalltalk is a pretty great language, but its syntax is unusual. I've taught introductory programming in Pharo three times and, in my experience, there are two places where novices get repeatedly confused with syntax. First, there is the differences between assignment := and comparison = . Obvious

[Pharo-dev] Milestone for 11908 Need-to-show-warning-when-no-changes-file-found

2014-04-04 Thread Ben Coman
Before today, Case 11908 "Need to show warning when no .changes file found" was tagged Milestone=Pharo3.0 Priority=2-Really-Important Case 12885 "Fix ChangesFileLoaderTest to not use FileSystemForTesting" tagged Milestone=Pharo4.0 Priority=4-Would-be-nice today changed status to "Fix Review

[Pharo-dev] [pharo-project/pharo-core] c70984: 30814

2014-04-04 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: c709840678b461310cb9742ec575c6bf73aa85bd https://github.com/pharo-project/pharo-core/commit/c709840678b461310cb9742ec575c6bf73aa85bd Author: Jenkins Build Server Date: 2014-04-04 (Fri, 04 Apr 2014

[Pharo-dev] [pharo-project/pharo-core]

2014-04-04 Thread GitHub
Branch: refs/tags/30814 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo3 issues] down to 17 issues

2014-04-04 Thread Marcus Denker
Hi, We are down to 17 open issues that are tagged “must fix” or higher: https://pharo.fogbugz.com/f/filters/64/3-0-TODO two of those have code that is in need of review. Marcus

Re: [Pharo-dev] SmalltalkHub hug : recent watched events list frozen

2014-04-04 Thread Nicolas Petton
Yes, it is frozen. The fix is part of the next update :) Cheers, Nico p...@highoctane.be writes: > My watched events list is in the same shape. > Le 4 avr. 2014 09:47, "Serge Stinckwich" a > écrit : > >> Dear all, >> >> I dunno if this is know bug. I'm following more than 30 projects on >> Sma

[Pharo-dev] [pharo-project/pharo-core] 807595: 30813

2014-04-04 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 8075951f4ecb6fbef3ce22d2766b0fc4c0ce9859 https://github.com/pharo-project/pharo-core/commit/8075951f4ecb6fbef3ce22d2766b0fc4c0ce9859 Author: Jenkins Build Server Date: 2014-04-04 (Fri, 04 Apr 2014

[Pharo-dev] [pharo-project/pharo-core]

2014-04-04 Thread GitHub
Branch: refs/tags/30813 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [Moose-dev] Re: Re: Re: Fwd: Font problem is still there

2014-04-04 Thread Ben Coman
Pharo4Stef wrote: I don't think there is any way for the VM to know the #pixelsPerInch of the display, regardless of the display resolution. There is no api in the OS for that? It would be really strange that we cannot know such information. This is the best article I co

[Pharo-dev] [pharo-project/pharo-core] 85d0cf: 30812

2014-04-04 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 85d0cff8ce066e410a9ace4c43640399a4be329b https://github.com/pharo-project/pharo-core/commit/85d0cff8ce066e410a9ace4c43640399a4be329b Author: Jenkins Build Server Date: 2014-04-04 (Fri, 04 Apr 2014

[Pharo-dev] [pharo-project/pharo-core]

2014-04-04 Thread GitHub
Branch: refs/tags/30812 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [ANN] RenoirSt 1.2.0 released!

2014-04-04 Thread Gabriel Cotelli
Hi, I'm announcing a new official release of RenoirSt, a DSL enabling programmatic cascading style sheet generation for Pharo. Changelog 1.2.0 - Issue #30 - Added units for frequencies, time, angles - Added additional units for relative lengths and resolutions - Issue #32 Added

[Pharo-dev] Build failed in Jenkins: Pharo-2.0 #356

2014-04-04 Thread no-reply
See -- Started by upstream project "Pharo-2.0-Update-Step-0-GitTracker" build number 240 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on rm

Re: [Pharo-dev] [Moose-dev] Re: Re: Re: Fwd: Font problem is still there

2014-04-04 Thread Igor Stasenko
On 4 April 2014 11:17, J.F. Rick wrote: > Woohoo! Works for me. You made my day. > > yeah.. i am happy i figured it out finally :) i now making some cleanup and lill optimizations before committing the update. > In regards to determining the DPI of the display, can't we just set that > as a pre

Re: [Pharo-dev] Puzzled

2014-04-04 Thread Camille Teruel
Fix in inbox https://pharo.fogbugz.com/f/cases/13170/ On 4 avr. 2014, at 12:46, Camille Teruel wrote: > > On 4 avr. 2014, at 12:37, Pharo4Stef wrote: > >> Thanks camille apparently I restarted from a clean image but may be I merged. >> Could you try loading the latest version of 12460 and

Re: [Pharo-dev] Puzzled

2014-04-04 Thread Camille Teruel
On 4 avr. 2014, at 12:37, Pharo4Stef wrote: > Thanks camille apparently I restarted from a clean image but may be I merged. > Could you try loading the latest version of 12460 and let me know? It works, but we still need to add 'process terminate' at the end. I open another bug entry (since it

Re: [Pharo-dev] Puzzled

2014-04-04 Thread Pharo4Stef
Thanks camille apparently I restarted from a clean image but may be I merged. Could you try loading the latest version of 12460 and let me know? On 04 Apr 2014, at 09:21, Camille Teruel wrote: > I tried on my machine in latest image and no matter how many times I run this > test, this test stil

Re: [Pharo-dev] [Moose-dev] Re: Re: Re: Fwd: Font problem is still there

2014-04-04 Thread J.F. Rick
Woohoo! Works for me. You made my day. In regards to determining the DPI of the display, can't we just set that as a preference with a default value of 96? That would satisfy 98% of cases. We could also add a primitive that would allow the VM to have its say (e.g., retina display on MacOS). When t

Re: [Pharo-dev] [Moose-dev] Re: Re: Re: Fwd: Font problem is still there

2014-04-04 Thread Igor Stasenko
On 4 April 2014 08:35, Pharo4Stef wrote: > > > > I don't think there is any way for the VM to know the #pixelsPerInch of > the > > display, regardless of the display resolution. > > There is no api in the OS for that? It would be really strange that we > cannot know such information. > > There is

Re: [Pharo-dev] [Moose-dev] Re: Re: Re: Fwd: Font problem is still there

2014-04-04 Thread Igor Stasenko
On 4 April 2014 08:33, Pharo4Stef wrote: > Igor > > I was wondering the following: ? But TextStyle is not about strikefont? > > TextStyle contains so many different things.. > Stef > > On 04 Apr 2014, at 02:55, Igor Stasenko wrote: > > > Okay, i think i got it.. > > > > Here is what happens: >

Re: [Pharo-dev] How to decompile a block?

2014-04-04 Thread Jan Vrany
Works like a charm, thanks! Jan On 04/04/14 09:51, Marcus Denker wrote: On 04 Apr 2014, at 09:45, Jan Vrany wrote: Hi, Decompiler>>decompileBlock: vanished in 3.0 (present in 2.0). What's the code for doing the same in 3.0? you call #sourceNode: [ 1 + 2 ] sourceNode Ma

Re: [Pharo-dev] SmalltalkHub hug : recent watched events list frozen

2014-04-04 Thread p...@highoctane.be
My watched events list is in the same shape. Le 4 avr. 2014 09:47, "Serge Stinckwich" a écrit : > Dear all, > > I dunno if this is know bug. I'm following more than 30 projects on > SmalltalkHub, but y recent watched events list is frozen since months > (last event from november). > Maybe there

[Pharo-dev] SmalltalkHub hug : recent watched events list frozen

2014-04-04 Thread Serge Stinckwich
Dear all, I dunno if this is know bug. I'm following more than 30 projects on SmalltalkHub, but y recent watched events list is frozen since months (last event from november). Maybe there is a relationship with this issue : https://code.google.com/p/smalltalk-hub/issues/detail?id=29 Regards, --

Re: [Pharo-dev] How to decompile a block?

2014-04-04 Thread Marcus Denker
On 04 Apr 2014, at 09:45, Jan Vrany wrote: > Hi, > > Decompiler>>decompileBlock: vanished in 3.0 (present in 2.0). > What's the code for doing the same in 3.0? > you call #sourceNode: [ 1 + 2 ] sourceNode Marcus

[Pharo-dev] How to decompile a block?

2014-04-04 Thread Jan Vrany
Hi, Decompiler>>decompileBlock: vanished in 3.0 (present in 2.0). What's the code for doing the same in 3.0? Jan P.S.: Copy-paste of code from 2.0 to 3.0 does not work, not a big surprise :-)

[Pharo-dev] Syntax Visualisation in the C# infrastructure

2014-04-04 Thread Goubier Thierry
It seems that Microsoft has opened interesting parts of the C# compilation infrastructure, including syntax visualisation. http://roslyn.codeplex.com/wikipage?title=Syntax%20Visualizer&referringTitle=Home Ideas for Opal+Roassal2 ? Thierry -- Thierry Goubier CEA list Laboratoire des Fondations

Re: [Pharo-dev] Puzzled

2014-04-04 Thread Camille Teruel
I tried on my machine in latest image and no matter how many times I run this test, this test still passes and I don't notice any slowdown nor image freeze. But I see the hanging processes. Adding 'process terminate' at the end works for me. On 3 avr. 2014, at 19:41, Pharo4Stef wrote: > Hi gu