Re: [Pharo-users] Learn Pharo - Not Working

2019-02-02 Thread Tim Mackinnon
Sent from my iPhone > On 3 Feb 2019, at 02:42, Sean P. DeNigris wrote: > > believe the default is to evaluate the whole line where the cursor is if > nothing is selected. That reminds me - while I fixed the senders/implementers search commands to intelligently look for the nearest selector

Re: [Pharo-users] Learn Pharo - Not Working

2019-02-02 Thread Sean P. DeNigris
magicspeller wrote > Can you tell me why you don't have to select "ProfStef go." before right > clicking it. I had gotten the impression that to execute any Smalltalk > statement you always have to select it first. I believe the default is to evaluate the whole line where the cursor is if nothing

Re: [Pharo-users] Learn Pharo - Not Working

2019-02-02 Thread john pfersich
In Pharo, my impression is that the cu /*—-*/ Sent from my iPhone https://boincstats.com/signature/-1/user/51616339056/sig.png See https://objectnets.net and https://objectnets.org > On Feb 2, 2019, at 16:30, magicspeller wrote: > > Richard70NL wrote >> For me it works, but what

Re: [Pharo-users] Learn Pharo - Not Working

2019-02-02 Thread john pfersich
I think they call the 64-bit stuff “experimental” so it best to learn on the 32-bit stuff. Then you can help the developers debug the 64-bit stuff. /*—-*/ Sent from my iPhone https://boincstats.com/signature/-1/user/51616339056/sig.png See https://objectnets.net and https://objec

Re: [Pharo-users] PharoV50.sources in VM?

2019-02-02 Thread Pierce Ng
On Sat, Feb 02, 2019 at 12:54:13PM +0100, Alistair Grant wrote: > On Sat, 2 Feb 2019 at 09:32, Hilaire wrote: > > By the way, is there any reason to not remove the symbols in the Windows > > and Linux VM libraries? It saves several MB. At least for DrGeo > > distribution, there is no use. > > I'm

Re: [Pharo-users] Learn Pharo - Not Working

2019-02-02 Thread magicspeller
Richard70NL wrote > For me it works, but what you can also try is: > 1) Click the menu Tools -> Playground > 2) Type: ProfStef go. > 3) Right click what you just typed and click "Do It" > > BTW, I'm also new with Pharo (not with programming) and I really enjoy the > book at http://books.pharo.org/

Re: [Pharo-users] favorite way to migrate from mczs to git?

2019-02-02 Thread Paul DeBruicker
Thanks Sean. I get a couple different errors, depending on which Pharo I'm using. I had more time today and for 7.0, I think I fixed it. I don't think the #ignoredFileNames: method was working because when I added corrupted MCZs as in the example pasted below, it seems to continue to try to

Re: [Pharo-users] Learn Pharo - Not Working

2019-02-02 Thread Richard70NL
magicspeller wrote > You can learn Pharo by clicking on the following expression: > > ProfStef go. > > I clicked on ProfStef go and nothing happened. There are three URL links > on > the same page that work like they're supposed to, but no matter how many > times I try, clicking on ProfSte

Re: [Pharo-users] Learn Pharo - Not Working

2019-02-02 Thread magicspeller
John Pfersich wrote > Did you use the 32-bit version or the 64-bit version? I just used Pharo > Launcher to start a 32-bit image. I clicked on ‘ProfStef go’ and got a > separate window with the tutorial. I didn’t try the 64-bit version; it’s > still beta software. Thanks again, John. I went to th

Re: [Pharo-users] [vwnc] Falsehoods programmers believe about Smalltalk

2019-02-02 Thread Hernán Morales Durand
Hi Cesar, El vie., 1 feb. 2019 a las 20:23, Cesar Rabak () escribió: > I'm having a good time reading to all those diatribes turned into > admonitions to 'non initiated' into the arcane art of Smalltalk. > > However, I see the need to inform you that as presented so far, the > phrases bring too

Re: [Pharo-users] Why DirectoryIsNotEmpty on FileReference>>deleteAll ?

2019-02-02 Thread Alistair Grant
Hi Albrecht, On Fri, 1 Feb 2019 at 19:50, Albrecht Baur via Pharo-users wrote: > > I get a DirectoryIsNotEmpty exception on > FileReference(AbstractFileReference)>>deleteAll. > > But deleteAll is supposed to delete children too. -> So why the exception ? This is a bug in the FilePlugin. When de

Re: [Pharo-users] How to intercept instvar write - MetaLinks + anonymous subclass problem

2019-02-02 Thread Steven Costiou
> Le 2019-02-02 16:26, Petr Fischer via Pharo-users a écrit : > > Thanks for answer! I want to detect instvar writes only for objects > (instances), that was previously fetched from external "datastore" (DB like), > so I can persist changed objects only back to the datastore at the end of > tr

Re: [Pharo-users] How to intercept instvar write - MetaLinks + anonymous subclass problem

2019-02-02 Thread Petr Fischer via Pharo-users
--- Begin Message --- > > is possible to intercept (before writeú all instance variable writes on > > every existing objects? > > > > Ok, I learned more about MetaLinks and it's perfectly possible to intercept > > instance variable writes via. installing MetaLink into object instance > > (cool

Re: [Pharo-users] How to intercept every instance variable write on all objects

2019-02-02 Thread Peter Uhnak
Hi, 3) Metalinks - it's based on intercepting method calls, right? But I need to intercept direct instance variable write, so probably not possible no, you can attach metalink to any AST node, including an Assignment Node. Some years ago I've made a small utility for this that also auto-reinstall

Re: [Pharo-users] PharoV50.sources in VM?

2019-02-02 Thread Alistair Grant
On Sat, 2 Feb 2019 at 09:32, Hilaire wrote: > > Thanks for the update. > > By the way, is there any reason to not remove the symbols in the Windows > and Linux VM libraries? It saves several MB. At least for DrGeo > distribution, there is no use. I'm not sure what the impact of this would be, so

Re: [Pharo-users] How to intercept instvar write - MetaLinks + anonymous subclass problem

2019-02-02 Thread Steven Costiou
> is possible to intercept (before writeú all instance variable writes on every > existing objects? > > Ok, I learned more about MetaLinks and it's perfectly possible to intercept > instance variable writes via. installing MetaLink into object instance (cool) > - then I can intercept instvar w

Re: [Pharo-users] Learn Pharo - Not Working

2019-02-02 Thread magicspeller
Thanks, John. It is the 64-bit version. I didn't know it was beta software. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Learn Pharo - Not Working

2019-02-02 Thread john pfersich
Did you use the 32-bit version or the 64-bit version? I just used Pharo Launcher to start a 32-bit image. I clicked on ‘ProfStef go’ and got a separate window with the tutorial. I didn’t try the 64-bit version; it’s still beta software. /*—-*/ Sent from my iPhone https://boincs

Re: [Pharo-users] PharoV50.sources in VM?

2019-02-02 Thread Hilaire
Thanks for the update. By the way, is there any reason to not remove the symbols in the Windows and Linux VM libraries? It saves several MB. At least for DrGeo distribution, there is no use. Hilaire Le 02/02/2019 à 09:01, Alistair Grant a écrit : > I can't see any reason for keeping this. The s

Re: [Pharo-users] PharoV50.sources in VM?

2019-02-02 Thread Alistair Grant
Hi Hilaire, On Fri, 1 Feb 2019 at 21:38, Hilaire wrote: > > Hi, > > In the Linux distributed VM, I noted the file > lib/pharo/5./PharoV50.sources. > > Can it be removed safely? What is its purpose? I can't see any reason for keeping this. The sources file is now generated for each image, so