Re: [Pharo-users] [Pharo-dev] Pharo by Example 50 released!

2017-01-23 Thread Tudor Girba
Great. This is a great entry point into Pharo. Please publicize it as widely as you can. Here is the announcement tweet that you can retweet: https://twitter.com/stephaneducasse/status/823195882770284545 Cheers, Doru > On Jan 22, 2017, at 4:53 PM, stepharong wrote: > >

Re: [Pharo-users] Tools for easy subtext extraction from text

2017-01-21 Thread Tudor Girba
I use PetitParser for this purpose. It provides: - an incremental way to build a parser especially when you use its bounded sea abilities, - a way to debug problems, and - a reasonably readable outcome that can be extended to a more complicated parser. For example, in your case, you can use:

Re: [Pharo-users] is PetitParser eager by default?

2017-01-21 Thread Tudor Girba
. Cheers, Doru > On Jan 21, 2017, at 11:26 AM, stepharong <stephar...@free.fr> wrote: > > Hi doru > > where do we see it? > > > Stef > > On Fri, 20 Jan 2017 16:57:51 +0100, Tudor Girba <tu...@tudorgirba.com> wrote: > > Hi, > > When you

Re: [Pharo-users] is PetitParser eager by default?

2017-01-20 Thread Tudor Girba
Hi, When you have questions like these, you can also use the built-in debugging facilities. For example, in your case, you can see that the #any parser consumed everything like this: Cheers, Doru > On Jan 20, 2017, at 4:38 PM, Norbert Hartl wrote: > > >> Am

Re: [Pharo-users] [Pharo-dev] happy and bold new year

2017-01-09 Thread Tudor Girba
while it is running (inspector or > debugger), but it is still a tedious path, and I feel Pharo is a bit > under featured on that specific department, therefore my question on Moose. > > Hilaire > > > > Le 09/01/2017 à 15:09, Tudor Girba a écrit : >> That is why my advi

Re: [Pharo-users] [Pharo-dev] happy and bold new year

2017-01-09 Thread Tudor Girba
y be be able to change it in the way I want. > Does the Moose & al tools could help me understand code I don't know about? > > Given the fact Pharo/Smalltalk are not typed makes it harder for code > analysis, don't you? > > Happy new year to you too. > > Hiaire >

[Pharo-users] happy and bold new year

2017-01-09 Thread Tudor Girba
Happy New Year, everyone! Over the last year, I went through a rather extensive tour and I directly exposed Moose, GT and Pharo to some 2000+ technical people through various sessions and trainings at conferences and companies. The tour will continue this year. Most of the sessions are not

Re: [Pharo-users] [Moose-dev] Design Challenge: metrics missing value...

2016-12-21 Thread Tudor Girba
Hi, > On Dec 21, 2016, at 3:05 PM, stepharong wrote: > > > >> Hi Alex, >> >> Following the design proposed by Stef, in your case you would use a >> different collection. > > Doru I have multiple missingValue so that they embed their own strategy. > Now I do not know for

Re: [Pharo-users] [Moose-dev] Design Challenge: metrics missing value...

2016-12-20 Thread Tudor Girba
Hi Alex, Following the design proposed by Stef, in your case you would use a different collection. Cheers, Doru > On Dec 21, 2016, at 8:13 AM, Alexandre Bergel wrote: > > Hi Stef, > > You are raising an interesting point to discuss. This MissingValue is indeed >

Re: [Pharo-users] [Moose-dev] Design Challenge: metrics missing value...

2016-12-20 Thread Tudor Girba
Hi, MissingValue (or NoValue) is definitely the way to go. The UniformOrderedCollection is an interesting idea, too. We had a NoValue like solution a long time ago but we discarded because we missed the idea around collections. It would be really cool to have this working. Cheers, Doru > On

Re: [Pharo-users] [Vm-dev] ptsd rage

2016-12-19 Thread Tudor Girba
Indeed, please let’s focus on Pharo issues on this mailing list. Cheers, Doru > On Dec 20, 2016, at 1:25 AM, Travis Ayres wrote: > > Totally agreed. > > On Mon, Dec 19, 2016 at 4:17 PM, Brad wrote: > Don't know about anyone else, but I would

Re: [Pharo-users] DNU on materializing a fueled out exception

2016-12-19 Thread Tudor Girba
Hi, > On Dec 19, 2016, at 6:34 PM, Denis Kudriashov wrote: > > Hi. > > 2016-12-19 18:08 GMT+01:00 Max Leske : > I suppose that functionality should be resolved via FuelPlatform. Something > like > > FLPlatform current > openDebuggerOn:

Re: [Pharo-users] iceberg and private github repos

2016-12-19 Thread Tudor Girba
with https security right now… due current > limitations on libgit2, not our fault :P) > > Esteban > > > On 19 Dec 2016, at 09:26, Tudor Girba <tu...@tudorgirba.com> wrote: > > > > Hi, > > > > I have to work with a private GitHub repo. Is t

[Pharo-users] iceberg and private github repos

2016-12-19 Thread Tudor Girba
Hi, I have to work with a private GitHub repo. Is there a way to tell Iceberg to load from such a private repo? Cheers, Doru -- www.tudorgirba.com www.feenk.com "We cannot reach the flow of things unless we let go."

Re: [Pharo-users] [Vm-dev] ptsd rage

2016-12-17 Thread Tudor Girba
Hi Robert, I am really sorry to hear your condition, and indeed, I hope you will find a remedy. Thank you very much for this email. I can imagine it was hard to write it. Cheers, Tudor > On Dec 17, 2016, at 2:57 AM, Robert Withers > wrote: > > I need to

[Pharo-users] money & currency library

2016-11-30 Thread Tudor Girba
Hi, I am looking for a money & currency library in Pharo. Can anyone point me to one? I remember seeing a nice one, but the name escapes me. Cheers, Doru -- www.tudorgirba.com www.feenk.com "What is more important: To be happy, or to make happy?"

Re: [Pharo-users] [SmaCC] Partial Installation

2016-11-25 Thread Tudor Girba
Hi Thierry, As you might have seen, John has created a repo with his version of SmaCC. Would you be interested in merging possible differences from your code with the repository from John? Cheers, Doru > On Nov 25, 2016, at 1:30 PM, Thierry Goubier > wrote: > >

Re: [Pharo-users] csv utf8 etc problem

2016-11-14 Thread Tudor Girba
Hi, You could not load NeoCSV in a Moose 6.0 image? What was the error? Cheers, Doru > On Nov 14, 2016, at 11:26 AM, Robert Kuszinger wrote: > > Sven, > > thanks for the fast reply. It worked for sure, but only in a fresh Pharo 5 > donwload, NeoCSV load and so on. > It

Re: [Pharo-users] Can pharo association web page point to association.pharo.org, like the consortium one?

2016-11-10 Thread Tudor Girba
Great work, Marcus! This type of work often goes unnoticed and under appreciated. But, it is acts like this that make Pharo more than a language, environment or even code. Pharo is a community. A way of working. Pharo is a project. Cheers, Doru > On Nov 10, 2016, at 9:44 AM, Marcus Denker

[Pharo-users] [ann] petitparser2

2016-11-08 Thread Tudor Girba
Hi, I am happy to announce the availability of PetitParser2, a wonderful redesign of the original PetitParser developed by Jan Kurš. https://github.com/kursjan/petitparser2 Highlights: - it introduces the compiler facility that speeds up parsers by a factor of ~2-5x - it introduces the

Re: [Pharo-users] Looking for the library to sort object

2016-11-07 Thread Tudor Girba
Hi, Indeed, I forgot about this one. I would like to add this in Moose because it looks quite handy. Cheers, Doru > On Nov 7, 2016, at 2:35 PM, stepharo wrote: > > Thanks! > > > > Le 7/11/16 à 12:37, Sven Van Caekenberghe a écrit : >> This is very nice: >> >>

Re: [Pharo-users] About balkanisation

2016-11-06 Thread Tudor Girba
Hi Dale, I think I missed your mails. I would be interested in hearing your opinion. Let’s aim for a chat sometime next week. Would this work for you? Cheers, Doru > On Nov 7, 2016, at 6:30 AM, Dale Henrichs <dale.henri...@gemtalksystems.com> > wrote: > > > > O

Re: [Pharo-users] About balkanisation

2016-11-06 Thread Tudor Girba
Hi Stef, I think that you are raising a valid point, and I actually agree with it. But I think there is another side of the coin as well. I think that right now we are in between worlds and this is not quite beneficial. Switching to GitHub is a significant effort, and treating it as business

Re: [Pharo-users] [Pharo-dev][ANN] Scale

2016-10-23 Thread Tudor Girba
Nice work! Doru > On Oct 23, 2016, at 8:36 PM, Santiago Bragagnolo > wrote: > > > Hi everybody. > > We are officially releasing a first version of scale. > > Scale is a command line handler that is there for making easier the life of > the people that uses

[Pharo-users] new themoosebook.org - work in progress

2016-10-20 Thread Tudor Girba
Hi, I am working on a new The Moose Book. You can see the current draft here: http://themoosebook.org In the current form, it covers about 40% of what I want to have at the end. My target is to get a first complete version ready until Spring 2017. The book targets Moose 6.1, although most

Re: [Pharo-users] How do Smalltalk disambiguate messages?

2016-10-16 Thread Tudor Girba
Hi, > On Oct 16, 2016, at 10:41 AM, CodeDmitry wrote: > > I was actually curious about this in Ruby as well, since Ruby also doesn't > have the Smalltalk message syntax. > > I figure that the magic behind it is that Smalltalk takes strings like "dict > at: 'foo' put:

Re: [Pharo-users] [ann] pillar text editor

2016-10-10 Thread Tudor Girba
w how to fix that yet, and it would be great if someone else would help on that. Cheers, Doru > Stef > > Le 9/10/16 à 23:23, Tudor Girba a écrit : >> Hi, >> >> Pillar now ships with a text editor that also features a syntax highlighter. >> >&g

Re: [Pharo-users] Pillar book makefile or template is broken.

2016-10-09 Thread Tudor Girba
Hi Stef, I started from the Pharo image and now we have an editor that is working reasonably well inside Pharo. I will send more details shortly. This means that I do not have to edit the book somewhere else, and this also means that I can run the generation from inside Pharo, too. So, the

Re: [Pharo-users] [Pharo-dev] [ANN] Tealight

2016-10-08 Thread Tudor Girba
Nice work. Thanks! Doru > On Oct 8, 2016, at 10:15 AM, Torsten Bergmann wrote: > > Hi, > > I wrote a small extension "Tealight" for the Teapot framework that makes it > even easier to experiment with web based interfaces/web calls into Pharo > running on the server side. >

Re: [Pharo-users] pillar: how to link to different parts?

2016-09-30 Thread Tudor Girba
ence Department (DCC) - University of > Chile > >> On Sep 30, 2016, at 15:45, Tudor Girba <tu...@tudorgirba.com> wrote: >> >> Hi, >> >> I am playing with Pillar, and I am now would like to link different chapters >> to one another. For example, in

[Pharo-users] pillar: how to link to different parts?

2016-09-30 Thread Tudor Girba
Hi, I am playing with Pillar, and I am now would like to link different chapters to one another. For example, in the old Pier book support, we could write something like: *ref:../anotherchapter/section* and this would result in a rendering like: Section 15.3 (with a

Re: [Pharo-users] Why Pharo?

2016-09-25 Thread Tudor Girba
h is a very verbose language and of course that includes VM and > low level parts that in the case of Pharo are not included in the image. I only counted the rb files, not the C ones (see the script) :) Doru > On Sun, Sep 25, 2016 at 4:46 PM Tudor Girba <tu...@tudorgirba.com> wrote: >

Re: [Pharo-users] Why Pharo?

2016-09-25 Thread Tudor Girba
Hi, > On Sep 25, 2016, at 2:01 PM, Dimitris Chloupis wrote: > > Totally agree with the slides apart from "Pharo is Small" , the syntax may be > but the whole environment last time I checked was 700k lines of code > which is huge for a dynamic language. Of course that is

Re: [Pharo-users] GLMPanePort hold instances of my classes?

2016-09-21 Thread Tudor Girba
e simple workspace. but anyways there > were references. > > it was a stupid question, i solved it starting from a fresh image. > > thanks > > On Wed, Sep 21, 2016 at 1:16 AM, Tudor Girba <tu...@tudorgirba.com> wrote: > Hi, > > You should close the respective G

Re: [Pharo-users] GLMPanePort hold instances of my classes?

2016-09-20 Thread Tudor Girba
Hi, You should close the respective Glamour browser. Could it be that you have an opened inspector? If so, try closing it and see what happens. Doru > On Sep 21, 2016, at 3:28 AM, Bernardo Ezequiel Contreras > wrote: > > Hi, > is there a way to tell to GLMPanePort

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
//emailcharter.org . > > Johan Fabry - http://pleiad.cl/~jfabry > PLEIAD and RyCh labs - Computer Science Department (DCC) - University of > Chile > >> On Sep 20, 2016, at 17:04, Tudor Girba <tu...@tudorgirba.com> wrote: >> >> We tried to address thi

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
> On Sep 20, 2016, at 10:46 PM, Esteban A. Maringolo <emaring...@gmail.com> > wrote: > > Esteban A. Maringolo > > > 2016-09-20 17:41 GMT-03:00 Tudor Girba <tu...@tudorgirba.com>: >>> It doesn't work, everything works with Ctrl as command modi

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
Hi, > On Sep 20, 2016, at 10:37 PM, Esteban A. Maringolo <emaring...@gmail.com> > wrote: > > 2016-09-20 17:30 GMT-03:00 Tudor Girba <tu...@tudorgirba.com>: >> >> Hi, >> >> Could you try with Alt+M? > > It doesn't work, everything works w

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
this address your expectation? Cheers, Doru > On Sep 20, 2016, at 10:21 PM, Esteban A. Maringolo <emaring...@gmail.com> > wrote: > > > 2016-09-20 15:19 GMT-03:00 Tudor Girba <tu...@tudorgirba.com>: > > You can also press do: > > mySelector Cmd+m > > > &

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
mean to be rude! > Please see http://emailcharter.org . > > Johan Fabry - http://pleiad.cl/~jfabry > PLEIAD and RyCh labs - Computer Science Department (DCC) - University of > Chile > >> On Sep 20, 2016, at 15:19, Tudor Girba <tu...@tudorgirba.com> wrot

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
You can also press do: mySelector Cmd+m Cheers, Doru > On Sep 20, 2016, at 8:18 PM, Esteban Lorenzano wrote: > > mySelector #impl > >> On 20 Sep 2016, at 20:00, Esteban A. Maringolo wrote: >> >> Hi, >> >> How can I open the implementors list from

Re: [Pharo-users] [ANN] Pillar 4.0.0

2016-09-17 Thread Tudor Girba
should be enough to provide a tree index view of all files. Cheers, Doru > On 17 September 2016 at 12:45, Tudor Girba <tu...@tudorgirba.com> wrote: > Hi Damien, > > As I said, just let me know if I can be of help for developing or testing > something. I happen to be f

Re: [Pharo-users] [ANN] Pillar 4.0.0

2016-09-17 Thread Tudor Girba
Hi Stef, Indeed, it took a bit of time to get things to work. I think the welcome archetype is a bit misleading in that it does not serve a specific purpose. I would focus the instructions on the book archetype (welcome is not a book). I see that there are some changes recently, so I would

Re: [Pharo-users] [ANN] Pillar 4.0.0

2016-09-17 Thread Tudor Girba
Hi Damien, As I said, just let me know if I can be of help for developing or testing something. I happen to be focusing on using Pillar these days. Cheers, Doru > On Sep 17, 2016, at 12:20 PM, Damien Pollet > wrote: > > I bet you left the makefile unchanged.

[Pharo-users] pillar questions

2016-09-15 Thread Tudor Girba
Hi, I see that in the new book template, we have both a book.pillar that includes the chapter files, and a pillar.conf that is mostly empty. Is pillar.conf still used? If yes, what should it contain? If I embed the chapters in a book.pillar and I render the whole book, the numbering of the

Re: [Pharo-users] [ANN] Pillar 4.0.0

2016-09-14 Thread Tudor Girba
tment (DCC) - University of > Chile > >> On Sep 14, 2016, at 18:40, Tudor Girba <tu...@tudorgirba.com> wrote: >> >> Hi, >> >> Ok, I found this document: >> https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/arti

Re: [Pharo-users] [ANN] Pillar 4.0.0

2016-09-14 Thread Tudor Girba
hing wrong, but I do not know what. I am on a Mac 10.11 and I am using bash. Could someone point me in the right direction? Cheers, Doru > On Sep 14, 2016, at 10:49 PM, Tudor Girba <tu...@tudorgirba.com> wrote: > > Hi, > > Where can I find the new template system

Re: [Pharo-users] [ANN] Pillar 4.0.0

2016-09-14 Thread Tudor Girba
Hi, Where can I find the new template system for Pillar? Cheers, Doru > On Jul 22, 2016, at 3:41 PM, Thibault ARLOING > wrote: > > Hello, > > I'm happy to announce the latest release of Pillar. > This release has been possible because of the hard work of Damien

Re: [Pharo-users] [Moose-dev] [ann] pillar support in gtinspector

2016-09-14 Thread Tudor Girba
Hi Nicolai, Did you commit your changes with the highlight of == code? Cheers, Doru > On Sep 6, 2016, at 4:56 PM, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > 2016-08-29 21:41 GMT+02:00 Tudor Girba <tu...@tudorgirba.com>: > Hi, > > I updated the

Re: [Pharo-users] [ANN] Territorial Re-Licensing

2016-09-08 Thread Tudor Girba
Hi Offray, I am sorry you feel down. The wording of Stef did appear strong. However, please keep in mind that email is a terrible medium for expressing and transmitting feelings. I would kindly ask you to reconsider the emails and focus on the content and you will see that the wording was not

Re: [Pharo-users] [Pharo-dev] Small OS-... project addition

2016-09-08 Thread Tudor Girba
Nice! Doru > On Sep 8, 2016, at 9:06 AM, Torsten Bergmann wrote: > > Hi, > > now also the OSX project in the OS series [1] has support to > > - directly open a terminal > - directly open a file browser (Finder) on the working directory > > right from the Pharo tools menu.

Re: [Pharo-users] [ANN] Territorial

2016-09-07 Thread Tudor Girba
Hi, A note about Spec: What you are seeing in the announcement from August 2014, on the spec.st site is an announcement about a fork of Spec. The Spec from Pharo has always been MIT. Even the spec.st related repository on GitHub is now under MIT. See here:

Re: [Pharo-users] [ANN] Territorial

2016-09-06 Thread Tudor Girba
> Thank you. > > Hernán > > > 2016-09-06 10:24 GMT-03:00 Tudor Girba <tu...@tudorgirba.com>: > Hi Hernan, > > I read quickly through the doc. Nice work! I noticed that you used the > GTInspector (even with multiple panes at a time). That was a nice surprise >

Re: [Pharo-users] [ANN] Territorial

2016-09-06 Thread Tudor Girba
Hi Hernán, I believe Stef was asking about the choice of picking a viral license vs the permissive MIT one that we use in code that gets into Pharo (and several other larger related projects). Cheers, Doru > On Sep 6, 2016, at 10:28 PM, Hernán Morales Durand >

Re: [Pharo-users] [ANN] Territorial

2016-09-06 Thread Tudor Girba
Hi Hernan, I read quickly through the doc. Nice work! I noticed that you used the GTInspector (even with multiple panes at a time). That was a nice surprise :). On this occasion I noticed that you could probably extend the inspector with a couple of dedicated views. For example, on page 35,

Re: [Pharo-users] Coding XPath as Smalltalk

2016-09-03 Thread Tudor Girba
Hi, Indeed, Monty is doing a great job at maintaining and evolving the XML support. Cheers, Doru > On Sep 3, 2016, at 8:06 AM, Hernán Morales Durand > wrote: > > Thank you Monty for the clarification. I should say the original XPath > package was written by Phil

Re: [Pharo-users] Coding XPath as Smalltalk

2016-09-03 Thread Tudor Girba
Hi, This is the latest stable version: spec name: 'XPath'; className: #ConfigurationOfXPath; versionString: #stable; repository: 'http://www.smalltalkhub.com/mc/PharoExtras/XPath/main'. Doru > On Sep 3, 2016, at 8:02

Re: [Pharo-users] [Pharo-dev] [ann] GTExamples alpha

2016-08-28 Thread Tudor Girba
Hi, > On Aug 26, 2016, at 10:01 PM, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > 2016-08-26 0:51 GMT+02:00 Tudor Girba <tu...@tudorgirba.com>: > Hi, > > I just tried again, and the latest GToolkit image does contain FileSyste

Re: [Pharo-users] [ANN] TaskIt v0.2

2016-08-26 Thread Tudor Girba
Great news & great work! Doru > On Aug 26, 2016, at 10:53 AM, Guille Polito wrote: > > Hi all, > > With Santi we wanted to share a new release of TaskIt, a concurrency > management library for Pharo. TaskIt development is done entirely in github, > using iceberg.

Re: [Pharo-users] [Pharo-dev] [ann] GTExamples alpha

2016-08-25 Thread Tudor Girba
/moose/job/gtoolkit/5595/artifact/gtoolkit.zip Cheers, Doru > On Aug 25, 2016, at 11:40 PM, Tudor Girba <tu...@tudorgirba.com> wrote: > > Hi Nicolai, > > Thanks a lot for the feedback. Please let’s continue. See more inline. > >> On Aug 25, 2016, at 6:34 PM, Nicola

Re: [Pharo-users] [Pharo-dev] [ann] GTExamples alpha

2016-08-25 Thread Tudor Girba
Hi Nicolai, Thanks a lot for the feedback. Please let’s continue. See more inline. > On Aug 25, 2016, at 6:34 PM, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > 2016-08-25 8:47 GMT+02:00 Tudor Girba <tu...@tudorgirba.com>: > Hi, > > Hi Doru, > s

Re: [Pharo-users] [ann] Lam Research evaluates Pharo

2016-08-25 Thread Tudor Girba
Not yet :) Doru > On Aug 25, 2016, at 11:43 AM, stepharo <steph...@free.fr> wrote: > > Excellent news! Do you have a visual for a new success story? > > > Le 25/8/16 à 10:50, Tudor Girba a écrit : >> Hi, >> >> We are very happy to make the follo

[Pharo-users] [ann] Lam Research evaluates Pharo

2016-08-25 Thread Tudor Girba
system for a broad range of the equipment it manufactures. Tudor Girba is a leading member of the tools and environment development effort in Pharo, having architected the Glamorous Toolkit for live programming. Eliot Miranda is author of the Cog virtual machine that underlies Pharo and other

[Pharo-users] [ann] GTExamples alpha

2016-08-25 Thread Tudor Girba
Hi, Over the last coupe of years Stefan Reichhart and the rest of the GT team worked on an implementation of examples. The work is inspired from previous work done by Markus Gaelli and Adrian Kuhn. As one of the goals of GT is to offer a live programming environment, one important issue is

[Pharo-users] websockets in pharo?

2016-08-24 Thread Tudor Girba
Hi, Can anyone tell me if there is a Websocket implementation for Pharo? Cheers, Doru -- www.tudorgirba.com www.feenk.com "From an abstract enough point of view, any two things are similar."

Re: [Pharo-users] [Pharo-dev] Beta of Mooc webportal

2016-08-21 Thread Tudor Girba
This is great news. Thanks a lot for this effort! Doru > On Aug 20, 2016, at 3:24 PM, stepharo wrote: > > Hi > > I published a new version of the webportal (a packaged version of the mooc) > with the help of thibault. Now I'm about to test that all the videos have >

Re: [Pharo-users] [Moose-dev] [ANN] Release of Agile Visualization

2016-08-14 Thread Tudor Girba
Great work! Doru > On Aug 14, 2016, at 11:19 PM, Alexandre Bergel > wrote: > > Dear Colleagues and Friends, > > It is a great pleasure to announce the release of Agile Visualization. Agile > Visualization is a book about the Roassal Visualization engine. > >

Re: [Pharo-users] Programmatic generation of new class

2016-07-30 Thread Tudor Girba
> On Jul 29, 2016, at 8:07 PM, Brad Selfridge wrote: > > I forgot to mention that I'm working in Pharo 4.0. I changed the "package:" > parameter to "category:" and it worked like a charm. I guess that I need to > move up to Pharo 5.0 pretty soon. Yes, you do :) Doru >

Re: [Pharo-users] Listing Named Play Pages

2016-07-28 Thread Tudor Girba
Hi, Indeed, this is a missing feature. Cheers, Doru > On Jul 28, 2016, at 7:47 PM, Sean P. DeNigris wrote: > > Is there another way besides via Spotter? I would expect to find a menu or > button on the playground itself... > > > > - > Cheers, > Sean > -- > View

Re: [Pharo-users] GTSpotter froze my image again

2016-07-02 Thread Tudor Girba
Hi Bernando, Thanks for reporting. Spotter searches for multiple things depending on what is defined in the image. Each category you see in Spotter is defined in a little method that can also be enabled/disabled through the settings browser. To understand what this means, please read this:

Re: [Pharo-users] If you have to do web data scraping, what tool would you use?

2016-06-27 Thread Tudor Girba
Hi, Could you provide more details about the use case? Cheers, Doru > On Jun 26, 2016, at 11:14 PM, Bernardo Ezequiel Contreras > wrote: > > Hi, > Imagine that you have to do some data scraping work, what tool would you use? > I know about ZnClient, Soup, NeoCSV,

Re: [Pharo-users] Fogbugz 13260 reappears?

2016-06-25 Thread Tudor Girba
+1 > On Jun 25, 2016, at 8:23 AM, stepharo wrote: > > Thanks you guys this is really cool to see you working like that! > > > Le 24/6/16 à 23:45, Alistair Grant a écrit : >> Hi Nicolai, >> >> On Fri, Jun 24, 2016 at 11:22:07PM +0200, Nicolai Hess wrote: >>> Can you try if

Re: [Pharo-users] Xtreams: Debugging Grammars

2016-06-23 Thread Tudor Girba
Hi, If you are looking for PEG parsers, you can also try using PetitParser as it comes with several debugging and inspection tools. Cheers, Doru > On Jun 23, 2016, at 10:23 PM, stepharo wrote: > > Hi sean > > Xtreams? Just to be sure is PEGParser built using Xtreams? > >

Re: [Pharo-users] Pharo 5 accented chars bug/regression

2016-06-13 Thread Tudor Girba
Hi Milan, First of all, welcome in our community. We do not maintain StackOverflow and the experience that you have there is not representative for our project. This mailing list(s), the Slack team and the issue tracker are. Btw, debugging for 2 days is a great way to start learning Pharo.

Re: [Pharo-users] [Pharo-dev] [ANN] Enterprise Pharo book is released!

2016-06-10 Thread Tudor Girba
Great news! Cheers, Doru > On Jun 10, 2016, at 3:36 PM, Damien Cassou wrote: > > > Great news everyone: the new Pharo book is finally out! "Enterprise > Pharo: a Web Perspective" covers libraries and frameworks for > enterprises, and in particular those doing web

[Pharo-users] spotter usage - a rough analysis of categories

2016-06-09 Thread Tudor Girba
Hi, Juraj, Andrei and I did a rough analysis collected from 94 computers over the past 7 months. Of these, only 42 recorded more than 9 sessions so we only focused on these. It can be because the rest switched off the data collection in the meantime. We also excluded the computers of the GT

Re: [Pharo-users] Pharo 5 hanging and crashing

2016-06-05 Thread Tudor Girba
Great! We need this type of feedback. Keep going. Thanks, Doru > On Jun 5, 2016, at 11:24 AM, Gerry Weaver wrote: > > Hi, > > Since I am in the getting to know Pharo stage, I don’t really see any reason > why I couldn’t use the 60 Alpha version. I will switch to that

Re: [Pharo-users] GTInspector Is there a way to see the result of a path query on the element of a collection

2016-06-05 Thread Tudor Girba
I am not familiar with that Trippy feature, so I need a bit more details. Do you want to run a query over a collection of methods, like an AST traversal or some sort, and then see the selected methods? Doru > On Jun 5, 2016, at 11:05 AM, stepharo wrote: > > Hi > > > I

Re: [Pharo-users] problem getting moose

2016-06-05 Thread Tudor Girba
o new smalltalkhubUser: 'Moose' project: 'Moose'; configuration: 'Moose'; version: #development; load. I also updated the Moose webpage. Cheers, Doru > On Jun 5, 2016, at 8:22 AM, Tudor Girba <tu...@tudorgirba.com> wrote: > >

Re: [Pharo-users] problem getting moose

2016-06-05 Thread Tudor Girba
Hi, > On Jun 5, 2016, at 7:34 AM, Ben Coman wrote: > > I wanted to try out Peter's XMI Analyser with Roassal and went to > download Moose but had a couple of problems. > > First try... > In the Launcher under Common Tools, I downloaded and Moose 5.1(stable) > fine, but it

Re: [Pharo-users] Pharo 5 hanging and crashing

2016-06-04 Thread Tudor Girba
at is > going on. > > Thanks > > > -Original Message- > From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of > Tudor Girba > Sent: Saturday, June 4, 2016 4:56 PM > To: Any question about pharo is welcome <pharo-users@lists.pharo.org>

Re: [Pharo-users] Pharo 5 hanging and crashing

2016-06-04 Thread Tudor Girba
Hi, Pharo 5 is the current release, and you should use this one :). Do you have a specific scenario that we can use to reproduce the crashing behavior? Cheers, Doru > On Jun 4, 2016, at 11:48 PM, Gerry Weaver wrote: > > Hello All, > > I am new to Pharo and Smalltalk

Re: [Pharo-users] the impact of moldability

2016-06-04 Thread Tudor Girba
that match the context of the problem. Now we are able to bring that business case to every little tiny problem. I think this is disruptive, I think this is important and I will continue to invest in this. It does not mean that other things are not important, though. Cheers, Doru > Stef > &

Re: [Pharo-users] [Moose-dev] how to set a code completion schema in GT inspector?

2016-06-04 Thread Tudor Girba
Not now. This would be another thing to approach from a moldable point of view. Doru > On May 27, 2016, at 3:55 PM, Alexandre Bergel wrote: > > Hi! > > Is there a way to provide a strategy to complete code in GT? > For example, if I would like to specialize the

Re: [Pharo-users] [Moose-dev] Re: the impact of moldability

2016-06-04 Thread Tudor Girba
eed. This is a challenge. In this regard, picking specific scenarios and asking questions about how to deal with them could help us build tutorials. > > One small edit... > We are the beginning > ==> We are at the beginning Fixed. Doru > > cheers -ben > &g

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-06-04 Thread Tudor Girba
for multiple stack tabs? Do you mean if there are cases for seeing the stack in different ways or do you mean something else? Cheers, Doru > cheers -ben > > > Maybe something like this (sorry no photoshop here :) ): > ​ > We need to figure it out a way to impro

[Pharo-users] the impact of moldability

2016-06-04 Thread Tudor Girba
Hi, There were a couple of emails in the recent period that questioned the usefulness of moldability (the ability of developers to customize their tools deeply and inexpensively). More specifically, the question was about the moldability of the GTDebugger. I put together a couple of thoughts

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-06-04 Thread Tudor Girba
Hi, > On Jun 4, 2016, at 12:18 PM, Sabine Manaa wrote: > > Hi Tudor, > > thank you for the explanation, which explains the situation. > > Speaking only for me: I never used custom debuggers, I always used the > default debugger in different smalltalk IDEs and so, I

Re: [Pharo-users] What should I name my nested packages?

2016-06-02 Thread Tudor Girba
> On May 31, 2016, at 5:50 PM, Evan Donahue wrote: > > Yes, that looks like it. Thanks. > > Relatedly, do I correctly infer that tags only organise /within/ packages, > and so cannot be downloaded separately? Yes. Doru > Thank you, > Evan > > > > -- > View this

Re: [Pharo-users] [spotter] How do I get all the pragmas of the system?

2016-05-21 Thread Tudor Girba
Hi, This is not provided because that search is too expensive to happen by default. Take a look at the current implementation: GTSpotter>>spotterForPragmasFor: aStep aStep listProcessor allCandidates: [ PragmaType all ]; title:

Re: [Pharo-users] Retina support in Pharo

2016-05-19 Thread Tudor Girba
Thanks for this point of view. Just to put a bit of perspective. Indeed, first impressions do count, and now we start to be able to address this part. It took a long time to be able to get to this point, and until now most of the efforts were internal facing (new compiler, new debugger, new

Re: [Pharo-users] GLMFormatedPresentation>>format bug?

2016-05-15 Thread Tudor Girba
Hi, > On May 16, 2016, at 1:00 AM, Ben Coman wrote: > > On Mon, May 16, 2016 at 6:28 AM, Alistair Grant wrote: >> Hi Andrei, >> >> On Mon, May 16, 2016 at 12:08:01AM +0200, Andrei Chis wrote: >>> Hi Alistair, >>> >>> Try something like this. Now

Re: [Pharo-users] Update website request: Pharo 5.0 packages on ArchLinux

2016-05-15 Thread Tudor Girba
g slowly ... > BTW, screenshot attached. > > Cheers, > > Laurent > > On Sun, May 15, 2016 at 3:25 PM, Tudor Girba <tu...@tudorgirba.com> wrote: >> Thanks you, indeed! >> >> And good to see you around here, Laurent :). >> >> Doru >> &g

Re: [Pharo-users] Update website request: Pharo 5.0 packages on ArchLinux

2016-05-15 Thread Tudor Girba
Thanks you, indeed! And good to see you around here, Laurent :). Doru > On May 15, 2016, at 3:08 PM, stepharo wrote: > > thanks Laurent! > > > Stef > > > Le 14/5/16 à 15:08, laurent laffont a écrit : >> Hi, >> >> I've updated Pharo packages for ArchLinux. Could you

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo Consortium New Bronze Member: feenk

2016-05-06 Thread Tudor Girba
Hi, An extra note to the announcement: Due to the 2016 campaign for extending the reach of the consortium, the Pharo Consortium receives from a generous external fund an extra amount corresponding to one year fee for any new members or the difference for any upgrading members. More details

Re: [Pharo-users] Playgound inspecting

2016-04-28 Thread Tudor Girba
y.goub...@gmail.com> > wrote: > > > > 2016-04-28 9:51 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2016-04-28 7:20 GMT+02:00 Tudor Girba <tu...@tudorgirba.com>: > Hi Nicolai, > > > On Apr 27, 2016, at 11:12 PM, Nicolai Hess <nicolaih...@

Re: [Pharo-users] Moose-Algos-Graph Library in Pharo 5

2016-04-28 Thread Tudor Girba
Metacello new configuration: 'MooseAlgos'; smalltalkhubUser: 'Moose' project: 'MooseAlgos'; version: #development; load: 'Moose-Tests-Algos-Graph’ > On Apr 28, 2016, at 10:21 AM, Christophe Demarey > wrote: > > Metacello new >

Re: [Pharo-users] Playgound inspecting

2016-04-27 Thread Tudor Girba
y Goubier <thierry.goub...@gmail.com > <mailto:thierry.goub...@gmail.com>> wrote: > > Hi Doru, > > Le 27/04/2016 22:38, Tudor Girba a écrit : > Hi, > > On Apr 27, 2016, at 10:17 PM, Thierry Goubier > <thierry.goub...@gmail.com <mailto:thierry.goub...@

Re: [Pharo-users] [Bug] Sometime RPackage is desync with the system

2016-04-19 Thread Tudor Girba
Hi, I never encountered this. Do you happen to have a reproducible case? Or even an image that might be problematic? Cheers, Doru > On Apr 15, 2016, at 1:26 PM, Yann Dubois wrote: > > Hello, > > I loaded a repo', and later, I wanted to look my changes between my

Re: [Pharo-users] Rename a file

2016-04-18 Thread Tudor Girba
You can also use String>>asFileReference: relative path: './foo.txt' asFileReference absolute path: '/foo.txt' asFileReference Cheers, Doru > On Apr 18, 2016, at 11:01 AM, Cyril Ferlicot Delbecque > wrote: > > > > On 18/04/2016 10:56, Valentin

<    1   2   3   4   5   6   7   8   >