From 29689a0f6b9bc3fa2326ddeb729631b5f402127d Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Wed, 14 May 2025 14:07:19 +0200 Subject: [PATCH] remove todo --- src/runtimes/ruby.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtimes/ruby.rs b/src/runtimes/ruby.rs index f245579..d46c4ba 100644 --- a/src/runtimes/ruby.rs +++ b/src/runtimes/ruby.rs @@ -1,7 +1,6 @@ // TODO: maybe make all runtime engines not send and spawn threads for them like Ruby // TODO: make sure ruby is statically linked // TODO: add tests for every runtime for return value -// TODO: consider dropping magnus // TODO: unwinding https://doc.rust-lang.org/nomicon/ffi.html#variadic-functions // TODO: maybe unify api and call non thread methods non_send // TODO: use ruby arena to rewind state