Re: [Cython] License information on each individual files

2014-07-18 Thread Stefan Behnel
Sturla Molden, 19.07.2014 00:36: > Robert Bradshaw wrote: >> It's not just the initial patch; I'm primarily worried about the >> maintenance burden > > And also, will it break utility code and binary blobs? It might not even be > safe to put it in every file. > > And when put in files with utilit

Re: [Cython] License information on each individual files

2014-07-18 Thread Sturla Molden
Robert Bradshaw wrote: > It's not just the initial patch; I'm primarily worried about the > maintenance burden And also, will it break utility code and binary blobs? It might not even be safe to put it in every file. And when put in files with utility C code, will it be included in the generate

Re: [Cython] License information on each individual files

2014-07-18 Thread Robert Bradshaw
On Fri, Jul 18, 2014 at 3:12 PM, Nathaniel Smith wrote: > On Fri, Jul 18, 2014 at 10:53 PM, Robert Bradshaw > wrote: > >> On Fri, Jul 18, 2014 at 2:28 PM, Nathaniel Smith wrote: >> >>> On Fri, Jul 18, 2014 at 10:13 PM, Sturla Molden >>> wrote: >>> > Benjamin Lerman wrote: >>> > >>> >> Would

Re: [Cython] License information on each individual files

2014-07-18 Thread Julian Taylor
On 19.07.2014 00:12, Nathaniel Smith wrote: > On Fri, Jul 18, 2014 at 10:53 PM, Robert Bradshaw > wrote: > > On Fri, Jul 18, 2014 at 2:28 PM, Nathaniel Smith > wrote: > > On Fri, Jul 18, 2014 at 10:13 PM, Sturla Molden >

Re: [Cython] License information on each individual files

2014-07-18 Thread Nathaniel Smith
On Fri, Jul 18, 2014 at 10:53 PM, Robert Bradshaw wrote: > On Fri, Jul 18, 2014 at 2:28 PM, Nathaniel Smith wrote: > >> On Fri, Jul 18, 2014 at 10:13 PM, Sturla Molden >> wrote: >> > Benjamin Lerman wrote: >> > >> >> Would cython accept to add such a copyright header on its files? >> > >> > Y

Re: [Cython] License information on each individual files

2014-07-18 Thread Robert Bradshaw
On Fri, Jul 18, 2014 at 2:28 PM, Nathaniel Smith wrote: > On Fri, Jul 18, 2014 at 10:13 PM, Sturla Molden > wrote: > > Benjamin Lerman wrote: > > > >> Would cython accept to add such a copyright header on its files? > > > > You want to display the Apache licence in every single file, even thos

Re: [Cython] License information on each individual files

2014-07-18 Thread Nathaniel Smith
On Fri, Jul 18, 2014 at 10:13 PM, Sturla Molden wrote: > Benjamin Lerman wrote: > >> Would cython accept to add such a copyright header on its files? > > You want to display the Apache licence in every single file, even those > with utility C code? It's annoying, but a pretty standard request.

Re: [Cython] License information on each individual files

2014-07-18 Thread Sturla Molden
Benjamin Lerman wrote: > Would cython accept to add such a copyright header on its files? You want to display the Apache licence in every single file, even those with utility C code? Can't you do this in your own copy of Cython? I am quite sure the license allows you to modify the source files

Re: [Cython] Automatic conversion with fixed-size C arrays

2014-07-18 Thread Robert Bradshaw
On Fri, Jul 18, 2014 at 12:08 PM, Kurt Smith wrote: > On Wed, Jul 16, 2014 at 1:02 PM, Robert Bradshaw wrote: >> >> >> Yes, this'd be nice to have. One difficulty with arrays is that they >> can't be returned by value, and so the ordinary from_py_function >> mechanism (which gets called recursive

Re: [Cython] Automatic conversion with fixed-size C arrays

2014-07-18 Thread Kurt Smith
On Wed, Jul 16, 2014 at 1:02 PM, Robert Bradshaw wrote: > > > Yes, this'd be nice to have. One difficulty with arrays is that they > can't be returned by value, and so the ordinary from_py_function > mechanism (which gets called recursively) would need to be adapted. > (Allowing to_py_function to