C Extension API #769
Annotations
2 errors and 7 warnings
crates/duckdb/examples/hello-ext-capi/main.rs#L89
cannot find function `duckdb_rs_extension_api_init` in crate `ffi`
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, DuckSoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, hecrj/setup-rust-action@v1, robinraju/[email protected], DuckSoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
crates/duckdb-loadable-macros/src/lib.rs#L2
unused imports: `Literal` and `Punct`
|
crates/duckdb-loadable-macros/src/lib.rs#L10
unused import: `syn::ItemFn`
|
crates/duckdb-loadable-macros/src/lib.rs#L52
unused variable: `original_funcname`
|
crates/duckdb-loadable-macros/src/lib.rs#L50
variable does not need to be mutable
|
crates/duckdb/examples/hello-ext-capi/main.rs#L14
unused import: `c_void`
|
This job failed
Loading