Chromium Code Reviews
Descriptionsdk/dart now detects an available build
The shell scripts in sdk/sdk are using ReleaseIA32 as the default build
configuration in the case one is not provided as an environment
variable. This is arbitrary so a check of the available builds is
performed and if ReleaseIA32 is available it is selected. Otherwise, an
arbitrary configuration is selected (currently the last one
lexicographically). In the case where there are no subfolders in the
"out" folder, ReleaseIA32 is selected, in order to produce the same
error that used to be produced before (this can be changed to a custom
message for user-friendliness).
Currently only the "dart" shell script is changed and if the change is
accepted, the others will be changed too.
R=floitsch@google.com, zerny@google.com
Committed: https://github.com/dart-lang/sdk/commit/ac8a228d0b1dc86cb02f9d15ce0320c4e03b56cd
Patch Set 1 #
Total comments: 6
Patch Set 2 : Address comments and add error messages #
Total comments: 8
Patch Set 3 : Addressed comments. #Patch Set 4 : Make error message better #Messages
Total messages: 11 (2 generated)
|