[Pharo-users] what to use for simple parsing

2015-03-27 Thread Peter Uhnák
Hi, I would like to parse text like - id(param1, param2, ... paramX) id -> id id ->> id - id is alphanumeric string, param is any string optionally enclosed in quotes (so both quoted and unquoted string is needed) I saw that there are many tools for parsing but since I have no experience

[Pharo-users] MySQL framework for Pharo to analyze futures and options.

2015-03-27 Thread nacho
Hi folks! I'm using MySQL to hold some data on commodities prices for futures valuation and want to - of course - use Smalltalk as a front-end. Which framework would you recommend? This is a good opportunity for me to push Pharo in the company I work for. I want to leverage after that on Roassal a

Re: [Pharo-users] Notebook/slideshow morph

2015-03-27 Thread Sean P. DeNigris
stepharo wrote > I can open a slideshow, create page, drop morph on it, mark a page as > template and navigate. Cool! I used it very successfully to make a short screencast (https://www.youtube.com/watch?v=ZdTKvFRFoBc) about the little chord keyboard simulator I made. It was much nicer than my st

Re: [Pharo-users] Packaging for Mac OS

2015-03-27 Thread Hilaire
Hi, You may want to learn from the way I package DrGeo for Mac and Windows (I don't have both). Check at: http://bazaar.launchpad.net/~drgeo-developers/drgeo/trunk/files/head:/build/ the make-workstation-release and follow the scripts... Hilaire Le 25/03/2015 13:38, Hernán Morales Durand a écrit

Re: [Pharo-users] How to silently generate and remove code

2015-03-27 Thread Alejandro Infante
Hi, As far as I know the source code is not stored in the image, but in the changes file. So from that perspective the changes files is more than just logs, it actually store our code, so not recording that entry would be similar as having a method without the actual code. Maybe a possible solu

Re: [Pharo-users] [Moose-dev] loading Glamour in Pharo 4

2015-03-27 Thread Johan Fabry
OK thanks for taking care of this! > On Mar 27, 2015, at 14:48, Andrei Chis wrote: > > The same problem appeared on jenkins now. To be fixed really soon. > > > Cheers, > Andrei > > On Fri, Mar 27, 2015 at 6:44 PM, Johan Fabry > wrote: > Running the update script

[Pharo-users] How to silently generate and remove code

2015-03-27 Thread Johan Fabry
Hi all, for LRP I am auto generating classes and methods, and removing them when I no longer need them. This however produces a lot of entries in the change file that are not needed at all. So I am looking into generating and removing them silently, however with not much success. Can anybody he

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

2015-03-27 Thread Cyril Ferlicot
Pharo sprint are some event organize the Friday at INRIA Lille where people come and works on a theme. For exemple that can be a bug hunt: "Choose a bug from FogBugz and try to solve it". Everyone is on a big room and we can help each other. Some sprint are announce on the news on Pharo's website

Re: [Pharo-users] Packaging for Mac OS

2015-03-27 Thread Cyril Ferlicot
That works for me too On 27 March 2015 at 09:53, Damien Cassou wrote: > > Hernán Morales Durand writes: > > >> https://ci.inria.fr/pharo/view/all/job/Launcher-Mac/ > > > Thank you Damien, > > Unfortunately the link displays "503 Service Temporarily Unavailable" > > But I will check later. > > w

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Alexandre Bergel
This is really cool. You guys are changing the way we program. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Mar 27, 2015, at 2:04 PM, Yuriy Tymchuk wrote: > > Oh, I was checking i

Re: [Pharo-users] [Moose-dev] loading Glamour in Pharo 4

2015-03-27 Thread Andrei Chis
The same problem appeared on jenkins now. To be fixed really soon. Cheers, Andrei On Fri, Mar 27, 2015 at 6:44 PM, Johan Fabry wrote: > Running the update script in the latest image (40585) causes a DNU: > Instances of UndefinedObject are not indexable. :-( > > I can only see the stack trace i

Re: [Pharo-users] [Moose-dev] loading Glamour in Pharo 4

2015-03-27 Thread Johan Fabry
Running the update script in the latest image (40585) causes a DNU: Instances of UndefinedObject are not indexable. :-( I can only see the stack trace in the pre-debugger. Clicking in the pre-debugger or trying to close a window causes the DNU again. The problem seems to be in RubFindReplaceSer

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

2015-03-27 Thread Jigyasa Grover
Hi Jean-Christophe Bach ! I am new to Pharo and would like to know more about Pharo Sprint. It would be great if you could elucidate a bit. Thanks and Regards Jigyasa Grover -- View this message in context: http://forum.world.st/Pharo-sprint-on-Friday-3rd-April-tp4815604p4815605.html Sent from

[Pharo-users] Pharo sprint on Friday, 3rd April

2015-03-27 Thread Jean-Christophe Bach
Hi Pharoers, This email as a reminder for the next Pharo sprint: it will be next Friday (3rd April) at Inria Lille. You can also join us on the IRC channel (#pharo on irc.freenode.net server). During the sprint, we will try to synchronize local and remote Pharo sprinters. JC signature.asc Desc

Re: [Pharo-users] Trouble With Pillar

2015-03-27 Thread Jigyasa Grover
Thank You Sir Corrected the error and I was able to compile the .pillar files correctly. -- View this message in context: http://forum.world.st/Trouble-With-Pillar-tp4815448p4815602.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Code critics: 'Method defined in all subclasses, but not in superclass'

2015-03-27 Thread Laura Risani
It's true in v4 is already fixed :) On Fri, Mar 27, 2015 at 4:53 AM, Marcus Denker wrote: > > > On 26 Mar 2015, at 23:15, Laura Risani wrote: > > > > Hi all, > > > > If i run Critic Browser on a package with just a class that defines a > method as subclassResponsibility and two subclasses that

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Andrei Chis
Hi Uko, You found no mail, as there is no email about that. It's a recent addition. Search for the class GTCritics in Spotter and then dive in the class. There should be a category Critics that lets's you see and search through all the critics of that class. Cheers, Andrei On Fri, Mar 27, 2015

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Yuriy Tymchuk
> On 27 Mar 2015, at 14:40, Tudor Girba wrote: > > Nice, Uko. Thank you. > > We should definitely see next Tuesday how this can complement the future GT > efforts :) Yes, I’m looking forward. > > In the meantime, you could look at the code critics support from Spotter. It > was recently

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Tudor Girba
Nice, Uko. We should definitely see next Tuesday how this can complement the future GT efforts :) In the meantime, you could look at the code critics support from Spotter. It was recently introduced by Stefan Reichhart, Cheers, Doru On Fri, Mar 27, 2015 at 12:05 PM, Yuriy Tymchuk wrote: >

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Yuriy Tymchuk
Oh, actually it turns out that I didn’t remove my old experiments with GT, so you can see critics tab in inspector. Navigation in not useful yet though. Uko > On 27 Mar 2015, at 09:47, Damien Cassou wrote: > > Hi Yuriy, > > Yuriy Tymchuk writes: > >> As you already know I am working on p

Re: [Pharo-users] Spec TextModel

2015-03-27 Thread Sven Van Caekenberghe
> On 27 Mar 2015, at 11:37, Peter Uhnák wrote: > > Either TextModel should have configuration methods #beForCode and #beForText > or there should be TextModel and a CodeModel (sub)class. > > And from what you say, the plain variant is not even provided in Spec. > > I agree, please open issue

Re: [Pharo-users] Spec TextModel

2015-03-27 Thread Peter Uhnák
> > Either TextModel should have configuration methods #beForCode and > #beForText or there should be TextModel and a CodeModel (sub)class. > > And from what you say, the plain variant is not even provided in Spec. I agree, please open issue for it. Peter

Re: [Pharo-users] topics.pharo.org - Deep learning

2015-03-27 Thread Clément Bera
Hello, I believe that topics related to robotics are supervised by Noury Bouraqadi and / or Luc Fabresse. I think you should ask them for more information. You can find their mail on their web page (just type their names on google) Good luck, Clement 2015-03-27 9:51 GMT+01:00 Damien Cassou

Re: [Pharo-users] first impressions

2015-03-27 Thread Camille
> On 27 Mar 2015, at 09:48, Norbert Hartl wrote: > > >> Am 27.03.2015 um 05:50 schrieb Martin Bähr >> > >: >> >> from what I've experienced so far, Smalltalk is all it's cracked up to be! > > What does it mean? That it’s living up to its reputation.

Re: [Pharo-users] Spec TextModel

2015-03-27 Thread Sven Van Caekenberghe
Thanks, Peter. This will help for now. But my real point is indeed that the name is wrong. Either TextModel should have configuration methods #beForCode and #beForText or there should be TextModel and a CodeModel (sub)class. And from what you say, the plain variant is not even provided in Spec

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Yuriy Tymchuk
Hi Damien, yes, I will work on different ways to display critics. The main advantage that I have now is that critics are a property of a class or method, so in fact inspector or debugger can just ask an entity what are its critics :). I think I will add gt representation soon, so you will be ab

Re: [Pharo-users] Spec TextModel

2015-03-27 Thread Peter Uhnák
Hi, try this TextModel new isCodeCompletionAllowed: false; menuHolder: []; openWithSpec The second line disabled code completion, and the third disables right-click menu. Disabling shortcuts may be a little more complex. From wha

Re: [Pharo-users] topics.pharo.org - Deep learning

2015-03-27 Thread Damien Cassou
Hi Julien, Julien Delplanque writes: > I'm currently searching for a subject for a project to do during my > first year of master. I want to do something that is linked to pharo. > Following Stéphane Ducasse advises, I had a look in topics.pharo.org > and I saw a subject that could interest me n

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Damien Cassou
Hi Yuriy, Yuriy Tymchuk writes: > As you already know I am working on providing better code quality support in > Pharo. You can use Code Critics in Pharo to detect bad practices and > potential bugs. But launching the Critics Browser and running it on your code > every now and then requires a

Re: [Pharo-users] Trouble With Pillar

2015-03-27 Thread Damien Cassou
Jigyasa Grover writes: > Please rectify my mistake. please follow the tutorial from scratch in a clean directory, not in UpdatedPharoByExample. You can contact me on instant messaging if you have more questions (see my website for details). -- Damien Cassou http://damiencassou.seasidehosting

Re: [Pharo-users] Packaging for Mac OS

2015-03-27 Thread Damien Cassou
Hernán Morales Durand writes: >> https://ci.inria.fr/pharo/view/all/job/Launcher-Mac/ > Thank you Damien, > Unfortunately the link displays "503 Service Temporarily Unavailable" > But I will check later. works for me -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the abi

Re: [Pharo-users] first impressions

2015-03-27 Thread Norbert Hartl
> Am 27.03.2015 um 05:50 schrieb Martin Bähr > : > > from what I've experienced so far, Smalltalk is all it's cracked up to be! What does it mean? Norbert

[Pharo-users] Spec TextModel

2015-03-27 Thread Sven Van Caekenberghe
Hi, I have a question about Spec's TextModel. How do you use it without the assumption that it contains code ? I just want to show real text and not have a code menu or active coding shortcuts. It is probably me, but I can't find it. Thx, Sven

[Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Yuriy Tymchuk
Dear Pharo users, As you already know I am working on providing better code quality support in Pharo. You can use Code Critics in Pharo to detect bad practices and potential bugs. But launching the Critics Browser and running it on your code every now and then requires additional effort which d

[Pharo-users] topics.pharo.org - Deep learning

2015-03-27 Thread Julien Delplanque
Hi everyone, I'm currently searching for a subject for a project to do during my first year of master. I want to do something that is linked to pharo. Following Stéphane Ducasse advises, I had a look in topics.pharo.org and I saw a subject that could interest me named "Deep learning". But there i

Re: [Pharo-users] Code critics: 'Method defined in all subclasses, but not in superclass'

2015-03-27 Thread Marcus Denker
> On 26 Mar 2015, at 23:15, Laura Risani wrote: > > Hi all, > > If i run Critic Browser on a package with just a class that defines a method > as subclassResponsibility and two subclasses that override it, i get under > group 'Design Flaws' 'Method defined in all subclasses, but not in > su