Remove more wasm do
usage
#338
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, erlef/setup-beam@v1, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests
function encode_value/1 is unused
|
Run tests:
lib/orb/i32/string.ex#L107
clauses with the same name and arity (number of arguments) should be grouped together, "def streq/2" was previously defined (lib/orb/i32/string.ex:41)
|
Run tests:
lib/orb/i32/string.ex#L108
clauses with the same name and arity (number of arguments) should be grouped together, "def strlen/1" was previously defined (lib/orb/i32/string.ex:75)
|
Run tests:
lib/orb/i32/string.ex#L107
this clause for streq/2 cannot match because a previous clause at line 41 always matches
|
Run tests:
lib/orb/i32/string.ex#L108
this clause for strlen/1 cannot match because a previous clause at line 75 always matches
|
Run tests:
test/loop_test.exs#L34
variable "wasm_source" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run tests:
test/loop_test.exs#L63
variable "wasm_source" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
Run tests:
test/orb_test.exs#L11
undefined module attribute @wasm_func_prefix, please remove access to @wasm_func_prefix or explicitly set it before access
|
Run tests:
test/orb_test.exs#L28
undefined module attribute @wasm_func_prefix, please remove access to @wasm_func_prefix or explicitly set it before access
|
Run tests:
test/examples/wasm_test.exs#L13
variable "address" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
The logs for this run have expired and are no longer available.
Loading