Am 02.01.2016 um 12:32 schrieb Benoît Minisini:
> Yeah, happy new year to everyone! And may all these stupid germs let us
> alone... ATCHA!
Also happy new year everybody and Benoît, get well soon!
My mother likes lemon juice in hot water with chayenne pepper in such
moments. I prefer hot beer wi
> Thanks. Alas this is a bronchitis, so it's a lot of antibiotics now.
Perhaps running too much code, and too little legs :) Happy new year
fellow Gambasers!
--
___
Gambas-user
Happy new year to everybody and, to Benoît, a quick recover!
zxMarce
On Jan 2, 2016, 08:43, at 08:43, "Benoît Minisini"
wrote:
>Le 02/01/2016 12:36, Jorge Carrión a écrit :
>> Bed & hot milk with honey, Benoit. It's my grandma solution...
>>
>
>Thanks. Alas this is a bronchitis, so it's a lot
Le 02/01/2016 12:36, Jorge Carrión a écrit :
> Bed & hot milk with honey, Benoit. It's my grandma solution...
>
Thanks. Alas this is a bronchitis, so it's a lot of antibiotics now.
--
Benoît Minisini
--
Bed & hot milk with honey, Benoit. It's my grandma solution...
2016-01-02 12:32 GMT+01:00 Benoît Minisini :
> Yeah, happy new year to everyone! And may all these stupid germs let us
> alone... ATCHA!
>
> --
> Benoît Minisini
>
>
> --
Yeah, happy new year to everyone! And may all these stupid germs let us
alone... ATCHA!
--
Benoît Minisini
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
ht
Add myself to the good wishes: Happy new year!
2016-01-01 16:12 GMT+01:00 Fabien Bodard :
> i wish to all Gambas Users a happy new year
>
> --
> Fabien Bodard
>
>
> --
> ___
>
On Fri, 02 Jan 2015 01:01:33 +0100
Benoît Minisini wrote:
> Le 01/01/2015 23:11, adamn...@gmail.com a écrit :
> > On Thu, 1 Jan 2015 22:52:43 +0100
> > Tobias Boege wrote:
> >
> >> On Fri, 02 Jan 2015, adamn...@gmail.com wrote:
> >>> On Thu, 01 Jan 2015 10:12:06 +0100
> >>> Beno?t Minisini wrot
Le 02/01/2015 02:53, Jussi Lahtinen a écrit :
>> There are actually two problems in your test:
>>
>> 1) What is watched is not a file path, but a file descriptor. The
>> command "echo test > XXX" replace the "XXX" file by a new file with the
>> same name, and that file is not opened nor watched by
> There are actually two problems in your test:
>
> 1) What is watched is not a file path, but a file descriptor. The
> command "echo test > XXX" replace the "XXX" file by a new file with the
> same name, and that file is not opened nor watched by the test.
>
Oh, I see... however the problem persi
Le 02/01/2015 02:16, Jussi Lahtinen a écrit :
>> By the way, it's a pity that you didn't separate all your tests so that
>> we could only run one of them.
>>
>
> I will think about that. The test run pretty quickly on my system, but
> maybe the inconvenience is in debugging...
> Meanwhile here is t
> By the way, it's a pity that you didn't separate all your tests so that
> we could only run one of them.
>
I will think about that. The test run pretty quickly on my system, but
maybe the inconvenience is in debugging...
Meanwhile here is the problem isolated.
Jussi
isolation-0.0.1.tar.gz
De
Le 02/01/2015 01:49, Jussi Lahtinen a écrit :
>> Shell "echo test > " & sTemp Wait
>>
>> does not emit any event, as its underlying Process object has no event
>> name.
>>
>
> I still don't get it. I re-read the documentation and it says:
>
> If the WATCH keyword is specified, the file is
> Shell "echo test > " & sTemp Wait
>
> does not emit any event, as its underlying Process object has no event
> name.
>
I still don't get it. I re-read the documentation and it says:
If the WATCH keyword is specified, the file is watched by the interpreter
via the select(2) system call :
On Thu, 01 Jan 2015, Beno??t Minisini wrote:
> ...to all Gambas users and developers!
>
> I'd like to release Gambas 3.7 as soon as possible, because I won't be
> able to create a Gambas 3.6.3 release. Too much work to backport some
> important fixes.
>
> Please tell me if you have something bl
Le 01/01/2015 15:15, Jussi Lahtinen a écrit :
> I reported about failure of "Read Watch" test (ERROR 259).
> I expect watch to call read event because of line:
> Shell "echo test > " & sTemp Wait
>
> But it doesn't.
> Is my method flawed or what is going on?
> See attachment.
>
>
> Jussi
>
Le 01/01/2015 23:11, adamn...@gmail.com a écrit :
> On Thu, 1 Jan 2015 22:52:43 +0100
> Tobias Boege wrote:
>
>> On Fri, 02 Jan 2015, adamn...@gmail.com wrote:
>>> On Thu, 01 Jan 2015 10:12:06 +0100
>>> Beno?t Minisini wrote:
>>>
...to all Gambas users and developers!
I'd like to r
On Thu, 1 Jan 2015 22:52:43 +0100
Tobias Boege wrote:
> On Fri, 02 Jan 2015, adamn...@gmail.com wrote:
> > On Thu, 01 Jan 2015 10:12:06 +0100
> > Beno?t Minisini wrote:
> >
> > > ...to all Gambas users and developers!
> > >
> > > I'd like to release Gambas 3.7 as soon as possible, because I wo
On Fri, 02 Jan 2015, adamn...@gmail.com wrote:
> On Thu, 01 Jan 2015 10:12:06 +0100
> Beno?t Minisini wrote:
>
> > ...to all Gambas users and developers!
> >
> > I'd like to release Gambas 3.7 as soon as possible, because I won't be
> > able to create a Gambas 3.6.3 release. Too much work to ba
On Thu, 01 Jan 2015 10:12:06 +0100
Benoît Minisini wrote:
> ...to all Gambas users and developers!
>
> I'd like to release Gambas 3.7 as soon as possible, because I won't be
> able to create a Gambas 3.6.3 release. Too much work to backport some
> important fixes.
>
> Please tell me if you ha
I reported about failure of "Read Watch" test (ERROR 259).
I expect watch to call read event because of line:
Shell "echo test > " & sTemp Wait
But it doesn't.
Is my method flawed or what is going on?
See attachment.
Jussi
On Thu, Jan 1, 2015 at 11:12 AM, Benoît Minisini <
gam...@users.source
Best wishes for you and for Gambas this new year.
And for all Gambas users in the world!
2015-01-01 10:12 GMT+01:00 Benoît Minisini :
> ...to all Gambas users and developers!
>
> I'd like to release Gambas 3.7 as soon as possible, because I won't be
> able to create a Gambas 3.6.3 release. Too mu
22 matches
Mail list logo