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/sys/unix: taskstats enum values were not added with constants and types #21623

Closed
mdlayher opened this issue Aug 25, 2017 · 1 comment
Closed

Comments

@mdlayher
Copy link
Member

I made a false assumption about which values would be added in my last CL. Sending a CL shortly to remedy that.

@gopherbot gopherbot added this to the Unreleased milestone Aug 25, 2017
@gopherbot
Copy link

Change https://golang.org/cl/59090 mentions this issue: unix: add taskstats enum values

micanzhang pushed a commit to micanzhang/sys that referenced this issue Sep 12, 2017
I falsely assumed that enum values would be generated automatically,
but now realize that the previous values I added were actually generated
from preprocessor define statements.

This change adds some missing values I intended to add in CL 59050.

Fixes golang/go#21623.

Change-Id: I3c40c8454ee1d323e1e4e014febe0874e859a378
Reviewed-on: https://go-review.googlesource.com/59090
Run-TryBot: Matt Layher <mdlayher@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
@golang golang locked and limited conversation to collaborators Aug 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants