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

Issue 1664053: code review 1664053: utf16: Fix recursive call ... linker skew error

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by peterGo
Modified:
13 years, 9 months ago
Reviewers:
rsc1
CC:
rsc, golang-dev
Visibility:
Public.

Description

utf16: Fix recursive call ... linker skew error The utf16 test, run using Windows, fails with the message: throw: recursive call during initialization - linker skew. syscall_windows.go depends on the utf16 package.

Patch Set 1 #

Patch Set 2 : code review 1664053: utf16: Fix recursive call ... linker skew error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/pkg/utf16/utf16_test.go View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4
peterGo
This is a cheap, but ugly, fix. Is there a better way? Windows NT first ...
13 years, 9 months ago (2010-07-17 20:19:51 UTC) #1
peterGo
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
13 years, 9 months ago (2010-07-17 20:22:08 UTC) #2
rsc1
LGTM That's the fix. All the tests for packages imported (even indirectly) by testing have ...
13 years, 9 months ago (2010-07-17 23:49:30 UTC) #3
rsc
13 years, 9 months ago (2010-07-17 23:52:56 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=23eae2974d2c ***

utf16: fix cyclic dependency when testing on Windows

(on Windows, syscall depends on utf16)

R=rsc
CC=golang-dev
http://codereview.appspot.com/1664053

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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