We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0557d23 + 22584d1 commit 8102e4fCopy full SHA for 8102e4f
doc/user/compatibility.md
@@ -1,8 +1,11 @@
1
# Compatibility
2
3
-TruffleRuby aims to be highly compatible with the standard implementation of
+TruffleRuby aims to be fully compatible with the standard implementation of
4
Ruby, MRI, version 2.4.4, revision 63013.
5
6
+Any incompatibility with MRI is considered a bug, except for rare cases detailed below.
7
+If you find an incompatibility with MRI, please [report](https://github.com/oracle/truffleruby/issues) it to us.
8
+
9
Our policy is to match the behaviour of MRI, except where we do not know how to
10
do so with good performance for typical Ruby programs. Some features work but
11
will have very low performance whenever they are used and we advise against
0 commit comments