About a month ago, as...@racket-lang.org wrote:
> 
> cfe1711 Asumu Takikawa <as...@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!
_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to