[ccan] CCAN: code upload by 'iasoule32 at gmail.com' with name Polynomial.zip

Joseph Adams joeyadams3.14159 at gmail.com
Tue Apr 7 16:30:27 EST 2009


Okay, I tested it with a fresh checkout, first moving the
polynomial_adt to ccan, then running make check-polynomial_adt
V=--verbose .  It works fine (adds -lm correctly, too).

Also, polynomial_adt_test.c appears to be a stray file, as it's the
old copy of what I changed to test/run.c

On Mon, Apr 6, 2009 at 11:34 PM, Rusty Russell <rusty at rustcorp.com.au> wrote:
> On Sunday 05 April 2009 14:34:55 Joseph Adams wrote:
>> I got the easy stuff out of the way so it builds and ccanlint's with
>> 5/5.  However, this module depends on math ( -lm) so it can use sqrt,
>> so make check-polynomial_adt doesn't work.  Any way to fix that?
>
> I just added a "libs" option to _info.c; I've wanted it for a while, and
> this pushed me into implementing it.
>
> I applied your changes over the current junkcode module, please test!
>
>> Also, I attached a tiny fix to idempotent.c that was causing segfaults
>> to creep up:  get_ccan_line_pp(line_info[i].cond, sym, &val) needs to
>> have , NULL at the end to terminate the argument list.
>
> Thanks, applied!
>
> Rusty.
>



More information about the ccan mailing list