From 1933f1291a788369b252be80b0d452716d35831a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 9 Dec 2025 23:44:06 +0900 Subject: [PATCH] [DOC] Clear one of known issues of Ruby Box --- doc/language/box.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/language/box.md b/doc/language/box.md index dc4b3201b4..aebce7188b 100644 --- a/doc/language/box.md +++ b/doc/language/box.md @@ -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