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

Issue 208293006: Clarify that dart system libs have lower priority regardless how imported. (Closed)

Created:
6 years, 9 months ago by gbracha
Modified:
6 years, 9 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Clarify that dart system libs have lower priority regardless how imported. R=johnniwinther@google.com, kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=34378

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -6 lines) Patch
M docs/language/dartLangSpec.tex View 1 2 3 4 chunks +11 lines, -6 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
gbracha
Fix for bug 17678
6 years, 9 months ago (2014-03-21 17:47:38 UTC) #1
kasperl
Adding Johnni as a reviewer per local discussions. https://codereview.chromium.org/208293006/diff/1/docs/language/dartLangSpec.tex File docs/language/dartLangSpec.tex (right): https://codereview.chromium.org/208293006/diff/1/docs/language/dartLangSpec.tex#newcode5034 docs/language/dartLangSpec.tex:5034: A ...
6 years, 9 months ago (2014-03-24 07:48:13 UTC) #2
gbracha
On 2014/03/24 07:48:13, kasperl wrote: > Adding Johnni as a reviewer per local discussions. > ...
6 years, 9 months ago (2014-03-24 17:54:17 UTC) #3
gbracha
6 years, 9 months ago (2014-03-24 17:54:21 UTC) #4
gbracha
6 years, 9 months ago (2014-03-24 21:10:07 UTC) #5
Johnni Winther
LGTM https://codereview.chromium.org/208293006/diff/40001/docs/language/dartLangSpec.tex File docs/language/dartLangSpec.tex (right): https://codereview.chromium.org/208293006/diff/40001/docs/language/dartLangSpec.tex#newcode5036 docs/language/dartLangSpec.tex:5036: A {\em system library} is a library whose ...
6 years, 9 months ago (2014-03-25 07:21:11 UTC) #6
kasperl
LGTM. Thanks, Gilad!
6 years, 9 months ago (2014-03-25 07:29:46 UTC) #7
gbracha
Committed patchset #4 manually as r34378 (presubmit successful).
6 years, 9 months ago (2014-03-25 18:15:55 UTC) #8
gbracha
6 years, 9 months ago (2014-03-25 18:16:10 UTC) #9
Message was sent while issue was closed.
https://codereview.chromium.org/208293006/diff/40001/docs/language/dartLangSp...
File docs/language/dartLangSpec.tex (right):

https://codereview.chromium.org/208293006/diff/40001/docs/language/dartLangSp...
docs/language/dartLangSpec.tex:5036: A {\em system library} is a library whose
URI begins with \code{dart:}. Any other library is a {\em non-system library}.
If a name $N$ is referenced by a library $L$ and $N$ would be introduced into
the top level scope of $L$ by
On 2014/03/25 07:21:11, Johnni Winther wrote:
> I don't think "whose URI" is clearly defined. It probably means something like
a
> library "that can be imported/exported through a URI beginning with 'dart:'".

I've reorganized this so it is  cleaner and somewhat more precise.

https://codereview.chromium.org/208293006/diff/40001/docs/language/dartLangSp...
docs/language/dartLangSpec.tex:5141: If a name $N$ is referenced by a library
$L$ and $N$ would be introduced into the exported namespace of $L$ by exports of
two libraries, $L_1$ and $L_2$, and the sported namespace of $L_1$ binds $N$ to
a declaration originating in a system library:
On 2014/03/25 07:21:11, Johnni Winther wrote:
> 'sported' -> 'exported'.

fixed

Powered by Google App Engine
This is Rietveld 408576698