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

cmd/api: add JSON output support to the run.go program #56845

Closed
dmitshur opened this issue Nov 18, 2022 · 1 comment
Closed

cmd/api: add JSON output support to the run.go program #56845

dmitshur opened this issue Nov 18, 2022 · 1 comment
Assignees
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@dmitshur
Copy link
Contributor

dmitshur commented Nov 18, 2022

This is a tracking issue for adding JSON output support to the cmd/api/run.go program, which is invoked by cmd/dist to implement the "API check" test. This is a subset of #37486, broken out into a smaller tracking issue.

Like in #56844, there are a few implementation approaches, need to investigate what works out better. One difference is that the cmd/api/run.go program is much smaller in size and scope compared to the test/run.go one.

CC @aclements, @golang/release.

@dmitshur dmitshur added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 18, 2022
@dmitshur dmitshur added this to the Backlog milestone Nov 18, 2022
@gopherbot
Copy link

Change https://go.dev/cl/453258 mentions this issue: cmd/api: rewrite as package test

@dmitshur dmitshur added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Nov 25, 2022
@dmitshur dmitshur modified the milestones: Backlog, Go1.20 Nov 28, 2022
@golang golang locked and limited conversation to collaborators Nov 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
Archived in project
Development

No branches or pull requests

3 participants