Skip to content

Commit 8102e4f

Browse files
committed
Clarify that any incompatibility is a bug, except for rare exceptions
PullRequest: truffleruby/546
2 parents 0557d23 + 22584d1 commit 8102e4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/user/compatibility.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Compatibility
22

3-
TruffleRuby aims to be highly compatible with the standard implementation of
3+
TruffleRuby aims to be fully compatible with the standard implementation of
44
Ruby, MRI, version 2.4.4, revision 63013.
55

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+
69
Our policy is to match the behaviour of MRI, except where we do not know how to
710
do so with good performance for typical Ruby programs. Some features work but
811
will have very low performance whenever they are used and we advise against

0 commit comments

Comments
 (0)