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

Issue 12880023: Remove legacy syntax support for library import (Closed)

Created:
7 years, 9 months ago by hausner
Modified:
7 years, 9 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Remove legacy syntax support for library import Remove legacy syntax for #import, #library and #source Update test programs Recalc fingerprints of inlined functions that were apparently affected by the change of library name from "dart:io" to dart.io. Committed: https://code.google.com/p/dart/source/detail?r=20466

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -274 lines) Patch
M compiler/api.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M compiler/tests/dartc/test_config.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/io.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intrinsifier.h View 5 chunks +54 lines, -54 lines 0 comments Download
M runtime/vm/parser.cc View 3 chunks +0 lines, -125 lines 0 comments Download
M runtime/vm/scanner.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/scanner.cc View 3 chunks +4 lines, -20 lines 0 comments Download
M runtime/vm/token.h View 1 chunk +0 lines, -3 lines 0 comments Download
M tests/co19/test_config.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/isolate/isolate_import_negative_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/library1_lib.lib View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/library_prefixes.lib View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/library_prefixes_test1.lib View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/library_prefixes_test2.lib View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/private2_lib.lib View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/private_lib View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/private_other.lib View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/top_level_prefixed_library_test.lib View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/standalone/package/package_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/standalone/package/packages/lib1.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/standalone/package/packages/lib2/lib2.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/standalone/package/packages/lib3/sub/lib3.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/standalone/package/packages/package1.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/standalone/package/packages/package2.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/package/packages/shared.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
hausner
7 years, 9 months ago (2013-03-25 17:05:29 UTC) #1
Ivan Posva
LGTM -ip
7 years, 9 months ago (2013-03-25 17:16:38 UTC) #2
hausner
7 years, 9 months ago (2013-03-25 18:11:50 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r20466 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698