[DOC] Clear one of known issues of Ruby Box

This commit is contained in:
Nobuyoshi Nakada 2025-12-09 23:44:06 +09:00
parent 1e6a479520
commit 1933f1291a
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2025-12-09 14:52:59 +00:00

View File

@ -12,7 +12,6 @@ Ruby Box is designed to provide separated spaces in a Ruby process, to isolate a
## TODOs
* Add the loaded namespace on iseq to check if another namespace tries running the iseq (add a field only when VM_CHECK_MODE?)
* Delete per-box extension files (.dll) lazily or process exit (on Windows)
* Assign its own TOPLEVEL_BINDING in boxes
* Fix calling `warn` in boxes to refer `$VERBOSE` and `Warning.warn` in the box
* Make an internal data container class `Ruby::Box::Entry` invisible