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

Issue 26768004: Make sure exports treat dart: libs specially just like imports. (Closed)

Created:
7 years, 2 months ago by gbracha
Modified:
7 years, 2 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org, Johnni Winther
Visibility:
Public.

Description

Make sure exports treat dart: libs specially just like imports. R=ahe@google.com Committed: https://code.google.com/p/dart/source/detail?r=28540

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -4 lines) Patch
M docs/language/dartLangSpec.tex View 1 2 5 chunks +18 lines, -4 lines 4 comments Download

Messages

Total messages: 7 (0 generated)
gbracha
7 years, 2 months ago (2013-10-10 01:42:19 UTC) #1
ahe
https://codereview.chromium.org/26768004/diff/4001/docs/language/dartLangSpec.tex File docs/language/dartLangSpec.tex (right): https://codereview.chromium.org/26768004/diff/4001/docs/language/dartLangSpec.tex#newcode5397 docs/language/dartLangSpec.tex:5397: If a name $N$ is referenced by a library ...
7 years, 2 months ago (2013-10-10 11:53:19 UTC) #2
gbracha
On 2013/10/10 11:53:19, ahe wrote: > https://codereview.chromium.org/26768004/diff/4001/docs/language/dartLangSpec.tex > File docs/language/dartLangSpec.tex (right): > > https://codereview.chromium.org/26768004/diff/4001/docs/language/dartLangSpec.tex#newcode5397 > ...
7 years, 2 months ago (2013-10-10 19:58:39 UTC) #3
gbracha
PTAL
7 years, 2 months ago (2013-10-10 19:59:53 UTC) #4
ahe
LGTM once you fix the two additional references to library name. https://codereview.chromium.org/26768004/diff/10001/docs/language/dartLangSpec.tex File docs/language/dartLangSpec.tex (right): ...
7 years, 2 months ago (2013-10-11 05:21:03 UTC) #5
gbracha
Committed patchset #3 manually as r28540 (presubmit successful).
7 years, 2 months ago (2013-10-11 19:13:09 UTC) #6
gbracha
7 years, 2 months ago (2013-10-11 19:13:42 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/26768004/diff/10001/docs/language/dartLangSpe...
File docs/language/dartLangSpec.tex (right):

https://codereview.chromium.org/26768004/diff/10001/docs/language/dartLangSpe...
docs/language/dartLangSpec.tex:5295: If a name $N$ is referenced by a library
$L$ and $N$ would be introduced into the top level scope of $L$ by an import
from a library whose URI begins with \code{dart:} and an import from a library
whose name does not begin with \code{dart:}:
On 2013/10/11 05:21:03, ahe wrote:
> This sentence contains another use of "name" that should be changed to URI.

Done.

https://codereview.chromium.org/26768004/diff/10001/docs/language/dartLangSpe...
docs/language/dartLangSpec.tex:5397: If a name $N$ is referenced by a library
$L$ and $N$ would be introduced into the exported namespace of $L$ by an export
from a library whose URI begins with \code{dart:} and an export from a library
whose name does not begin with \code{dart:}:
On 2013/10/11 05:21:03, ahe wrote:
> Ditto.

Done.

Powered by Google App Engine
This is Rietveld 408576698