Re: [PATCH] libdw: dwarf_formsdata should return a signed value

2018-01-15 Thread Mark Wielaard
On Mon, 2018-01-15 at 00:06 +0100, Petr Machata wrote:
> Ugh, sorry about that. It's been a while since I last posted, I
> forgot the routine!

No worries at all. This is all mechanics/boilerplate.
We have a buildbot now, which would have caught that:
https://builder.wildebeest.org/buildbot/
It doesn't yet have a "try" bot. Which would be helpful in these kind
of cases.

Cheers,

Mark

P.S. Sending HTML email on the other hand... :)
The mailinglist will just drop it (or did you get a bounce message?)


Re: [PATCH] libdw: dwarf_formsdata should return a signed value

2018-01-15 Thread Petr Machata
2018-01-15 9:23 GMT+01:00 Mark Wielaard :
> On Mon, 2018-01-15 at 00:06 +0100, Petr Machata wrote:
>> Ugh, sorry about that. It's been a while since I last posted, I
>> forgot the routine!
>
> No worries at all. This is all mechanics/boilerplate.
> We have a buildbot now, which would have caught that:
> https://builder.wildebeest.org/buildbot/

Ha, cool! Can / should I use it next time I have stuff to send?

> P.S. Sending HTML email on the other hand... :)

I forgot to switch the gmail web interface to plain text. Yeah, I know.

> The mailinglist will just drop it (or did you get a bounce message?)

I got a bounce message.

Petr


Re: [PATCH] libdw: dwarf_formsdata should return a signed value

2018-01-15 Thread Mark Wielaard
On Mon, Jan 15, 2018 at 12:34:27PM +0100, Petr Machata wrote:
> 2018-01-15 9:23 GMT+01:00 Mark Wielaard :
> > On Mon, 2018-01-15 at 00:06 +0100, Petr Machata wrote:
> >> Ugh, sorry about that. It's been a while since I last posted, I
> >> forgot the routine!
> >
> > No worries at all. This is all mechanics/boilerplate.
> > We have a buildbot now, which would have caught that:
> > https://builder.wildebeest.org/buildbot/
> 
> Ha, cool! Can / should I use it next time I have stuff to send?

There is no try-server setup yet, sorry.
But I certainly would like to have one.
Or we could make it monitor git branches user/buildbot and
do builds from those. have to find an example setup to enable.

For now it will do every commit pushed to master though.

Cheers,

Mark