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

Build issue #5477

Closed
Shnitzelil opened this issue May 5, 2024 · 0 comments · Fixed by #5488
Closed

Build issue #5477

Shnitzelil opened this issue May 5, 2024 · 0 comments · Fixed by #5488

Comments

@Shnitzelil
Copy link

Shnitzelil commented May 5, 2024

Using golang 1.22.2
When trying to build I getting the next errors:
\pkg\mod\github.com\influxdata\[email protected]\values\dict.go:134:8: cannot use generic type immutable.SortedMap[K, V any] without instantiation
\pkg\mod\github.com\influxdata\[email protected]\values\dict.go:314:47: cannot use generic type immutable.Comparer[K any] without instantiation
\pkg\mod\github.com\influxdata\[email protected]\values\dict.go:353:5: cannot use generic type immutable.SortedMapBuilder[K, V any] without instantiation

Please advice

Update:
The problem caused from new 3rd party github.com/benbjohnson/immutable that was upgraded to use generics strating from version 0.4.0.
Please consider to upgrade this 3rd party.

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

Successfully merging a pull request may close this issue.

1 participant