Re: Bug#995722: Not running tests because tests miss source code is not useful

2021-10-14 Thread Thomas Goirand
On 10/11/21 11:20 AM, Yadd wrote: > For now: > > $ cat tags/s/source-contains-prebuilt-javascript-object.tag > Tag: source-contains-prebuilt-javascript-object > Severity: pedantic > Check: cruft > Explanation: The source tarball contains a prebuilt (minified) >JavaScript object. >

Re: Bug#995722: Not running tests because tests miss source code is not useful

2021-10-11 Thread Jeremy Stanley
On 2021-10-11 11:20:03 +0200 (+0200), Yadd wrote: [...] > For now: > > $ cat tags/s/source-contains-prebuilt-javascript-object.tag > Tag: source-contains-prebuilt-javascript-object > Severity: pedantic > Check: cruft > Explanation: The source tarball contains a prebuilt (minified) >J

Re: Bug#995722: Not running tests because tests miss source code is not useful

2021-10-11 Thread Yadd
Le 10/10/2021 à 15:36, Kristian Nielsen a écrit : > Julien Puydt writes: > >> There was the case years ago of the smarteiffel compiler. It was supposed >> to be open source, but upstream only released C code. And that was bad, >> because it wasn't what *they* worked with: they had eiffel sources,

Re: Bug#995722: Not running tests because tests miss source code is not useful

2021-10-10 Thread Kristian Nielsen
Julien Puydt writes: > There was the case years ago of the smarteiffel compiler. It was supposed > to be open source, but upstream only released C code. And that was bad, > because it wasn't what *they* worked with: they had eiffel sources, and the > C code was preprocessed and didn't allow/permi

Re: Bug#995722: Not running tests because tests miss source code is not useful

2021-10-10 Thread Jonas Smedegaard
Quoting Julien Puydt (2021-10-10 14:34:34) > Le sam. 9 oct. 2021 à 18:52, Jonas Smedegaard a écrit : > > Quoting Julien Puydt (2021-10-09 18:48:07) > > > Le sam. 9 oct. 2021 à 17:40, Jeremy Stanley a > > > écrit > > > > On 2021-10-09 08:53:57 +0200 (+0200), Yadd wrote: [...] > > > > > If you rea

Re: Bug#995722: Not running tests because tests miss source code is not useful

2021-10-10 Thread Jonas Smedegaard
Quoting Stephan Verbücheln (2021-10-10 14:03:51) > On Sat, 2021-10-09 at 18:52 +0200, Jonas Smedegaard wrote: > > It is not source code. > > > > It is not binary code. > > > > It is not... > > > > The appropriate question is how it fits Debian Free Software > > Guidelines. > > Programs with a l

Re: Bug#995722: Not running tests because tests miss source code is not useful

2021-10-10 Thread Julien Puydt
Hi Le sam. 9 oct. 2021 à 18:52, Jonas Smedegaard a écrit : > Quoting Julien Puydt (2021-10-09 18:48:07) > > Hi > > > > Le sam. 9 oct. 2021 à 17:40, Jeremy Stanley a écrit > : > > > > > On 2021-10-09 08:53:57 +0200 (+0200), Yadd wrote: > > > [...] > > > > If you really consider minified files as

Re: Bug#995722: Not running tests because tests miss source code is not useful

2021-10-10 Thread Stephan Verbücheln
On Sat, 2021-10-09 at 18:52 +0200, Jonas Smedegaard wrote: > It is not source code. > > It is not binary code. > > It is not... > > The appropriate question is how it fits Debian Free Software > Guidelines. Programs with a license on the one hand which demands the right to study and modify the

Re: Bug#995722: Not running tests because tests miss source code is not useful

2021-10-09 Thread Jonas Smedegaard
Quoting Julien Puydt (2021-10-09 18:48:07) > Hi > > Le sam. 9 oct. 2021 à 17:40, Jeremy Stanley a écrit : > > > On 2021-10-09 08:53:57 +0200 (+0200), Yadd wrote: > > [...] > > > If you really consider minified files as binary, there's a room > > > for creating a lot of RC bugs > > > > The more

Re: Bug#995722: Not running tests because tests miss source code is not useful

2021-10-09 Thread Julien Puydt
Hi Le sam. 9 oct. 2021 à 17:40, Jeremy Stanley a écrit : > On 2021-10-09 08:53:57 +0200 (+0200), Yadd wrote: > [...] > > If you really consider minified files as binary, there's a room for > > creating a lot of RC bugs > > The more appropriate question is whether Debian considers minified > file

Re: Bug#995722: Not running tests because tests miss source code is not useful

2021-10-09 Thread Jeremy Stanley
On 2021-10-09 08:53:57 +0200 (+0200), Yadd wrote: [...] > If you really consider minified files as binary, there's a room for > creating a lot of RC bugs The more appropriate question is whether Debian considers minified files to be source code, or a compiled form. To needlessly quote DFSG §2: "Th

Re: Bug#995722: Not running tests because tests miss source code is not useful

2021-10-08 Thread Yadd
Le 08/10/2021 à 22:54, Thomas Goirand a écrit : > On 10/8/21 10:20 AM, Yadd wrote: >> Take a look, most of them embed a minified version (jquery* for example) > Yeah ... Everyone upstream thinks it's ok to have 15907152438 copies of > jquery floating around... There's room for improvement for sure!