refactor: move more stdlib functions to builtins #31
checks.yaml
on: pull_request
Tests
/
Test
28s
Tests
/
Test on stable
15s
Lints
26s
Formatting
20s
Annotations
21 errors and 2 warnings
Tests / Test on stable:
tests/tests/golden.rs#L11
unresolved import `jrsonnet_stdlib::StateExt`
|
Tests / Test on stable:
tests/tests/sanity.rs#L6
unresolved import `jrsonnet_stdlib::StateExt`
|
Tests / Test on stable:
tests/tests/suite.rs#L10
unresolved import `jrsonnet_stdlib::StateExt`
|
Tests / Test on stable:
tests/tests/suite.rs#L16
no method named `with_stdlib` found for struct `State` in the current scope
|
Tests / Test on stable:
tests/tests/golden.rs#L16
no method named `with_stdlib` found for struct `jrsonnet_evaluator::State` in the current scope
|
Tests / Test on stable:
tests/tests/sanity.rs#L13
no method named `with_stdlib` found for struct `State` in the current scope
|
Tests / Test on stable:
bindings/jsonnet/src/val_extract.rs#L29
mismatched types
|
Tests / Test on stable:
tests/tests/sanity.rs#L26
no method named `with_stdlib` found for struct `State` in the current scope
|
Tests / Test on stable:
bindings/jsonnet/src/val_make.rs#L27
mismatched types
|
Tests / Test on stable:
bindings/jsonnet/src/lib.rs#L88
this function takes 1 argument but 2 arguments were supplied
|
Formatting
Process completed with exit code 1.
|
Tests / Test:
tests/tests/typed_obj.rs#L6
unresolved import `jrsonnet_stdlib::StateExt`
|
Tests / Test:
tests/tests/std_native.rs#L12
this function takes 1 argument but 2 arguments were supplied
|
Tests / Test:
tests/tests/typed_obj.rs#L27
no method named `with_stdlib` found for struct `State` in the current scope
|
Tests / Test:
tests/tests/typed_obj.rs#L44
no method named `with_stdlib` found for struct `State` in the current scope
|
Tests / Test:
tests/tests/typed_obj.rs#L73
no method named `with_stdlib` found for struct `State` in the current scope
|
Tests / Test:
tests/tests/typed_obj.rs#L104
no method named `with_stdlib` found for struct `State` in the current scope
|
Tests / Test:
tests/tests/typed_obj.rs#L118
no method named `with_stdlib` found for struct `State` in the current scope
|
Tests / Test:
tests/tests/typed_obj.rs#L144
no method named `with_stdlib` found for struct `State` in the current scope
|
Tests / Test:
tests/tests/typed_obj.rs#L164
no method named `with_stdlib` found for struct `State` in the current scope
|
Tests / Test
Process completed with exit code 101.
|
Formatting:
crates/jrsonnet-evaluator/src/error.rs#L1
Diff in /home/runner/work/jrsonnet/jrsonnet/crates/jrsonnet-evaluator/src/error.rs
|
Formatting:
crates/jrsonnet-evaluator/src/evaluate/mod.rs#L37
Diff in /home/runner/work/jrsonnet/jrsonnet/crates/jrsonnet-evaluator/src/evaluate/mod.rs
|