Skip to content

Add fork mode support to test framework #6

Add fork mode support to test framework

Add fork mode support to test framework #6

Triggered via pull request October 24, 2025 16:12
Status Failure
Total duration 5m 0s
Artifacts

code-analysis.yml

on: pull_request
Matrix: analyze-code
Fit to window
Zoom out
Zoom in

Annotations

4 errors
analyze-code (go)
Process completed with exit code 1.
analyze-code (go): vendor/github.com/onflow/cadence-tools/languageserver/server/stdlib.go#L303
cannot use result (variable of type *standardLibrary) as stdlib.StandardLibraryHandler value in argument to stdlib.InterpreterDefaultScriptStandardLibraryValues: *standardLibrary does not implement stdlib.StandardLibraryHandler (wrong type for method EmitEvent)
analyze-code (go): vendor/github.com/onflow/cadence-tools/languageserver/server/stdlib.go#L292
cannot use result (variable of type *standardLibrary) as stdlib.StandardLibraryHandler value in argument to stdlib.InterpreterDefaultStandardLibraryValues: *standardLibrary does not implement stdlib.StandardLibraryHandler (wrong type for method EmitEvent)
analyze-code (go): vendor/github.com/onflow/cadence-tools/languageserver/server/stdlib.go#L33
cannot use standardLibrary{} (value of struct type standardLibrary) as stdlib.StandardLibraryHandler value in variable declaration: standardLibrary does not implement stdlib.StandardLibraryHandler (wrong type for method EmitEvent)