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

Issue 119600043: code review 119600043: os: simplify windows Getwd (fixes build) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by brainman
Modified:
9 years, 8 months ago
Reviewers:
minux
CC:
golang-codereviews, minux
Visibility:
Public.

Description

os: simplify windows Getwd (fixes build) Current version of Getwd calls Stat that calls Getwd therefore infinite recursion.

Patch Set 1 #

Patch Set 2 : diff -r 66ccfb5353a8281aca6816d5d3a40aacd860638e https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 66ccfb5353a8281aca6816d5d3a40aacd860638e https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 66ccfb5353a8281aca6816d5d3a40aacd860638e https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M src/pkg/os/getwd.go View 1 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 3
brainman
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
9 years, 8 months ago (2014-08-08 00:00:10 UTC) #1
minux
LGTM.
9 years, 8 months ago (2014-08-08 00:07:33 UTC) #2
brainman
9 years, 8 months ago (2014-08-08 00:09:38 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=f16943857e65 ***

os: simplify windows Getwd (fixes build)

Current version of Getwd calls Stat that
calls Getwd therefore infinite recursion.

LGTM=minux
R=golang-codereviews, minux
CC=golang-codereviews
https://codereview.appspot.com/119600043
Sign in to reply to this message.

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