Skip to content

docs: add CLI/API to diagram #38

docs: add CLI/API to diagram

docs: add CLI/API to diagram #38

Triggered via push January 26, 2024 16:31
Status Success
Total duration 21s
Artifacts
security_audit
9s
security_audit
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 7 warnings
no associated item named `Property` found for struct `sdml_core::model::definitions::RdfDef` in the current scope: sdml-generate/src/convert/sexpr.rs#L1438
error[E0599]: no associated item named `Property` found for struct `sdml_core::model::definitions::RdfDef` in the current scope --> sdml-generate/src/convert/sexpr.rs:1438:17 | 1438 | RdfDef::Property(v) => { | ^^^^^^^^ | | | associated item not found in `RdfDef` | help: there is an associated function with a similar name: `property`
no associated item named `Property` found for struct `sdml_core::model::definitions::RdfDef` in the current scope: sdml-generate/src/convert/sexpr.rs#L1438
error[E0599]: no associated item named `Property` found for struct `sdml_core::model::definitions::RdfDef` in the current scope --> sdml-generate/src/convert/sexpr.rs:1438:17 | 1438 | RdfDef::Property(v) => { | ^^^^^^^^ | | | associated item not found in `RdfDef` | help: there is an associated function with a similar name: `property`
no associated item named `Class` found for struct `sdml_core::model::definitions::RdfDef` in the current scope: sdml-generate/src/convert/sexpr.rs#L1433
error[E0599]: no associated item named `Class` found for struct `sdml_core::model::definitions::RdfDef` in the current scope --> sdml-generate/src/convert/sexpr.rs:1433:17 | 1433 | RdfDef::Class(v) => { | ^^^^^ | | | associated item not found in `RdfDef` | help: there is an associated function with a similar name (notice the capitalization): `class`
no associated item named `Class` found for struct `sdml_core::model::definitions::RdfDef` in the current scope: sdml-generate/src/convert/sexpr.rs#L1433
error[E0599]: no associated item named `Class` found for struct `sdml_core::model::definitions::RdfDef` in the current scope --> sdml-generate/src/convert/sexpr.rs:1433:17 | 1433 | RdfDef::Class(v) => { | ^^^^^ | | | associated item not found in `RdfDef` | help: there is an associated function with a similar name (notice the capitalization): `class`
method `write_in_format` has 5 parameters but the declaration in trait `GenerateToWriter::write_in_format` has 4: sdml-generate/src/draw/concepts.rs#L50
error[E0050]: method `write_in_format` has 5 parameters but the declaration in trait `GenerateToWriter::write_in_format` has 4 --> sdml-generate/src/draw/concepts.rs:50:9 | 50 | / &mut self, 51 | | module: &Module, 52 | | _cache: &ModuleCache, 53 | | writer: &mut dyn Write, 54 | | format: OutputFormat, | |____________________________^ expected 4 parameters, found 5 | ::: sdml-generate/src/lib.rs:125:9 | 125 | / &mut self, 126 | | module: &Module, 127 | | writer: &mut dyn Write, 128 | | format: F, | |_________________- trait requires 4 parameters
method `write_in_format` has 5 parameters but the declaration in trait `GenerateToWriter::write_in_format` has 4: sdml-generate/src/draw/concepts.rs#L50
error[E0050]: method `write_in_format` has 5 parameters but the declaration in trait `GenerateToWriter::write_in_format` has 4 --> sdml-generate/src/draw/concepts.rs:50:9 | 50 | / &mut self, 51 | | module: &Module, 52 | | _cache: &ModuleCache, 53 | | writer: &mut dyn Write, 54 | | format: OutputFormat, | |____________________________^ expected 4 parameters, found 5 | ::: sdml-generate/src/lib.rs:125:9 | 125 | / &mut self, 126 | | module: &Module, 127 | | writer: &mut dyn Write, 128 | | format: F, | |_________________- trait requires 4 parameters
file is loaded as a module multiple times: `sdml-generate/src/lib.rs`: sdml-generate/src/convert/mod.rs#L7
error: file is loaded as a module multiple times: `sdml-generate/src/lib.rs` --> sdml-generate/src/convert/mod.rs:7:1 | 7 | pub mod doc; | ^^^^^^^^^^^^ first loaded here ... 13 | pub mod source; | ^^^^^^^^^^^^^^^ loaded again here | = help: replace all but one `mod` item with `use` items = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#duplicate_mod = note: `-D clippy::duplicate-mod` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::duplicate_mod)]`
file is loaded as a module multiple times: `sdml-generate/src/lib.rs`: sdml-generate/src/convert/mod.rs#L7
error: file is loaded as a module multiple times: `sdml-generate/src/lib.rs` --> sdml-generate/src/convert/mod.rs:7:1 | 7 | pub mod doc; | ^^^^^^^^^^^^ first loaded here ... 13 | pub mod source; | ^^^^^^^^^^^^^^^ loaded again here | = help: replace all but one `mod` item with `use` items = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#duplicate_mod = note: `-D clippy::duplicate-mod` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::duplicate_mod)]`
unresolved imports `sdml_core::syntax::NODE_KIND_RDF_TYPE_CLASS`, `sdml_core::syntax::NODE_KIND_RDF_TYPE_PROPERTY`: sdml-generate/src/convert/sexpr.rs#L74
error[E0432]: unresolved imports `sdml_core::syntax::NODE_KIND_RDF_TYPE_CLASS`, `sdml_core::syntax::NODE_KIND_RDF_TYPE_PROPERTY` --> sdml-generate/src/convert/sexpr.rs:74:118 | 74 | ...ODE_KIND_RDF_DEF, NODE_KIND_RDF_TYPE_CLASS, NODE_KIND_RDF_TYPE_PROPERTY, | ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `NODE_KIND_RDF_TYPE_PROPERTY` in `syntax` | | | no `NODE_KIND_RDF_TYPE_CLASS` in `syntax` | help: a similar name exists in the module | 74 | NODE_KIND_VALUE_VARIANT, NODE_KIND_WILDCARD, FIELD_NAME_VERSION_INFO, FIELD_NAME_VERSION_URI, NODE_KIND_RDF_DEF, NODE_KIND_RDF_TYPES, NODE_KIND_RDF_TYPE_PROPERTY, | ~~~~~~~~~~~~~~~~~~~ help: a similar name exists in the module | 74 | NODE_KIND_VALUE_VARIANT, NODE_KIND_WILDCARD, FIELD_NAME_VERSION_INFO, FIELD_NAME_VERSION_URI, NODE_KIND_RDF_DEF, NODE_KIND_RDF_TYPE_CLASS, NODE_KIND_ANNOTATION_PROPERTY, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unresolved imports `sdml_core::syntax::NODE_KIND_RDF_TYPE_CLASS`, `sdml_core::syntax::NODE_KIND_RDF_TYPE_PROPERTY`: sdml-generate/src/convert/sexpr.rs#L74
error[E0432]: unresolved imports `sdml_core::syntax::NODE_KIND_RDF_TYPE_CLASS`, `sdml_core::syntax::NODE_KIND_RDF_TYPE_PROPERTY` --> sdml-generate/src/convert/sexpr.rs:74:118 | 74 | ...ODE_KIND_RDF_DEF, NODE_KIND_RDF_TYPE_CLASS, NODE_KIND_RDF_TYPE_PROPERTY, | ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `NODE_KIND_RDF_TYPE_PROPERTY` in `syntax` | | | no `NODE_KIND_RDF_TYPE_CLASS` in `syntax` | help: a similar name exists in the module | 74 | NODE_KIND_VALUE_VARIANT, NODE_KIND_WILDCARD, FIELD_NAME_VERSION_INFO, FIELD_NAME_VERSION_URI, NODE_KIND_RDF_DEF, NODE_KIND_RDF_TYPES, NODE_KIND_RDF_TYPE_PROPERTY, | ~~~~~~~~~~~~~~~~~~~ help: a similar name exists in the module | 74 | NODE_KIND_VALUE_VARIANT, NODE_KIND_WILDCARD, FIELD_NAME_VERSION_INFO, FIELD_NAME_VERSION_URI, NODE_KIND_RDF_DEF, NODE_KIND_RDF_TYPE_CLASS, NODE_KIND_ANNOTATION_PROPERTY, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
file not found for module `source`: sdml-generate/src/convert/mod.rs#L13
error[E0583]: file not found for module `source` --> sdml-generate/src/convert/mod.rs:13:1 | 13 | pub mod source; | ^^^^^^^^^^^^^^^ | = help: to create the module `source`, create file "sdml-generate/src/convert/source.rs" or "sdml-generate/src/convert/source/mod.rs" = note: if there is a `mod source` elsewhere in the crate already, import it with `use crate::...` instead
file not found for module `source`: sdml-generate/src/convert/mod.rs#L13
error[E0583]: file not found for module `source` --> sdml-generate/src/convert/mod.rs:13:1 | 13 | pub mod source; | ^^^^^^^^^^^^^^^ | = help: to create the module `source`, create file "sdml-generate/src/convert/source.rs" or "sdml-generate/src/convert/source/mod.rs" = note: if there is a `mod source` elsewhere in the crate already, import it with `use crate::...` instead
file not found for module `doc`: sdml-generate/src/convert/mod.rs#L7
error[E0583]: file not found for module `doc` --> sdml-generate/src/convert/mod.rs:7:1 | 7 | pub mod doc; | ^^^^^^^^^^^^ | = help: to create the module `doc`, create file "sdml-generate/src/convert/doc.rs" or "sdml-generate/src/convert/doc/mod.rs" = note: if there is a `mod doc` elsewhere in the crate already, import it with `use crate::...` instead
file not found for module `doc`: sdml-generate/src/convert/mod.rs#L7
error[E0583]: file not found for module `doc` --> sdml-generate/src/convert/mod.rs:7:1 | 7 | pub mod doc; | ^^^^^^^^^^^^ | = help: to create the module `doc`, create file "sdml-generate/src/convert/doc.rs" or "sdml-generate/src/convert/doc/mod.rs" = note: if there is a `mod doc` elsewhere in the crate already, import it with `use crate::...` instead
security_audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/audit-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
security_audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/audit-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/
security_audit
1 warnings found!
security_audit
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
security_audit
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
security_audit
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
security_audit
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/