Re: Some leftover bugs for this release

2009-09-16 Thread Andy Wingo
Hi, On Wed 16 Sep 2009 11:09, l...@gnu.org (Ludovic Courtès) writes: >>> > 100 SCM >>> > 101 scm_array_handle_element_type (scm_t_array_handle *h) >>> > 102 { >>> > 103 >>> if (h->element_type < 0 || h->element_type > SCM_ARRAY_ELEMENT_TYPE_LAST) >>> > 104 abort (); /* guile programming er

Re: Some leftover bugs for this release

2009-09-16 Thread Andy Wingo
On Wed 16 Sep 2009 02:20, Mike Gran writes: > [Insert standard rant about using -Werror here.] We should not be making releases with -Werror. Andy -- http://wingolog.org/

Re: Some leftover bugs for this release

2009-09-16 Thread Ludovic Courtès
Hi Mike, Mike Gran writes: >> > Also, the netbsd build will likely fail because there is new >> > 'condition is always true' condition in array-handle.c:103 >> > >> > 100 SCM >> > 101 scm_array_handle_element_type (scm_t_array_handle *h) >> > 102 { >> > 103 >> if (h->element_type < 0 || h->el

Re: Some leftover bugs for this release

2009-09-15 Thread Mike Gran
> From: Ludovic Courtès > > Hi, > > Mike Gran writes: > > > Also, the netbsd build will likely fail because there is new > > 'condition is always true' condition in array-handle.c:103 > > > > 100 SCM > > 101 scm_array_handle_element_type (scm_t_array_handle *h) > > 102 { > > 103 > if (h->ele

Re: Some leftover bugs for this release

2009-09-15 Thread Ludovic Courtès
Hi, Mike Gran writes: > Also, the netbsd build will likely fail because there is new > 'condition is always true' condition in array-handle.c:103 > > 100 SCM > 101 scm_array_handle_element_type (scm_t_array_handle *h) > 102 { > 103    > if (h->element_type < 0 || h->element_type > SCM_ARRAY_ELEM