[Pharo-users] QualityAssistant ignoring rules

2015-04-25 Thread Peter Uhnák
Hi, is there a simple way to add certain rule as ignored? Something like "right click -> supress rule" I am working on tools that do use metaprogramming, so it tends to complain, and for example in roassal there is a common pattern element := RTBox new size: 50; elementOn: 'sth'. But that of cours

Re: [Pharo-users] QualityAssistant ignoring rules

2015-04-25 Thread Yuriy Tymchuk
Hi Peter. For now - no, but you can check a prototype if you load QualityAssistant with: Metacello new baseline: #QualityAssistant; repository: 'github://Uko/QualityAssistant:development'; load Want to make a whole new philosophy of how do you tell which parts should be ch

Re: [Pharo-users] QualityAssistant ignoring rules

2015-04-25 Thread Peter Uhnák
Excellent! I'm also noticing that this doesn't use the CriticBrowser's Manifest class, but I assume this is already somewhere on your todo list. (I'm not very fond of the pragma usage here, it would be nice to have it as metadata (in a possibly separate window which I can't open/close on demand)).

[Pharo-users] STON references class removed in Pharo 5

2015-04-25 Thread Jan Blizničenko
Hello I'd just like to note that STON package is referencing class TimeStamp in its tests, which has been deprecated and got removed in Pharo 5 (since image 50003), so if I want to use latest image (which I do), I get a warning that STON package depends on non-existing class. Jan -- View this

Re: [Pharo-users] QualityAssistant ignoring rules

2015-04-25 Thread Yuriy Tymchuk
That’s why it’s not in production :). Thank you for the feedback > On 25 Apr 2015, at 11:54, Peter Uhnák wrote: > > Excellent! > > I'm also noticing that this doesn't use the CriticBrowser's Manifest class, > but I assume this is already somewhere on your todo list. (I'm not very fond > of

[Pharo-users] issue with monticello ancestor ?

2015-04-25 Thread Alexandre Bergel
Hi! I often experience that ancestors are not properly marked as non-bold in monticello. Consider the following: Why .5.mcz is in bold since it is the ancestor of version 6? Am I the only one to experience this? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel

Re: [Pharo-users] issue with monticello ancestor ?

2015-04-25 Thread Thierry Goubier
Hi Alexandre, with Esteban, we've been chasing around some of those bugs around for a while. But, in your case, it could perfectly be that: .6 in your image has .4 as ancestor; and .6 in your repository has .5 as ancestor... If you could, I'd like that, on that very same inspector, you ins

Re: [Pharo-users] issue with monticello ancestor ?

2015-04-25 Thread Yuriy Tymchuk
> On 25 Apr 2015, at 18:00, Thierry Goubier wrote: > > Hi Alexandre, > > with Esteban, we've been chasing around some of those bugs around for a while. > > But, in your case, it could perfectly be that: > > .6 in your image has .4 as ancestor; and .6 in your repository has .5 as > ancestor…

Re: [Pharo-users] issue with monticello ancestor ?

2015-04-25 Thread Thierry Goubier
Le 25/04/2015 18:09, Yuriy Tymchuk a écrit : On 25 Apr 2015, at 18:00, Thierry Goubier wrote: Hi Alexandre, with Esteban, we've been chasing around some of those bugs around for a while. But, in your case, it could perfectly be that: .6 in your image has .4 as ancestor; and .6 in your repo

[Pharo-users] Running agile visualization examples on pharo 4 doesn't show the RTView

2015-04-25 Thread Offray Vladimir Luna Cárdenas
Hi, I'm just testing/porting some of my stuff on pharo 4 (congrats again for the release!) and I see something strange. When I run the examples of agile visualization on a playground I don't get all the tabs that I get on Pharo 3.0 and Moose 5.0 and 5.1, only the "Raw" and "Meta". Tabs like "

Re: [Pharo-users] Running agile visualization examples on pharo 4 doesn't show the RTView

2015-04-25 Thread Tudor Girba
If you do not have a Moose image, you have to load the Glamour Roassal presentation and the GT-InspectorExtensions-CoreRoassal Cheers, Doru On Sat, Apr 25, 2015 at 7:01 PM, Offray Vladimir Luna Cárdenas < off...@riseup.net> wrote: > Hi, > > I'm just testing/porting some of my stuff on pharo 4 (c

Re: [Pharo-users] Running agile visualization examples on pharo 4 doesn't show the RTView

2015-04-25 Thread Peter Uhnák
Indeed, I always run this script to get in Pharo 4 ~~~ "=== Roassal presentations ===" Gofer new smalltalkhubUser: 'Moose' project: 'GToolkit'; package: 'GT-InspectorExtensions-CoreRoassal'; load. Gofer new smalltalkhubUser: 'Moose' project: 'Glamour'; package

Re: [Pharo-users] Looking for Magritte example: MAAddress, MAPerson...

2015-04-25 Thread Sean P. DeNigris
MagritteMagic is just such an app. I fixed the configuration and now you can load it from the config browser. HTH - Cheers, Sean -- View this message in context: http://forum.world.st/Looking-for-Magritte-example-MAAddress-MAPerson-tp4820487p4821837.html Sent from the Pharo Smalltalk Users

Re: [Pharo-users] Running agile visualization examples on pharo 4 doesn't show the RTView

2015-04-25 Thread Yuriy Tymchuk
Is it only me, or as GTInspector is a part of Pharo 4, configuration of roassal should load the presentation and not something from outside? > On 25 Apr 2015, at 19:23, Peter Uhnák wrote: > > Indeed, I always run this script to get in Pharo 4 > > ~~~ > "===

[Pharo-users] Oracle FFI - External module not found on OS X

2015-04-25 Thread recursive68
Hi, I wrote a FFI wrapper for an Oracle library ( OCILib ) sometime ago, which worked on Pharo 1.4 and Pharo 2.0 / 3.0. I'm now trying to use it with Pharo 4.0 and its failing with "External module not found". This is on OSX and I've set DYLD_LIB_LIBRARY so the OCILib dylib is present in it. I've

Re: [Pharo-users] Running agile visualization examples on pharo 4 doesn't show the RTView

2015-04-25 Thread Peter Uhnák
Something like this was brought up several times, however there is no clear resolution as far as I can tell. Considering visualizing Roassal is (unsurprisingly) common use-case I would prefer if it would download its presenters by default. http://forum.world.st/Glamour-Roassal-presentations-td4802

Re: [Pharo-users] Running agile visualization examples on pharo 4 doesn't show the RTView

2015-04-25 Thread Offray Vladimir Luna Cárdenas
+1 to Peter suggestion of downloading it by default. This means that the agile visualization book is accurate about what you will get once Roassal is installed on a fresh pharo 4 image. Cheers, Offray El 25/04/15 a las 14:34, Peter Uhnák escribió: Something like this was brought up several t

[Pharo-users] Rubric RubKeystroke

2015-04-25 Thread Peter Uhnák
Hi, is it possible to catch pressed key in RubTextFieldArea? I tried ~~~ |fieldArea| fieldArea := RubTextFieldArea new takeKeyboardFocus. fieldArea announcer when: RubKeystroke do: [ :rbEvent | rbEvent inspect ]. fieldArea openInWindow. but it doesn't seem

Re: [Pharo-users] Looking for Magritte example: MAAddress, MAPerson...

2015-04-25 Thread stepharo
Thanks leaving on vacation soon but I will remember it Le 25/4/15 19:48, Sean P. DeNigris a écrit : MagritteMagic is just such an app. I fixed the configuration and now you can load it from the config browser. HTH - Cheers, Sean -- View this message in context: http://forum.world.st/

Re: [Pharo-users] The Pillar TextMate plugin can now preview Pillar files

2015-04-25 Thread Yuriy Tymchuk
Thanks Luc! > On 25 Apr 2015, at 11:19, Luc Fabresse wrote: > > Hi Happy Pharoers, > > Since I am editing more and more Pillar files these days, I enhanced the > Pillar TextMate2 plugin made by Uko (thanks ;-)) to easily have a web preview > (just by pressing ⌘R). > > The plugin is here: htt

Re: [Pharo-users] Oracle FFI - External module not found on OS X

2015-04-25 Thread Ben Coman
On Sun, Apr 26, 2015 at 3:04 AM, wrote: > Hi, > > I wrote a FFI wrapper for an Oracle library ( OCILib ) sometime ago, which > worked on Pharo 1.4 and Pharo 2.0 / 3.0. I'm now trying to use it with > Pharo 4.0 and its failing with "External module not found". This is on OSX > and I've set DYLD_LI