From 55ffc3aa2be4dc1a79a23ddde710f133770d31c1 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 8 Sep 2015 20:35:53 -0400 Subject: don't claim full JSR-223 compliance --- 2.11/index.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2.11/index.markdown b/2.11/index.markdown index 12098ea24c..1c5fed3402 100644 --- a/2.11/index.markdown +++ b/2.11/index.markdown @@ -271,3 +271,5 @@ scala> e.eval("1 to n.asInstanceOf[Int] foreach println") 10 res4: Object = null ``` + +Note that not all JSR-223 features are supported; see for example [SI-7916](https://issues.scala-lang.org/browse/SI-7916), [SI-8422](https://issues.scala-lang.org/browse/SI-8422). -- cgit v1.2.3