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

x/text: requires explicit (old) version of icu library accidentally #21108

Open
japettyjohn opened this issue Jul 21, 2017 · 1 comment
Open
Milestone

Comments

@japettyjohn
Copy link

What version of Go are you using (go version)?

1.8.3

What operating system and processor architecture are you using (go env)?

darwin amd64

What did you do?

Attempt to build a project with a dependency on collate/tools/colcmp/icu.go with the icu tag.

What did you expect to see?

Clean build.

What did you see instead?

Failure to find icu version 57 because of the hard dependency from https://github.com/golang/text/blob/master/cases/icu.go (which as noted is only for tests but is not a test file due to the cgo). This could be changed to match the same versionless dependency like in the collate file.

@gopherbot gopherbot added this to the Unreleased milestone Jul 21, 2017
@odeke-em odeke-em changed the title x/text requires explicit (old) version of icu library accidently x/text: requires explicit (old) version of icu library accidentally Jul 21, 2017
@odeke-em
Copy link
Member

/cc @mpvl

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

3 participants