[racket] can a PLaneT package specify an upper bound for Racket version?

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Fri Nov 5 07:41:07 EDT 2010

Unfortunately, the closest thing to that is to release a new planet
package with a required-core-version of the upper bound.

Robby

On Thu, Nov 4, 2010 at 10:43 PM, Danny Yoo <dyoo at cs.wpi.edu> wrote:
> I'm defining a required-core-version on Moby since it requires Racket
> 5.0.1 and parts of the compiler depend on its particular bytecodes.
> However, I'm assuming that when a newer version of Racket comes out
> that the bytecodes may change.  Is there a way to specify an upper
> bound on a PLaneT package?
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>


Posted on the users mailing list.