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
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
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
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
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
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/
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
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
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
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
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
> 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
--- 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
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
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
> 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
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
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
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
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
20 matches
Mail list logo