From d6a3d27e54f778c29e46831b48e63d1f90029d05 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Tue, 15 Apr 2014 18:09:12 -0400 Subject: [PATCH] Mark class support as experimental in the TR docs Please merge to v6.0.1 --- .../typed-racket/scribblings/reference/typed-classes.scrbl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/reference/typed-classes.scrbl b/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/reference/typed-classes.scrbl index 1ed57c7a4f..0e7bfb1b73 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/reference/typed-classes.scrbl +++ b/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/reference/typed-classes.scrbl @@ -13,6 +13,11 @@ @title{Typed Classes} +@bold{Warning}: the features described in this section are experimental +and may not work correctly. Some of the features will change by +the next release. In particular, typed-untyped interaction for classes +will not be backwards compatible so do not rely on the current semantics. + Typed Racket provides support for object-oriented programming with the classes and objects provided by the @racketmodname[racket/class] library.