Re: [Gambas-user] Important change in revision #6691

2014-12-03 Thread Benoît Minisini
Le 03/12/2014 01:04, Jussi Lahtinen a écrit : > Watch seems to raise read event for empty file, is this correct behavior? >>From the documentation ( http://gambaswiki.org/wiki/lang/open ) I would say > it shouldn't. > See the attachment. > > > Jussi > This has been fixed in revision #6708. Regard

Re: [Gambas-user] Important change in revision #6691

2014-12-03 Thread Jussi Lahtinen
/dev/full should never be writable, is it possible for watch to know whether there is space left in disk? Or is this job for an other function? See attachment. I'll remove that test if it is not applicable. Jussi On Wed, Dec 3, 2014 at 8:04 PM, Jussi Lahtinen wrote: > Thanks for all the hard w

Re: [Gambas-user] Important change in revision #6691

2014-12-03 Thread Jussi Lahtinen
Thanks for all the hard work!!! Poking some more of watch... is my method flawed or is there bug to prevent watch to call read event? See attachment. Jussi On Wed, Dec 3, 2014 at 2:04 AM, Jussi Lahtinen wrote: > Watch seems to raise read event for empty file, is this correct behavior? > From

Re: [Gambas-user] Important change in revision #6691

2014-12-02 Thread Jussi Lahtinen
Watch seems to raise read event for empty file, is this correct behavior? >From the documentation ( http://gambaswiki.org/wiki/lang/open ) I would say it shouldn't. See the attachment. Jussi On Mon, Dec 1, 2014 at 12:52 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Hi, > > I'm tr

Re: [Gambas-user] Important change in revision #6691

2014-11-30 Thread Benoît Minisini
Le 01/12/2014 02:37, Benoît Minisini a écrit : > Le 01/12/2014 02:31, Jussi Lahtinen a écrit : >> See attachment. Improved test with "watch" fails (error 248). Second read >> always fails, first read is always OK. >> This may well be my error... I'll look it more closely later. >> >> Jussi >> > > I

Re: [Gambas-user] Important change in revision #6691

2014-11-30 Thread Benoît Minisini
Le 01/12/2014 02:31, Jussi Lahtinen a écrit : > See attachment. Improved test with "watch" fails (error 248). Second read > always fails, first read is always OK. > This may well be my error... I'll look it more closely later. > > Jussi > I confirm. '/dev/urandom' is a special file that generate r

Re: [Gambas-user] Important change in revision #6691

2014-11-30 Thread Jussi Lahtinen
See attachment. Improved test with "watch" fails (error 248). Second read always fails, first read is always OK. This may well be my error... I'll look it more closely later. Jussi On Mon, Dec 1, 2014 at 12:52 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Hi, > > I'm trying to f

[Gambas-user] Important change in revision #6691

2014-11-30 Thread Benoît Minisini
Hi, I'm trying to fix a problem in the Gambas process management that annoys a lot of people for a long time. Sometimes, the output of the process is not entirely read. Some data is lost. This is because I was using a way of detecting data availability that was not reliable. I thought it was,