[plt-scheme] Bug or misuse?

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Jul 15 10:49:10 EDT 2009

It may be both, but there is definitely a bug in modresolve.ss or in
its contract.

Robby

On Wed, Jul 15, 2009 at 9:44 AM, Jens Axel Søgaard<jensaxel at soegaard.net> wrote:
> Is this a bug or am I misusing resolve-module-path-index ?
>
> (Note: "stx" is the what I passed as the second argument (rel-to-path-v).
>
> Error message:
>
> (file "/Applications/PLT Scheme Full
> v4.2.0.6/collects/syntax/modresolve.ss") broke the contract
>   (->
>    (or/c symbol? module-path-index?)
>    (or/c (-> path-string?) path-string? #f)
>    (or/c path? symbol?))
>  on resolve-module-path-index; expected <(or/c path? symbol?)>, given: "stx"
>
> --
> Jens Axel Søgaard
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.