protoactor-go icon indicating copy to clipboard operation
protoactor-go copied to clipboard

branch dev cannot build

Open linkerlin opened this issue 2 years ago • 3 comments

$ go get ./... go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead. go: module go.opentelemetry.io/otel/sdk/export/metric is deprecated: use go.opentelemetry.io/otel/sdk/metric instead. $ make

github.com/asynkron/protoactor-go/persistence/protocb

persistence/protocb/provider.go:21:10: undefined: cbState make: *** [build] Error 2

linkerlin avatar May 15 '22 04:05 linkerlin

@linkerlin the issue is that this file https://github.com/asynkron/protoactor-go/blob/dev/persistence/protocb/provider_state.go is commented out

Tochemey avatar May 15 '22 11:05 Tochemey

I will open a PR shortly to address it

Tochemey avatar May 15 '22 11:05 Tochemey

I have added a PR that fix #677

Tochemey avatar May 28 '22 00:05 Tochemey