Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-08 | chore: enable clippy::print_stdout and clippy::print_stderr (#23732) | David Sherret | |
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. | |||
2024-05-06 | fix(ext/node): napi_get_element and napi_set_element work with objects (#23713) | Bartek IwaĆczuk | |
This change makes DuckDB example work: https://github.com/denoland/deno/issues/23656. | |||
2024-02-12 | chore: move test_ffi and test_nap to tests/ [WIP] (#22394) | Matt Mastracci | |
Moving some additional NAPI and. FFI tests out of the tree root. |