Age | Commit message (Collapse) | Author |
|
Phase 1 node-api rewrite
|
|
1. Generally we should prefer to use the `log` crate.
2. I very often accidentally commit `eprintln`s.
When we should use `println` or `eprintln`, it's not too bad to be a bit
more verbose and ignore the lint rule.
|
|
This change makes DuckDB example work:
https://github.com/denoland/deno/issues/23656.
|
|
update to Rust 1.77.2
---------
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
|
|
Moving some additional NAPI and. FFI tests out of the tree root.
|