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

Refactory flag.commandline to use our own flag.FlagSet instead #39518

Closed
ying-jeanne opened this issue Sep 22, 2021 · 0 comments
Closed

Refactory flag.commandline to use our own flag.FlagSet instead #39518

ying-jeanne opened this issue Sep 22, 2021 · 0 comments
Assignees
Milestone

Comments

@ying-jeanne
Copy link
Contributor

when update to cuelang.org/go v0.4.0 we got

go build -ldflags -w -X main.version=8.3.0-pre -X main.commit=1d56c32ab0 -X main.buildstamp=1632311421 -X main.buildBranch=cueupdate -o ./bin/grafana-server ./pkg/cmd/grafana-server
[Bra] 09-22 14:20:47 [DEBUG] Running: ./bin/grafana-server [-packaging=dev cfg:app_mode=development]
./bin/grafana-server flag redefined: v
panic: ./bin/grafana-server flag redefined: v

there is a ticket opened at cuelang suggest the work around and best practice.
cue-lang/cue#1199

we need to fix this in order to make cuetsy integrated into Grafana later on.

@ying-jeanne ying-jeanne added this to the 8.2.0 milestone Sep 22, 2021
@ying-jeanne ying-jeanne self-assigned this Sep 22, 2021
@ivanahuckova ivanahuckova modified the milestones: 8.2.0-beta2, 8.2.0 Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants