Skip to content

Commit

Permalink
Document Fiddle
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Jul 15, 2019
1 parent ab30432 commit 65c0c54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 19.2.0

New features:

* `Fiddle` has been implemented.

Bug fixes:

* Set `RbConfig::CONFIG['ruby_version']` to the same value as the TruffleRuby version. This fixes reusing C extensions between different versions of TruffleRuby with Bundler (#1715).
Expand Down
2 changes: 1 addition & 1 deletion doc/contributor/stdlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
| `fcntl` | | C extension | Java extension | Ruby | None | |
| `ffi` | | | Java extension | Ruby using `Polyglot` but it's limited | In the third-party FFi gem repository | Non-standard - third-party gem but defaults to included version on other implementations |
| `fiber` | | C extension | Java extension | Java primitives | Specs | |
| `fiddle` | FFI | C extension | Ruby using `FFI` | Ruby using `Polyglot` and `FFI` but it's limited | MRI | |
| `fiddle` | FFI | C extension | Ruby using `FFI` | Ruby using `Polyglot`. | MRI | |
| `fileutils` | | Ruby | As MRI (not in source repo) | As MRI | MRI | |
| `find` | Traverse file systems | Ruby | As MRI | As MRI | Specs, MRI | |
| `forwardable` | Method-call forwarding | Ruby | As MRI | As MRI | MRI | |
Expand Down
3 changes: 0 additions & 3 deletions doc/user/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ The following standard libraries are unsupported.
* `win32`
* `win32ole`

`fiddle` is not yet implemented - the module and some methods are there
but not enough to run anything serious.

We provide our own included implementation of the interface of the `ffi` gem,
like JRuby and Rubinius. The implementation should be fairly complete and passes
all the specs of the `ffi` gem except for some rarely-used corner cases.
Expand Down

0 comments on commit 65c0c54

Please sign in to comment.