File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,18 @@ TruffleRuby defines these constants for identification:
33
33
34
34
In the C API, the preprocessor macro ` TRUFFLERUBY ` is defined, which can be checked with ` #ifdef TRUFFLERUBY ` .
35
35
36
+ ## Ruby 3.x Features
37
+
38
+ Most features of Ruby 3.2 and earlier are supported in TruffleRuby.
39
+ However some features are not yet implemented.
40
+ See the following issues for details:
41
+
42
+ * [ Ruby 3.2 features] ( https://github.com/oracle/truffleruby/issues/3039 )
43
+ * [ Ruby 3.1 features] ( https://github.com/oracle/truffleruby/issues/2733 )
44
+ * [ Ruby 3.0 features] ( https://github.com/oracle/truffleruby/issues/2453 )
45
+ * [ Pattern Matching] ( https://github.com/oracle/truffleruby/issues/3332 )
46
+ * [ Endless methods] ( https://github.com/oracle/truffleruby/issues/3038 )
47
+
36
48
## Features Entirely Missing
37
49
38
50
### Continuations and ` callcc `
You can’t perform that action at this time.
0 commit comments