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 go1.1.txt file #3651

Closed
rsc opened this issue May 22, 2012 · 3 comments
Closed

cmd/api: add go1.1.txt file #3651

rsc opened this issue May 22, 2012 · 3 comments

Comments

@rsc
Copy link
Contributor

rsc commented May 22, 2012

The big list at the end of all.bash is getting out of hand.
We should create a new api/go1.1.txt file used by cmd/api as follows:

api/go1.1.txt only includes additions relative to go1.txt.  It does not repeat the info
in go1.txt.

cmd/api allows removal of lines from go1.1.txt (because Go 1.1 is not defined yet) but
not removal of lines from go1.txt.

Brad, you're the cmd/api owner.  Want to work on this?
@bradfitz
Copy link
Contributor

Comment 1:

Yes, I would love to.  I've been meaning to do exactly this after all.bash has gotten
crazy lately.

@bradfitz
Copy link
Contributor

Comment 2:

http://golang.org/cl/6218069/

@bradfitz
Copy link
Contributor

Comment 3:

This issue was closed by revision 71c1a7b.

Status changed to Fixed.

@rsc rsc added fixed labels May 23, 2012
bradfitz added a commit that referenced this issue May 11, 2015
««« backport 1098c239b9ad
cmd/api: add api/next.txt

This quiets all.bash noise for upcoming features we know about.

The all.bash warnings will now only print for things not in next.txt
(or in next.txt but not in the API).

Once an API is frozen, we rename next.txt to a new frozen file
(like go1.txt)

Fixes #3651

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6218069

»»»
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
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

3 participants