You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add -s short flag for --skip-build
- Print deprecation warning when --matchstick is used; update README
- Replace npm with pnpm in integration test setup
- Replace hand-rolled r_value_to_json with serde_json::to_value via
r::Value's built-in Serialize impl (also fixes Timestamp serialization)
- Make find_asc_binary pub and re-export from compiler module; reuse it
in gnd_test.rs instead of duplicating the lookup logic
- Skip DB cleanup on test failure for persistent databases and print the
connection URL so the data can be inspected
0 commit comments