simplify function stack frame #168
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 errors
Test:
coroutine_durable.go#L75
Context redeclared in this block
|
Test:
coroutine.go#L49
other declaration of Context
|
Test:
coroutine_durable.go#L189
method Context.Yield already declared at ./coroutine_durable.go:122:25
|
Test:
coroutine_durable.go#L221
method Context.MarshalAppend already declared at ./coroutine_durable.go:98:25
|
Test:
coroutine_durable.go#L230
serializedCoroutine redeclared in this block
|
Test:
coroutine_durable.go#L67
other declaration of serializedCoroutine
|
Test:
coroutine_durable.go#L239
method Context.Unmarshal already declared at ./coroutine_durable.go:110:25
|
Test:
coroutine_durable.go#L251
Stack redeclared in this block
|
Test:
coroutine_durable.go#L23
other declaration of Stack
|
Test:
coroutine_durable.go#L277
cannot use s.Frames[s.FP] (variable of type any) as Frame value in return statement: need type assertion
|
Lint:
coroutine.go#L61
field `resume` is unused (unused)
|