Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make examples self-sufficient as far as possible #167

Open
DifferentialOrange opened this issue Apr 21, 2022 · 0 comments
Open

Make examples self-sufficient as far as possible #167

DifferentialOrange opened this issue Apr 21, 2022 · 0 comments
Labels
1sp bug Something isn't working documentation Improvements or additions to documentation teamE

Comments

@DifferentialOrange
Copy link

DifferentialOrange commented Apr 21, 2022

Since all our examples require a Tarantool instance to connect, it wouldn't be possible to make a fully executable example. (Maybe we should check other database connnectors and see if they have found some way.) But at least we should make sure every other thing is ok.

When I run CustomUnpacking example on https://pkg.go.dev/github.com/tarantool/go-tarantool with Run

image

it fails with

go: finding module for package github.com/tarantool/go-tarantool
go: finding module for package gopkg.in/vmihailenco/msgpack.v2
go: downloading gopkg.in/vmihailenco/msgpack.v2 v2.9.2
go: downloading github.com/tarantool/go-tarantool v0.0.0-20220420113901-1d06618833d3
./prog.go:14:12: undefined: Member
./prog.go:23:12: undefined: Member
./prog.go:58:21: undefined: Member
./prog.go:93:53: undefined: Member
@DifferentialOrange DifferentialOrange added bug Something isn't working teamE documentation Improvements or additions to documentation labels Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1sp bug Something isn't working documentation Improvements or additions to documentation teamE
Projects
None yet
Development

No branches or pull requests

4 participants