[racket] Pkg install error

From: Laurent (laurent.orseau at gmail.com)
Date: Sun Sep 8 08:09:07 EDT 2013

Hi,

(using this morning's racket build)
I've just uploaded a package to pkg, but when I try to install it for
testing I get the following error:

% raco pkg install script-plugin
Resolving "script-plugin" via https://pkg.racket-lang.org
Downloading https://github.com/Metaxal/script-plugin/tarball/
=: contract violation
  expected: number?
  given: #<eof>
  argument position: 1st
  other arguments...:
   31

However, when I install it directly from github, with the exact same
source, it works:

% raco pkg install github://github.com/Metaxal/script-plugin/v2.18/
Querying GitHub branches
Querying GitHub tags
Downloading
https://github.com/Metaxal/script-plugin/tarball/d1691f01bbe3b72f4b79aef40b6a3db9f0ce061e
raco setup: version: 5.90.0.9 [3m]
[...]

Am I doing something wrong?

Laurent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130908/7100d2d0/attachment.html>

Posted on the users mailing list.