Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(659)

Issue 7132057: code review 7132057: cmd/go: diagnose un-bootstrapped runtime (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by rsc
Modified:
12 years, 3 months ago
Reviewers:
CC:
golang-dev, minux1
Visibility:
Public.

Description

cmd/go: diagnose un-bootstrapped runtime Fixes issue 4665.

Patch Set 1 #

Patch Set 2 : diff -r 1b57fb106d8d https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 3 : diff -r 6519eef2c815 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 6519eef2c815 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -0 lines) Patch
M src/cmd/go/build.go View 1 2 3 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 3 months ago (2013-01-18 21:05:34 UTC) #1
minux1
LGTM. https://codereview.appspot.com/7132057/diff/2001/src/cmd/go/build.go File src/cmd/go/build.go (right): https://codereview.appspot.com/7132057/diff/2001/src/cmd/go/build.go#newcode683 src/cmd/go/build.go:683: !hasString(a.p.GoFiles, "zasm_"+buildContext.GOOS+"_"+buildContext.GOARCH+".go") { i think you mean zruntime_defs_$GOOS_$GOARCH.go, ...
12 years, 3 months ago (2013-01-18 21:11:12 UTC) #2
rsc
Actually I meant zasm_goos_goarch.h.
12 years, 3 months ago (2013-01-18 21:21:00 UTC) #3
minux1
On Sat, Jan 19, 2013 at 5:20 AM, Russ Cox <rsc@golang.org> wrote: > Actually I ...
12 years, 3 months ago (2013-01-18 21:23:36 UTC) #4
rsc
12 years, 3 months ago (2013-01-18 21:24:12 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=6ba201b58519 ***

cmd/go: diagnose un-bootstrapped runtime

Fixes issue 4665.

R=golang-dev, minux.ma
CC=golang-dev
https://codereview.appspot.com/7132057
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b