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

Issue 2893563003: Rename buildOutline() and separate 'build' and 'writeProgram()'. (Closed)

Created:
3 years, 7 months ago by scheglov
Modified:
3 years, 7 months ago
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Rename buildOutline() and separate 'build' and 'writeProgram()'. Also rename KernelTarget.program to _program to prevent clients from reaching into internals. I think eventually we want to make more stuff private. And rationalize errors handling. And... many things :-) R=ahe@google.com, paulberry@google.com, sigmund@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/06e9b4b5034bde81e0a15c59dcfff2233f0e78f4

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -62 lines) Patch
M pkg/compiler/lib/src/kernel/fasta_support.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/front_end/lib/kernel_generator.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/compile_platform.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_target.dart View 1 chunk +6 lines, -5 lines 0 comments Download
M pkg/front_end/lib/src/fasta/fasta.dart View 4 chunks +7 lines, -6 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_target.dart View 7 chunks +34 lines, -22 lines 0 comments Download
M pkg/front_end/lib/src/fasta/target.dart View 2 chunks +8 lines, -6 lines 0 comments Download
M pkg/front_end/lib/src/incremental_kernel_generator_impl.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/front_end/test/fasta/testing/suite.dart View 1 chunk +3 lines, -4 lines 0 comments Download
M pkg/front_end/tool/fasta_perf.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/kernel/test/closures/suite.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/kernel/test/interpreter/suite.dart View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
scheglov
3 years, 7 months ago (2017-05-17 16:57:15 UTC) #1
Siggi Cherem (dart-lang)
lgtm, though I know Peter has some reservations on using _private members in fasta. I'll ...
3 years, 7 months ago (2017-05-17 17:28:05 UTC) #2
scheglov
Committed patchset #1 (id:1) manually as 06e9b4b5034bde81e0a15c59dcfff2233f0e78f4 (presubmit successful).
3 years, 7 months ago (2017-05-17 18:10:16 UTC) #4
ahe
3 years, 7 months ago (2017-05-22 13:47:07 UTC) #5
Message was sent while issue was closed.
Please try to keep stylistic changes to a minimum. It's not productive for any
of that code oscillate between stylistic differences of opinion. The best way to
approach this is that whoever writes the code initially picks the style they
prefer, and subsequent editors follow suit. 

If you think we need to change our style in general, please suggest that we do
so in our weekly meetings so we can discuss it.

Powered by Google App Engine
This is Rietveld 408576698