Add fork mode support to test framework #6
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)
|