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

2015-04-27 Thread nacho
Hi, this is awesome, congratulations. However, I can't make it work. I've installed the bundle. Then added: PHARO_VM /Aplications/Pharo4.0.app/Contents/MacOS/Pharo PILLAR_IMAGE /Aplications/Pharo4.0.app/Contents/Resources/Pharo4.0.image Making sure that in that image Pillar is installed. When I d

Re: [Pharo-users] MagicMagritte in Pharo 40.

2015-04-27 Thread Sean P. DeNigris
stepharo wrote > when I load magic magritte I get some messages about ContextPart. > I proceeded but just to let you know. Maybe this is a magritte issue. It looks like a bug in ConfigurationOfSeaside3... I reported to their list... - Cheers, Sean -- View this message in context: http://fo

Re: [Pharo-users] Conveying the usage of an object

2015-04-27 Thread Sergio Fedi
I already do that. (and I also make sure my tests have 100% coverage over the Public protocol) But to know that you have to memorize the methods that are in the test cases. Besides, I may want to test private methods too. ​

Re: [Pharo-users] Conveying the usage of an object

2015-04-27 Thread Stephan Eggermont
On 28/04/15 00:53, Sergio Fedi wrote: How can I deal with this problem? Which is "the Pharo way" to accomplish this? Uhm, you write unit tests for the public API? Showing what you expect to sent to an object in a nice descriptive way? Stephan

Re: [Pharo-users] Conveying the usage of an object

2015-04-27 Thread Sergio Fedi
The only other way I can think of doing this is via the virtual categories (which Pharo seems to have) and make them look for "Public" at the beggining of the first comment. Not fancy, but practical. ​

Re: [Pharo-users] Conveying the usage of an object

2015-04-27 Thread Mariano Martinez Peck
Sergio, a few times I also wanted that. And the only way of doing it I found was by doing defining protocols like 'public' , 'public - subcategoryX', 'public - subcategoryY' , etc... not sure powerful but simple. Cheers, On Mon, Apr 27, 2015 at 7:53 PM, Sergio Fedi wrote: > Hi, > > In other sma

[Pharo-users] Conveying the usage of an object

2015-04-27 Thread Sergio Fedi
Hi, In other smalltalks, which had the capability of marking a method with more than one category, I could make a method public/private AND it's functional category (accessor, printing, etc) I did this to explicitly show the user which methods I expect to be sent to the object and which ones I do

Re: [Pharo-users] Where to channel questions

2015-04-27 Thread Peter Uhnák
Sometimes people also post on StackOverflow and then send link to mailing list. SO is generally oriented more on concrete problems and solutions... e.g. "How do I sort a collection?". General discussions, debates, opinions and other are discouraged and downvoted — it doesn't belong there; so best a

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

2015-04-27 Thread Udo Schneider
On 28/04/15 00:03, recursiv...@gmail.com wrote: If I create a sym link in the Plugins directory or copy the dylib to the Plugins directory and launch Pharo via the Finder dialog window, it fails with "External module not found", so it appears to be how Pharo and/or OSX sets it library path when l

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

2015-04-27 Thread recursive68
Thanks, it's giving this, so it's appears to be 32 bit (I compiled with CFLAGS=-m32): /usr/local/lib/libocilib.dylib: Mach-O dynamically linked shared library i386 I think the library is ok, it's just not being found by Pharo when I launch it as an application from the Finder dialog. If I launch

Re: [Pharo-users] Where to channel questions

2015-04-27 Thread Stephan Eggermont
On 27/04/15 18:33, Sergio Fedi wrote: Hi, I'm new to the Pharo community and I was wondering where to channel Pharo-use related questions. In the Pahro.org site it suggests to post questions on StackOverflow Yes. That is a mistake. We will answer questions on StackOverflow, but it is not our c

Re: [Pharo-users] Where to channel questions

2015-04-27 Thread Cyril Ferlicot
Hi, for simple question you can also use the IRC channel #pharo on irc.freenode.net On 27 April 2015 at 18:40, Sven Van Caekenberghe wrote: > >> On 27 Apr 2015, at 18:33, Sergio Fedi wrote: >> >> Hi, I'm new to the Pharo community and I was wondering where to channel >> Pharo-use related questi

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

2015-04-27 Thread Udo Schneider
On 25/04/15 21:04, recursiv...@gmail.com wrote: 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_LIBRAR

Re: [Pharo-users] Multiple tags

2015-04-27 Thread Sergio Fedi
Got it. Thank you guys! On Mon, Apr 27, 2015 at 5:20 PM, Esteban Lorenzano wrote: > > On 27 Apr 2015, at 22:12, Nicolai Hess wrote: > > > > 2015-04-27 21:41 GMT+02:00 Sergio Fedi : > >> Does the new tag model for packages support multiple tags for a class? >> > > No. > > And more in deep: Not

Re: [Pharo-users] Multiple tags

2015-04-27 Thread Esteban Lorenzano
> On 27 Apr 2015, at 22:12, Nicolai Hess wrote: > > > > 2015-04-27 21:41 GMT+02:00 Sergio Fedi >: > Does the new tag model for packages support multiple tags for a class? > > No. And more in deep: Not yet. > > > For example, instead of having a Test-Model t

Re: [Pharo-users] Multiple tags

2015-04-27 Thread Nicolai Hess
2015-04-27 21:41 GMT+02:00 Sergio Fedi : > Does the new tag model for packages support multiple tags for a class? > No. > > For example, instead of having a Test-Model tag, I could have a class that > tests a model class tagged both as Test and Model. > > I tried to assign a single class two la

[Pharo-users] Multiple tags

2015-04-27 Thread Sergio Fedi
Does the new tag model for packages support multiple tags for a class? For example, instead of having a Test-Model tag, I could have a class that tests a model class tagged both as Test and Model. I tried to assign a single class two labels (by drag & dropping and it didn't work)

Re: [Pharo-users] STON distributed control version and long lines (it was Re: Citizen example for manipulating a bibtex file)

2015-04-27 Thread Sven Van Caekenberghe
A package is not a configuration, try: Gofer new smalltalkhubUser: 'SvenVanCaekenberghe' project: 'STON'; configurationOf: 'Ston'; loadBleedingEdge. > On 27 Apr 2015, at 19:29, Offray Luna wrote: > > Hi Sven, > > I tried to load the last bleeding edge version of STON by running: > > ht

Re: [Pharo-users] STON distributed control version and long lines (it was Re: Citizen example for manipulating a bibtex file)

2015-04-27 Thread Offray Luna
Hi Sven, I tried to load the last bleeding edge version of STON by running: http://ws.stfx.eu/BOSL57WU39FI but I got an error: KeyNotFound: key #ConfigurationOfSTON not found in SystemDictionary Am I loading the this version properly? Thanks, Offray -- View this message in context: http:/

Re: [Pharo-users] Where to channel questions

2015-04-27 Thread Sven Van Caekenberghe
> On 27 Apr 2015, at 18:33, Sergio Fedi wrote: > > Hi, I'm new to the Pharo community and I was wondering where to channel > Pharo-use related questions. > > In the Pahro.org site it suggests to post questions on StackOverflow > > "If you have any question regarding Pharo, use StackOverflow.

[Pharo-users] Where to channel questions

2015-04-27 Thread Sergio Fedi
Hi, I'm new to the Pharo community and I was wondering where to channel Pharo-use related questions. In the Pahro.org site it suggests to post questions on StackOverflow "If you have any question regarding Pharo, use StackOverflow . Be sure to tag your questio

[Pharo-users] Postdoc position at the University of Chile

2015-04-27 Thread Alexandre Bergel
Dear All, There is a possibility to do a postdoc at the University of Chile. The position is competitive: 3 years, good salary, and a budget you can spend as you wish. Get in touch with me for more info. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel ht

Re: [Pharo-users] Woden-Roassal 3d object rotations

2015-04-27 Thread Lusa Nicolas
Hello it's me again, I've been playing around a little and found a bug which makes all rotations the same. No matter which rotation you call it is always going to rotate around the X axis. I guess that is due the fact that all the three rotations end up calling: (self class xrot: angle) * self,

[Pharo-users] Question about Text Editor.

2015-04-27 Thread Cyril Ferlicot
Hi, I wanted to do a little text editor and I would like to know if someone already did one with simple features like open a file, save a file etc... I don't want to lose too much time in something that already exist. -- Cheers Cyril Ferlicot

Re: [Pharo-users] Woden-Roassal 3d object rotations

2015-04-27 Thread Lusa Nicolas
Hello mr. Salgado, I've just tried it out really quickly and it looks awesome! Looking forward to use it in my project. Thank you! Cheers, Nicolas On Apr 27, 2015, at 9:36 AM, Ronie Salgado mailto:ronies...@gmail.com>> wrote: Hello Mr. Lusa, Sorry for not answering earlier, I added the miss

Re: [Pharo-users] Woden-Roassal 3d object rotations

2015-04-27 Thread Ronie Salgado
Hello Mr. Lusa, Sorry for not answering earlier, I added the missing support for the rotations by adding some methods that changes the internal scene node orientation. I also did a small refactoring in the support for orientation, because I received email with an implementation of quaternions that