Re: [Pharo-users] Siren 9.0 Released

2020-05-21 Thread Stéphane Ducasse
Ok still I’m not sure that we can ship a full image. I could never understand fully what is a personal license and for me this is super simple I do not want to read any VisualWorks code under a License that is not MIT. This way laywers will never been able to tell me that I could have been inf

Re: [Pharo-users] Find/Replace class scoped

2020-05-21 Thread Stéphane Ducasse
we are working with sebastian jordan on a better rewriter. S. > On 21 May 2020, at 17:17, Vitor Medina Cruz wrote: > > Interesting, I will have a look at it. > > On Thu, May 21, 2020 at 11:52 AM Thierry Goubier > wrote: > Hi Vitor, > > as a matter of fact,

Re: [Pharo-users] Spec2 Pharo8/9; icons

2020-05-21 Thread Stéphane Ducasse
thanks for sharing. I will add it to the chapter Tips of the new book on Spec20 :) I remember also that there is a project to manage icon sets. > On 20 May 2020, at 21:44, Tomaž Turk wrote: > > Thanks, Stephane, I'll switch to P9. > > > png is better and there is a library to manage icons > >

Re: [Pharo-users] A little help with EnterprisePharo book

2020-05-21 Thread Stéphane Ducasse
Hello Hi jonathan I have to check because this is the first book we wrote with Pillar. Normally with more recent books I add a build to produce automatically the pdf (but I have to check because latex is sometimes super boring -like not offering the same packages). > Hi all, > > I'd like to

Re: [Pharo-users] Refactor without formatting

2020-05-21 Thread Vitor Medina Cruz
Here: https://github.com/pharo-project/pharo/issues/6387 I attached a filled out class with some examples. On Thu, May 21, 2020 at 2:35 PM Vitor Medina Cruz wrote: > I will setup a class with examples, open an issue and then reply here. > > On Thu, May 21, 2020 at 11:20 AM hogoww > wrote: > >>

Re: [Pharo-users] [ANN] What are good reasons to use Smalltalk?

2020-05-21 Thread Vitor Medina Cruz
Thanks! " When/if smalltalk grows to a web scale " Let's hope so :) On Thu, May 21, 2020 at 4:09 PM Esteban Maringolo wrote: > On Thu, May 21, 2020 at 11:34 AM Vitor Medina Cruz > wrote: > > Sorry, I mean how so are Smalltalk systems less compatible than web > browsers are? > > Different dial

Re: [Pharo-users] [ANN] What are good reasons to use Smalltalk?

2020-05-21 Thread Esteban Maringolo
On Thu, May 21, 2020 at 11:34 AM Vitor Medina Cruz wrote: > Sorry, I mean how so are Smalltalk systems less compatible than web browsers > are? Different dialects have different features (e.g. Namespaces, Traits), syntax, image format... Smalltalk is a concept, with Smalltalk-80 as the canonica

Re: [Pharo-users] Refactor without formatting

2020-05-21 Thread Vitor Medina Cruz
I will setup a class with examples, open an issue and then reply here. On Thu, May 21, 2020 at 11:20 AM hogoww wrote: > I wanted to take a look at this, but I could not reproduce the issue, > although I distinctly remember I had the issue at some point. > Could you describe the problem further p

[Pharo-users] A little help with EnterprisePharo book

2020-05-21 Thread Jonathan van Alteren
Hi all, I'd like to be able to build the EnterprisePharo book, so I might contribute to it with some improvements. However, the README seems to be out of date. The 'download.sh' file mentioned under 'Download Pillar' is not there. There's a 'subdownload.sh' file, but that doesn't do or output a

Re: [Pharo-users] [ANN] Gravatar wrapper moved to GitHub

2020-05-21 Thread Guillermo Polito
Thanks!! > El 21 may 2020, a las 14:37, Torsten Bergmann escribió: > > Just migrated "Pharo-Gravatar" - a simple Pharo wrapper for the Gravatar API > over to GitHub: > > https://github.com/astares/Pharo-Gravatar > > see attached image for an example. > > Enjoy! > > Bye > T. >

Re: [Pharo-users] Find/Replace class scoped

2020-05-21 Thread Vitor Medina Cruz
Interesting, I will have a look at it. On Thu, May 21, 2020 at 11:52 AM Thierry Goubier wrote: > Hi Vitor, > > as a matter of fact, the infrastructure for doing what you're looking > for is already there. > > The algorithm is the following: > > - create a scope (something based on RBBrowserEnvir

Re: [Pharo-users] Find/Replace class scoped

2020-05-21 Thread Thierry Goubier
Hi Vitor, as a matter of fact, the infrastructure for doing what you're looking for is already there. The algorithm is the following: - create a scope (something based on RBBrowserEnvironment, such as RBClassEnvironment or based on regexes and AND / OR operations: RBAndEnvironment, RBNotEnvironm

Re: [Pharo-users] [ANN] What are good reasons to use Smalltalk?

2020-05-21 Thread Vitor Medina Cruz
> > You can have a webpage, or even a web application (JS) and it will run > exactly the same on all major, modern, web-browsers (Chromium, Safari > and Firefox). > Sorry, I mean how so are Smalltalk systems less compatible than web browsers are? This means between different distributions of Small

Re: [Pharo-users] Refactor without formatting

2020-05-21 Thread hogoww
I wanted to take a look at this, but I could not reproduce the issue, although I distinctly remember I had the issue at some point. Could you describe the problem further please? Pierre On 21/05/2020 12:06, Guillermo Polito wrote: I think what Stef means:  - yes, please open an issue (maybe ch

Re: [Pharo-users] [ANN] What are good reasons to use Smalltalk?

2020-05-21 Thread Esteban Maringolo
On Thu, May 21, 2020 at 10:37 AM Vitor Medina Cruz wrote: > > Richard > > "The browsers are *way* more compatible than Smalltalk systems are." > > How so? You can have a webpage, or even a web application (JS) and it will run exactly the same on all major, modern, web-browsers (Chromium, Safari a

Re: [Pharo-users] [ANN] What are good reasons to use Smalltalk?

2020-05-21 Thread Vitor Medina Cruz
Richard "The browsers are *way* more compatible than Smalltalk systems are." How so? On Tue, May 19, 2020 at 4:11 AM Richard O'Keefe wrote: > The browsers are *way* more compatible than Smalltalk systems are. > I once spoke to a manager at a company I shan't name (it does not > exist any more)

Re: [Pharo-users] Find/Replace class scoped

2020-05-21 Thread Vitor Medina Cruz
Well, as it seems, there is no way of find/replacing other than inside a single method. As a workaround, I did the following: 1- Committed all my image work in progress; 2- Opened the project structure in an external tool (notepad++ in this case) and did the find/replace there; 3- Committed it us

[Pharo-users] [ANN] Gravatar wrapper moved to GitHub

2020-05-21 Thread Torsten Bergmann
Just migrated "Pharo-Gravatar" - a simple Pharo wrapper for the Gravatar API over to GitHub: https://github.com/astares/Pharo-Gravatar see attached image for an example. Enjoy! Bye T.

Re: [Pharo-users] UK Smalltalk User Group Meeting - Wednesday, May 27th

2020-05-21 Thread Andy Burnett
> Any chance the meeting could be recorded? I want to attend, but it is > clashing with a work meeting. Cheers Andy >

Re: [Pharo-users] Refactor without formatting

2020-05-21 Thread Guillermo Polito
I think what Stef means: - yes, please open an issue (maybe check there is no one already there?) - If somebody wants to give it a try at fixing this, it would be SUPER welcome :P :) (and that nobody needs to be an expert to do that, it’s the other way around, you become an expert by doin