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

Issue 2632643002: Remove LibraryEntity.libraryName (Closed)

Created:
3 years, 11 months ago by Johnni Winther
Modified:
3 years, 10 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Remove LibraryEntity.libraryName - use libraryName for LibraryElement.name if available. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/1498e533e0293a48bf74c84e4dd23b2e373c07dd

Patch Set 1 #

Total comments: 2

Patch Set 2 : Replace libraryOrScriptName with name #

Total comments: 4

Patch Set 3 : Updated cf. comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -35 lines) Patch
M pkg/compiler/lib/src/elements/common.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/elements/elements.dart View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/elements/entities.dart View 1 1 chunk +1 line, -3 lines 0 comments Download
M pkg/compiler/lib/src/elements/modelx.dart View 1 1 chunk +0 lines, -10 lines 0 comments Download
M pkg/compiler/lib/src/elements/names.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/namer.dart View 1 1 chunk +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/kernel/elements.dart View 1 1 chunk +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/kernel/world_builder.dart View 1 1 chunk +7 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/mirrors_used.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/serialization/modelz.dart View 1 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/typechecker.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/sourcemaps/diff_view.dart View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (2 generated)
Johnni Winther
3 years, 11 months ago (2017-01-13 09:27:30 UTC) #2
Siggi Cherem (dart-lang)
https://codereview.chromium.org/2632643002/diff/1/pkg/compiler/lib/src/elements/modelx.dart File pkg/compiler/lib/src/elements/modelx.dart (right): https://codereview.chromium.org/2632643002/diff/1/pkg/compiler/lib/src/elements/modelx.dart#newcode1220 pkg/compiler/lib/src/elements/modelx.dart:1220: String get name => hasLibraryName ? libraryName : super.name; ...
3 years, 11 months ago (2017-01-13 16:51:18 UTC) #3
Johnni Winther
https://codereview.chromium.org/2632643002/diff/1/pkg/compiler/lib/src/elements/modelx.dart File pkg/compiler/lib/src/elements/modelx.dart (right): https://codereview.chromium.org/2632643002/diff/1/pkg/compiler/lib/src/elements/modelx.dart#newcode1220 pkg/compiler/lib/src/elements/modelx.dart:1220: String get name => hasLibraryName ? libraryName : super.name; ...
3 years, 11 months ago (2017-01-16 10:07:38 UTC) #4
Johnni Winther
PTAL
3 years, 10 months ago (2017-02-07 09:00:06 UTC) #5
Siggi Cherem (dart-lang)
Do we need to fix js_backend/namer.dart: keyBase = library.name; to something else? The old name ...
3 years, 10 months ago (2017-02-07 23:31:53 UTC) #6
Johnni Winther
On 2017/02/07 23:31:53, Siggi Cherem (dart-lang) wrote: > Do we need to fix js_backend/namer.dart: > ...
3 years, 10 months ago (2017-02-08 10:23:29 UTC) #7
Johnni Winther
https://codereview.chromium.org/2632643002/diff/20001/pkg/compiler/lib/src/elements/elements.dart File pkg/compiler/lib/src/elements/elements.dart (right): https://codereview.chromium.org/2632643002/diff/20001/pkg/compiler/lib/src/elements/elements.dart#newcode1081 pkg/compiler/lib/src/elements/elements.dart:1081: /// Returns the library name (as defined by the ...
3 years, 10 months ago (2017-02-08 10:27:10 UTC) #8
Johnni Winther
3 years, 10 months ago (2017-02-08 10:37:10 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
1498e533e0293a48bf74c84e4dd23b2e373c07dd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698