limbo/simulator/runner
Pekka Enberg 90c1e3fc06 Switch Connection to use Arc instead of Rc
Connection needs to be Arc so that bindings can wrap it with `Mutex` for
multi-threading.
2025-06-16 10:43:19 +03:00
..
bugbase.rs use anyhow in simulator for lazily evaluated error context instead of eager evaluation with .or 2025-06-10 10:50:39 -03:00
cli.rs add additional cli options to disable other properties 2025-06-11 11:32:45 -03:00
differential.rs migrate to using limbo_core::Value inside Simulator 2025-06-11 11:32:18 -03:00
env.rs Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00
execution.rs better error messages + cleaner printing of file stats + tracing 2025-06-11 11:32:45 -03:00
file.rs better error messages + cleaner printing of file stats + tracing 2025-06-11 11:32:45 -03:00
io.rs better error messages + cleaner printing of file stats + tracing 2025-06-11 11:32:45 -03:00
mod.rs add bug base, refactor 2025-04-08 17:48:16 -04:00
watch.rs simulator: switch to tracing, run io.run_once and add update queries 2025-05-30 10:57:13 +02:00