Re: [Pharo-users] customizing veryDeepCopy

2017-03-02 Thread Peter Uhnak
Thanks, I'll look at those. Peter On Thu, Mar 02, 2017 at 05:20:25PM -0300, Esteban A. Maringolo wrote: > I implemented our own copier based on how Morph does it, with our own > copy/deep selectors. > The copier has the option of which classes to copy and which to use > the same (it is, no

Re: [Pharo-users] Voyage and instances retrieving

2017-03-02 Thread Hilaire
Problem seems related to object identity, which imply a primitive call in Object>== message. Si I guess it may not let a chance to Voyage to resolve to the the real object but stay at it 'proxy-oid-whatever' stuff. Non working code looks like: myObjectInRepo select: [ :each | someObjects

Re: [Pharo-users] customizing veryDeepCopy

2017-03-02 Thread Esteban A. Maringolo
I implemented our own copier based on how Morph does it, with our own copy/deep selectors. The copier has the option of which classes to copy and which to use the same (it is, no copy). There is no other available option that I'm aware of. Esteban A. Maringolo 2017-03-02 12:25 GMT-03:00 Denis

Re: [Pharo-users] Google Summer of Code 2017: Call for students for Pharo Consortium

2017-03-02 Thread Jigyasa Grover
Advice for Students interested in Google Summer of Code... This is the time of year when a lot of questions coming to the discuss list are about "How do I get started?"". Here is some step by step advice that should help. 1. *Read the entire g.co/gsoc site; the whole site and the linked

Re: [Pharo-users] Arduino

2017-03-02 Thread olivier auverlot
Hi Ben, Thanks for the pointers. I hadn't found all. For the moment, I try mainly to find a usable firmata protocol. Best regards Olivier ;-) 2017-03-02 6:52 GMT+01:00 Ben Coman : > On Thu, Mar 2, 2017 at 5:31 AM, olivier auverlot > wrote: >

[Pharo-users] Voyage and instances retrieving

2017-03-02 Thread Hilaire
Hi, When iterating, with Smalltalk selectors, an object persisted in a repository, some of its attributes (I guess because root for other collection) are not resolved as expected at iteration. The Smalltalk iteration does not work, returning empty result. Fetching the whole model in memory will

Re: [Pharo-users] Pharo Spur 64 VM

2017-03-02 Thread raffaello . giulietti
Thanks Clément for the useful overview. Raffaello On 02/03/17 16:51, Clément Bera wrote: > Hi Raffaello, > > Reportedly, the VM without the JIT (pure interpreter, also called PharoS > or StackVM) works on windows 64 and FFI works with it if the VM compiled > with clang but not with gcc. There

Re: [Pharo-users] Pharo Spur 64 VM

2017-03-02 Thread Clément Bera
Hi Raffaello, Reportedly, the VM without the JIT (pure interpreter, also called PharoS or StackVM) works on windows 64 and FFI works with it if the VM compiled with clang but not with gcc. There is no configuration for Pharo right now. It should not be hard to add a pharo configuration to have

Re: [Pharo-users] customizing veryDeepCopy

2017-03-02 Thread Denis Kudriashov
Hi. Look how Morph implements it. Morphs customize it a lot 2017-03-02 16:08 GMT+01:00 Peter Uhnák : > Hi, > > is there a way of customizing what should be copied during veryDeepCopy? > > For example I want to clone my (domain) model tree, however the objects > have

Re: [Pharo-users] Pharo Spur 64 VM

2017-03-02 Thread raffaello . giulietti
On 07/02/17 07:13, Esteban Lorenzano wrote: > >> On 6 Feb 2017, at 21:41, Cyril Ferlicot D. wrote: >> >> Le 06/02/2017 à 21:31, Benoit St-Jean via Pharo-users a écrit : >> >> >> Hi! >> >> IIRC, the windows VM will need some more time to be ready. Only Linux >> and OSX

[Pharo-users] customizing veryDeepCopy

2017-03-02 Thread Peter Uhnák
Hi, is there a way of customizing what should be copied during veryDeepCopy? For example I want to clone my (domain) model tree, however the objects have Announcers which I do not want to copy. Alternative is of course to implement the copying behavior by myself, but I feel like veryDeepCopy

Re: [Pharo-users] Fwd: Welcome to GSoC 2017!

2017-03-02 Thread Ben Coman
On Thu, Mar 2, 2017 at 3:49 PM, Serge Stinckwich wrote: > Dear all, > > please find below more information about the GSOC 2017 program. > > Among the changes for 2017 that we should pay attention, two are quite > important: > > - Students can only be accepted into

Re: [Pharo-users] GMail example html

2017-03-02 Thread Jeff Gray
Gah - nabble rendered my source. It was supposed to show a string with an anchor tag embedded in it :-( -- View this message in context: http://forum.world.st/GMail-example-html-tp4936801p4936805.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

[Pharo-users] GMail example html

2017-03-02 Thread Jeff Gray
I copied the example from Zodiac. Changed to my credentials and got a simple message mailed out successfully. Then I tried changing to an html message: | mailMessage | mailMessage := MailMessage empty. mailMessage setField: 'subject' toString: 'Mail Test'. mailMessage body: (MIMEDocument

Re: [Pharo-users] Socket, network, testing and coding

2017-03-02 Thread Denis Kudriashov
2017-03-01 4:39 GMT+01:00 Juraj Kubelka : > There is a Trantor project where you could learn from: > http://smalltalkhub.com/#!/~EvanDonahue/Trantor > You can check an example here: TRNLog exampleOpenChatWithUserIdUsing > Trantor > But you are going to be more interested

Re: [Pharo-users] Socket, network, testing and coding

2017-03-02 Thread Denis Kudriashov
2017-03-01 5:09 GMT+01:00 Evan Donahue : > Hi, > > Depending on what exactly you are doing, you could either use or look at > the > source of: > > http://smalltalkhub.com/#!/~EvanDonahue/P2P > I look at P2P code. It is very close to my Basys framework. If you interesting to

Re: [Pharo-users] [ANN] Pharo Sprint tomorrow, March 3

2017-03-02 Thread Johan Fabry
Whoops … many many apologies! This was supposed to go directly to Marcus. Jetlag is a b*tch. -- Does this mail seem too brief? Sorry for that, I don’t mean to be rude! Please see http://emailcharter.org . Johan Fabry - http://pleiad.cl/~jfabry PLEIAD and RyCh labs - Computer Science

Re: [Pharo-users] [ANN] Pharo Sprint tomorrow, March 3

2017-03-02 Thread Johan Fabry
Marcus, I should be there between 10 and 10:30. I will call you when I arrive, your number is still +33 6 17 43 75 42 ? I will need to leave early though :-( I think 3PM at the latest … -- Does this mail seem too brief? Sorry for that, I don’t mean to be rude! Please see

Re: [Pharo-users] Socket, network, testing and coding

2017-03-02 Thread Denis Kudriashov
Hi. Look also on these projects (in order from low level to high): - http://smalltalkhub.com/#!/~Pharo/TCPServer. - http://smalltalkhub.com/#!/~Pharo/Basys - http://smalltalkhub.com/#!/~Pharo/Seamless 2017-02-28 18:27 GMT+01:00 Benoit St-Jean via Pharo-users < pharo-users@lists.pharo.org>: > >

Re: [Pharo-users] [Pharo-dev] [ANN] XML Metadata Interchange (XMI) for Pharo

2017-03-02 Thread Peter Uhnak
We spoke briefly on Tuesday. I need to take a look (also at his EMF generator) and see how the tools could benefit from each other. I think it could simplify some of my code or streamline the use of it. (Also I have about a billion code generators at the moment with small differences... so I

Re: [Pharo-users] [Pharo-dev] [ANN] Regex Tester Tool for Pharo

2017-03-02 Thread Norbert Hartl
> Am 02.03.2017 um 09:54 schrieb Peter Uhnak : > > On Thu, Mar 02, 2017 at 09:20:12AM +0100, Esteban Lorenzano wrote: >> >>> On 1 Mar 2017, at 22:40, stepharong wrote: >>> >>> >>> And I think that his remark makes sense. I was wondering if we should not

Re: [Pharo-users] [Pharo-dev] [ANN] Regex Tester Tool for Pharo

2017-03-02 Thread Peter Uhnak
On Thu, Mar 02, 2017 at 09:20:12AM +0100, Esteban Lorenzano wrote: > > > On 1 Mar 2017, at 22:40, stepharong wrote: > > > > > > And I think that his remark makes sense. I was wondering if we should not > > ressurect > > the RePlugin to make sure that users can use perlish

Re: [Pharo-users] [Pharo-dev] [ANN] Regex Tester Tool for Pharo

2017-03-02 Thread Esteban Lorenzano
> On 1 Mar 2017, at 22:40, stepharong wrote: > > > And I think that his remark makes sense. I was wondering if we should not > ressurect > the RePlugin to make sure that users can use perlish regexp and do not feel > that our world is strange. +1

Re: [Pharo-users] [ANN] Regex Tester Tool for Pharo

2017-03-02 Thread Esteban Lorenzano
super! > On 2 Mar 2017, at 01:51, monty wrote: > > Very nice! > >> Sent: Wednesday, March 01, 2017 at 3:32 PM >> From: "Torsten Bergmann" >> To: "Pharo Development List" , "Any question >> about pharo is welcome"