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

Issue 9751043: code review 9751043: encoding/asn1: harmonise error prefixes. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by agl1
Modified:
12 years, 1 month ago
Reviewers:
CC:
golang-dev, gedimitr
Visibility:
Public.

Description

encoding/asn1: harmonise error prefixes. This change ensures that error messages always start with "asn1: ".

Patch Set 1 #

Patch Set 2 : diff -r 5993bd419cf0 https://code.google.com/p/go/ #

Patch Set 3 : diff -r 5993bd419cf0 https://code.google.com/p/go/ #

Total comments: 3

Patch Set 4 : diff -r 50783a5ab7da https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -7 lines) Patch
M src/pkg/encoding/asn1/asn1.go View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/encoding/asn1/asn1_test.go View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/pkg/encoding/asn1/marshal.go View 1 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4
gedimitr
I think that the package name will appear twice in a couple of cases (see ...
12 years, 1 month ago (2013-05-25 23:15:16 UTC) #1
agl1
https://codereview.appspot.com/9751043/diff/4001/src/pkg/encoding/asn1/asn1.go File src/pkg/encoding/asn1/asn1.go (right): https://codereview.appspot.com/9751043/diff/4001/src/pkg/encoding/asn1/asn1.go#newcode50 src/pkg/encoding/asn1/asn1.go:50: err = SyntaxError{"asn1: invalid boolean"} On 2013/05/25 23:15:16, gedimitr ...
12 years, 1 month ago (2013-05-29 14:58:45 UTC) #2
agl1
Hello golang-dev@googlegroups.com, gedimitr@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
12 years, 1 month ago (2013-06-04 23:52:52 UTC) #3
agl1
12 years, 1 month ago (2013-06-04 23:53:05 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=1a43728b3f8f ***

encoding/asn1: harmonise error prefixes.

This change ensures that error messages always start with "asn1: ".

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

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