From 1ae4b7742ea13d67b3d783e3d769a2be543e4c8d Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 15 Dec 2025 22:30:44 +0900 Subject: [PATCH] TODO.md: update mirb features status Remove multi-line editing and completion from TODO as they are now implemented. Co-authored-by: Claude --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index bd7cc9427..98a000dfa 100644 --- a/TODO.md +++ b/TODO.md @@ -8,7 +8,7 @@ - method inline caching improvements (cache method lookup results) - more peephole optimization (if possible) - built-in profiler (method call tracing, stack profiling, detailed memory analysis) -- improved REPL (mirb) features (multi-line, syntax highlighting, completion) +- improved REPL (mirb) features (syntax highlighting) - configurable memory pools (per-object-type, memory-constrained devices) - suspend/resume VM state (serialize/deserialize for power cycling) - CMake build support (better IDE integration, standard C tooling)