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

Breaking changes in switching from uint64 to atomic.Uint64 #21

Open
just-hms opened this issue Nov 9, 2022 · 1 comment
Open

Breaking changes in switching from uint64 to atomic.Uint64 #21

just-hms opened this issue Nov 9, 2022 · 1 comment

Comments

@just-hms
Copy link

just-hms commented Nov 9, 2022

Using go version <1.19 leads to compiler error:

/github.com/tidwall/btree@v1.5.1/btreeg.go:41:17: undefined: atomic.Uint64

I suggest to switch to 1.19 in go.mod and to explicitly say to the users that this package is not backward compatible.

Found this issue using buntDB where there is no go 1.19 requirements either.

@tidwall
Copy link
Owner

tidwall commented Nov 9, 2022

thanks. I bumped it to 1.19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants