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

Issue 1797063002: Resolve obvious deprecation warnings on bleeding edge (Closed)

Created:
4 years, 9 months ago by Leaf
Modified:
4 years, 9 months ago
CC:
dev-compiler+reviews_dartlang.org, Brian Wilkerson
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 17

Patch Set 4 : Address comments #

Patch Set 5 : Add test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -40 lines) Patch
M lib/src/closure/closure_annotator.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M lib/src/codegen/ast_builder.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/codegen/code_generator.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 2 3 3 chunks +10 lines, -6 lines 0 comments Download
M lib/src/codegen/js_field_storage.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/codegen/js_interop.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/codegen/js_module_item_order.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/codegen/js_printer.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/codegen/js_typeref_codegen.dart View 1 chunk +2 lines, -1 line 0 comments Download
M lib/src/codegen/nullable_type_inference.dart View 1 chunk +2 lines, -1 line 0 comments Download
M lib/src/codegen/reify_coercions.dart View 1 2 3 3 chunks +7 lines, -9 lines 0 comments Download
M lib/src/codegen/side_effect_analysis.dart View 2 chunks +6 lines, -5 lines 0 comments Download
M lib/src/compiler.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/info.dart View 1 chunk +2 lines, -1 line 0 comments Download
M lib/src/server/dependency_graph.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/src/utils.dart View 1 2 3 3 chunks +9 lines, -2 lines 0 comments Download
M test/codegen/expect/misc.js View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
M test/codegen/misc.dart View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
Leaf
Several of the analyzer/lib/src libraries that we reach in and grab are deprecated in bleeding ...
4 years, 9 months ago (2016-03-14 22:47:56 UTC) #2
Brian Wilkerson
DBC Another possibility would be to import the needed classes from their new 'src' location, ...
4 years, 9 months ago (2016-03-14 23:06:23 UTC) #4
Jennifer Messerly
Yeah, +1 to what Brian said, I was wondering that too. https://codereview.chromium.org/1797063002/diff/40001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (left): ...
4 years, 9 months ago (2016-03-14 23:12:42 UTC) #5
Jennifer Messerly
oops and LGTM!
4 years, 9 months ago (2016-03-14 23:12:58 UTC) #6
Leaf
On 2016/03/14 23:06:23, Brian Wilkerson wrote: > DBC Another possibility would be to import the ...
4 years, 9 months ago (2016-03-14 23:58:35 UTC) #7
Leaf
https://codereview.chromium.org/1797063002/diff/40001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (left): https://codereview.chromium.org/1797063002/diff/40001/lib/src/codegen/js_codegen.dart#oldcode500 lib/src/codegen/js_codegen.dart:500: var fields = new List<ConstFieldElementImpl>.from( On 2016/03/14 23:12:42, John ...
4 years, 9 months ago (2016-03-14 23:58:42 UTC) #8
Brian Wilkerson
https://codereview.chromium.org/1797063002/diff/40001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1797063002/diff/40001/lib/src/codegen/js_codegen.dart#newcode17 lib/src/codegen/js_codegen.dart:17: show DynamicElementImpl, DynamicTypeImpl, LocalVariableElementImpl; > > I believe all ...
4 years, 9 months ago (2016-03-15 00:14:17 UTC) #9
Leaf
https://codereview.chromium.org/1797063002/diff/40001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1797063002/diff/40001/lib/src/codegen/js_codegen.dart#newcode17 lib/src/codegen/js_codegen.dart:17: show DynamicElementImpl, DynamicTypeImpl, LocalVariableElementImpl; On 2016/03/15 00:14:16, Brian Wilkerson ...
4 years, 9 months ago (2016-03-15 00:35:14 UTC) #10
Jennifer Messerly
https://codereview.chromium.org/1797063002/diff/40001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1797063002/diff/40001/lib/src/codegen/js_codegen.dart#newcode17 lib/src/codegen/js_codegen.dart:17: show DynamicElementImpl, DynamicTypeImpl, LocalVariableElementImpl; On 2016/03/15 00:35:14, Leaf wrote: ...
4 years, 9 months ago (2016-03-15 16:23:19 UTC) #11
Leaf
4 years, 9 months ago (2016-03-15 17:15:39 UTC) #13
Message was sent while issue was closed.
Committed patchset #5 (id:70001) manually as
67df07896e42263cd7af9e46e26c4827a9b3dd61 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698