Re: [Pharo-dev] About file printOn: method

2016-09-11 Thread Eliot Miranda
> On Sep 10, 2016, at 12:28 PM, Udo Schneider > wrote: > >> On 10/09/16 10:52, stepharo wrote: >> So this is what I was trying to get done. >> I do not know if what you propose (which can be better than what I was >> planning) requires to change fileSystem, my

Re: [Pharo-dev] About file printOn: method

2016-09-10 Thread Ben Coman
On Sun, Sep 11, 2016 at 4:37 AM, stepharo wrote: > o this is what I was trying to get done. > >> I do not know if what you propose (which can be better than what I was >>> planning) requires to change fileSystem, my goal was not to change for >>> now but just make sure that I

Re: [Pharo-dev] About file printOn: method

2016-09-10 Thread stepharo
o this is what I was trying to get done. I do not know if what you propose (which can be better than what I was planning) requires to change fileSystem, my goal was not to change for now but just make sure that I can get cheaply file to print themselves into kind of objects I can manipulate

Re: [Pharo-dev] About file printOn: method

2016-09-10 Thread Udo Schneider
On 10/09/16 10:52, stepharo wrote: So this is what I was trying to get done. I do not know if what you propose (which can be better than what I was planning) requires to change fileSystem, my goal was not to change for now but just make sure that I can get cheaply file to print themselves into

Re: [Pharo-dev] About file printOn: method

2016-09-10 Thread stepharo
ost if needed and of course the path. CU, Udo On 04/09/16 09:47, stepharo wrote: It is raining and I will do it :) stef Le 4/9/16 à 02:38, monty a écrit : +1 Sent: Saturday, September 03, 2016 at 10:39 AM From: stepharo <steph...@free.fr> To: "Pharo Development List" <

Re: [Pharo-dev] About file printOn: method

2016-09-09 Thread Udo Schneider
On 04/09/16 09:47, stepharo wrote: It is raining and I will do it :) stef Le 4/9/16 à 02:38, monty a écrit : +1 Sent: Saturday, September 03, 2016 at 10:39 AM From: stepharo <steph...@free.fr> To: "Pharo Development List" <pharo-dev@lists.pharo.org> Subject: [Pharo-d

Re: [Pharo-dev] About file printOn: method

2016-09-09 Thread stepharo
turday, September 03, 2016 at 10:39 AM From: stepharo <steph...@free.fr> To: "Pharo Development List" <pharo-dev@lists.pharo.org> Subject: [Pharo-dev] About file printOn: method Hi I will implement the following because this is too annoying. currently 'tmp/foo.txt' asFileRefe

Re: [Pharo-dev] About file printOn: method

2016-09-09 Thread Udo Schneider
<pharo-dev@lists.pharo.org> Subject: [Pharo-dev] About file printOn: method Hi I will implement the following because this is too annoying. currently 'tmp/foo.txt' asFileReference > File @ tmp/foo.txt and it would be much much better to get back 'tmp/foo.txt' asFileReference So th

Re: [Pharo-dev] About file printOn: method

2016-09-04 Thread stepharo
It is raining and I will do it :) stef Le 4/9/16 à 02:38, monty a écrit : +1 Sent: Saturday, September 03, 2016 at 10:39 AM From: stepharo <steph...@free.fr> To: "Pharo Development List" <pharo-dev@lists.pharo.org> Subject: [Pharo-dev] About file printOn: method

Re: [Pharo-dev] About file printOn: method

2016-09-03 Thread monty
+1 > Sent: Saturday, September 03, 2016 at 10:39 AM > From: stepharo <steph...@free.fr> > To: "Pharo Development List" <pharo-dev@lists.pharo.org> > Subject: [Pharo-dev] About file printOn: method > > Hi > > > I will implement the following becau

[Pharo-dev] About file printOn: method

2016-09-03 Thread stepharo
Hi I will implement the following because this is too annoying. currently 'tmp/foo.txt' asFileReference > File @ tmp/foo.txt and it would be much much better to get back 'tmp/foo.txt' asFileReference So that we can get { 'tmp/foo.txt' asFileReference } > { 'tmp/foo.txt' asFileReference }