[racket-dev] [plt] Push #24750: master branch updated

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Jun 21 13:03:18 EDT 2012

About a month ago, asumu at racket-lang.org wrote:
> 
> cfe1711 Asumu Takikawa <asumu at racket-lang.org> 2012-05-26 11:10
> :
> | Convert all uses of mzlib/class100 to racket/class
> :

Nice.  How about adding a big "deprecated" to the class100 docs, and
make a note to remove it in a year?

(Eg, add this to the code:

  (begin-for-syntax
    (when (> (current-seconds)
             (date->seconds (date 0 0 0 1 6 2013 0 0 #f 0)))
      (error "time to remove this code")))

)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

Posted on the dev mailing list.