From dceb06133ecc957abc84bb9f1f6a3a4e4cd3ba8a Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Sun, 18 May 2025 16:01:18 +0200 Subject: [PATCH] aadd todo --- src/runtimes/ruby.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtimes/ruby.rs b/src/runtimes/ruby.rs index 10d7b5f..db1f908 100644 --- a/src/runtimes/ruby.rs +++ b/src/runtimes/ruby.rs @@ -3,6 +3,7 @@ // TODO: add tests for every runtime for return value // TODO: maybe unify api and call non thread methods non_send // TODO: add tests for entity variable and buitin types for every runtime +// TODO: line numbers for errors use std::{ collections::HashMap,