fixes #189 - export
feature take proper path
#331
Annotations
7 errors and 3 warnings
build (macos-latest)
ENOENT: no such file or directory, opendir '/Users/runner/work/specta/specta/target/tests/target'
|
build (macos-latest)
Error: ENOENT: no such file or directory, opendir '/Users/runner/work/specta/specta/target/tests/target'
|
build (windows-latest)
Process completed with exit code 1.
|
build (ubuntu-latest)
The job was canceled because "windows-latest" failed.
|
build (ubuntu-latest)
ENOENT: no such file or directory, opendir '/home/runner/work/specta/specta/target/tests/target'
|
build (ubuntu-latest)
Error: ENOENT: no such file or directory, opendir '/home/runner/work/specta/specta/target/tests/target'
|
build (ubuntu-latest)
The operation was canceled.
|
this function has too many arguments (8/7):
src/internal.rs#L227
warning: this function has too many arguments (8/7)
--> src/internal.rs:227:1
|
227 | / pub fn get_fn_datatype<TMarker, T: SpectaFunction<TMarker>>(
228 | | _: T,
229 | | asyncness: bool,
230 | | name: Cow<'static, str>,
... |
235 | | no_return_type: bool,
236 | | ) -> FunctionDataType {
| |_____________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
note: the lint level is defined here
--> src/lib.rs:3:9
|
3 | #![warn(clippy::all, clippy::unwrap_used, clippy::panic)] // TODO: missing_docs
| ^^^^^^^^^^^
= note: `#[warn(clippy::too_many_arguments)]` implied by `#[warn(clippy::all)]`
|
constant `RESERVED_IDENTS` is never used:
src/lang/ts/reserved_terms.rs#L66
warning: constant `RESERVED_IDENTS` is never used
--> src/lang/ts/reserved_terms.rs:66:18
|
66 | pub(crate) const RESERVED_IDENTS: &[&str] = &[
| ^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|