summaryrefslogtreecommitdiff
path: root/src/dotnet-library
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2008-08-13 12:55:01 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2008-08-13 12:55:01 +0000
commit5b39e1e56a45f660f1fbd10886e89780c0e0f61b (patch)
tree94cff3921b12cbe49ce240d8c1fea8e7d7055adc /src/dotnet-library
parentb9578ddc254b8897b353a3f644cb9562e3527f03 (diff)
downloadscala-5b39e1e56a45f660f1fbd10886e89780c0e0f61b.tar.gz
scala-5b39e1e56a45f660f1fbd10886e89780c0e0f61b.tar.bz2
scala-5b39e1e56a45f660f1fbd10886e89780c0e0f61b.zip
temporarly disabling OpenHashMap on .NET.
Diffstat (limited to 'src/dotnet-library')
-rw-r--r--src/dotnet-library/scala/collection/mutable/OpenHashMap.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dotnet-library/scala/collection/mutable/OpenHashMap.scala b/src/dotnet-library/scala/collection/mutable/OpenHashMap.scala
new file mode 100644
index 0000000000..df3bcaded6
--- /dev/null
+++ b/src/dotnet-library/scala/collection/mutable/OpenHashMap.scala
@@ -0,0 +1,4 @@
+/** OpenHashMap.scala currently doesn't work on .NET because of a bug.
+ * Remove this file once the ticket is closed.
+ * http://lampsvn.epfl.ch/trac/scala/ticket/1218
+ */