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

Issue 4031041: code review 4031041: runtime/debug: new package (Closed)

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

Description

runtime/debug: new package Facilities for printing stack traces from within a running goroutine.

Patch Set 1 #

Patch Set 2 : code review 4031041: runtime/debug: new package #

Patch Set 3 : code review 4031041: runtime/debug: new package #

Patch Set 4 : code review 4031041: runtime/debug: new package #

Patch Set 5 : code review 4031041: runtime/debug: new package #

Patch Set 6 : code review 4031041: runtime/debug: new package #

Total comments: 4

Patch Set 7 : code review 4031041: runtime/debug: new package #

Patch Set 8 : code review 4031041: runtime/debug: new package #

Total comments: 2

Patch Set 9 : code review 4031041: runtime/debug: new package #

Patch Set 10 : code review 4031041: runtime/debug: new package #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -0 lines) Patch
M src/pkg/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/runtime/debug/stack.go View 1 2 3 4 5 6 7 8 1 chunk +90 lines, -0 lines 0 comments Download
A src/pkg/runtime/debug/stack_test.go View 1 chunk +55 lines, -0 lines 0 comments Download

Messages

Total messages: 7
r
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 2 months ago (2011-01-14 20:37:34 UTC) #1
r
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 2 months ago (2011-01-14 20:37:57 UTC) #2
r
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 2 months ago (2011-01-15 22:43:48 UTC) #3
rsc
http://codereview.appspot.com/4031041/diff/16001/src/pkg/runtime/debug/stack.go File src/pkg/runtime/debug/stack.go (right): http://codereview.appspot.com/4031041/diff/16001/src/pkg/runtime/debug/stack.go#newcode24 src/pkg/runtime/debug/stack.go:24: unicodeChar = "\u00A0-\U0010FFFF" You can probably avoid the regexp ...
14 years, 2 months ago (2011-01-18 20:05:04 UTC) #4
r
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 2 months ago (2011-01-18 21:25:06 UTC) #5
rsc
LGTM http://codereview.appspot.com/4031041/diff/23001/src/pkg/runtime/debug/stack.go File src/pkg/runtime/debug/stack.go (right): http://codereview.appspot.com/4031041/diff/23001/src/pkg/runtime/debug/stack.go#newcode28 src/pkg/runtime/debug/stack.go:28: // Stack() returns a formatted stack trace of ...
14 years, 2 months ago (2011-01-19 18:31:42 UTC) #6
r
14 years, 2 months ago (2011-01-19 20:28:41 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=c405ac82fde2 ***

runtime/debug: new package
Facilities for printing stack traces from within a running goroutine.

R=rsc
CC=golang-dev
http://codereview.appspot.com/4031041
Sign in to reply to this message.

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