Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(512)

Issue 8371016: Fix infinite recursion when dealing with cyclic library dependencies. (Closed)

Created:
9 years, 2 months ago by siva
Modified:
9 years, 1 month ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix infinite recursion when dealing with cyclic library dependencies. Committed: https://code.google.com/p/dart/source/detail?r=714

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -3 lines) Patch
M bin/file.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M bin/file_linux.cc View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M bin/file_macos.cc View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M bin/file_win.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M bin/main.cc View 1 2 3 4 chunks +15 lines, -2 lines 0 comments Download
M bin/process_script.cc View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
siva
9 years, 2 months ago (2011-10-24 21:51:39 UTC) #1
Mads Ager (google)
LGTM Could we add a regression test for this and implement on Windows?
9 years, 2 months ago (2011-10-25 05:59:47 UTC) #2
siva
A regression test for this has already been submitted it is in tests/language/src/CyclicImportTest.dart. I have ...
9 years, 2 months ago (2011-10-25 20:44:27 UTC) #3
Dan Rice
9 years, 1 month ago (2011-10-27 16:20:14 UTC) #4
This CL causes dart to die with a Bus Error on my machine (Mac OS X 10.5.8)

Powered by Google App Engine
This is Rietveld 408576698