No subject
From: ()
Date: Fri Feb 10 06:02:18 EST 2012 |
|
not zip. I didn't think they were the same, but I don't know much
about this stuff.
Trying it, it doesn't seem to work:
-> (gunzip "xmltest.zip")
; gnu-unzip: bad header [,bt for context]
> On Thu, Mar 8, 2012 at 9:39 AM, Sam Tobin-Hochstadt <samth at ccs.neu.edu> wrote:
>> Summary: we are currently violating the license of James Clark's XML
>> test suite, and should fix this.
>>
>> Currently, the `tests/xml' directory [1] contains a comprehensive
>> collection tests for XML parsing from James Clark [2]. Â The
>> readme.html file [3] in that directory states the license of that test
>> suite:
>>
>> Â Copyright (C) 1998 James Clark. All rights reserved. Permission is
>> Â granted to copy and modify this collection in any way for internal use
>> Â within a company or organization. Permission is granted to
>> Â redistribute the file <code>xmltest.zip</code> containing this
>> Â collection to third parties provided that no modifications of any kind
>> Â are made to this file. Note that permission to distribute the
>> Â collection in any other form is not granted.
>>
>> See in particular the last sentence. Â We're clearly violating this
>> license, since we distribute the unzipped collection. Â We need to fix
>> this.
>>
>> Fortunately, this should be easy to fix. Â We need to do the following:
>>
>> 1. Remove the 'clark-tests' directory.
>> 2. Add the 'xmltest.zip' file.
>> 3. Unzip the file on-demand when running the tests.
>>
>> Currently, we don't have a Racket interface to unzip files. Â We could
>> use the command-line 'unzip' tool, or write such an interface., or
>> perhaps someone's already written one.
>>
>> [1] https://github.com/plt/racket/tree/master/collects/tests/xml/clark-tests
>> [2] ftp://ftp.jclark.com/pub/xml/xmltest.zip
>> [3] https://github.com/plt/racket/blob/master/collects/tests/xml/clark-tests/readme.html
>> --
>> sam th
>> samth at ccs.neu.edu
>> _________________________
>> Â Racket Developers list:
>> Â http://lists.racket-lang.org/dev
--
sam th
samth at ccs.neu.edu