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

Issue 10850034: Rename BadNumberFormatException -> FormatException. (Closed)

Created:
8 years, 4 months ago by Bob Nystrom
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Rename BadNumberFormatException -> FormatException. Committed: https://code.google.com/p/dart/source/detail?r=10354

Patch Set 1 #

Total comments: 4

Patch Set 2 : Respond to reviews, rebase, and merge. #

Total comments: 2

Patch Set 3 : Re-word comment as TODO. #

Total comments: 2

Patch Set 4 : Change pub tests to invoke same Dart binary that was used to invoke test. #

Patch Set 5 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -260 lines) Patch
M corelib/src/exceptions.dart View 1 1 chunk +16 lines, -4 lines 0 comments Download
M corelib/src/math.dart View 1 chunk +4 lines, -6 lines 0 comments Download
M corelib/unified/math/base.dart View 1 chunk +4 lines, -6 lines 0 comments Download
M lib/args/args.dart View 3 chunks +5 lines, -13 lines 0 comments Download
M lib/compiler/implementation/lib/interceptors.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/compiler/implementation/lib/js_helper.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M lib/compiler/implementation/tree/nodes.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/html/src/XMLElementWrappingImplementation.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/math/base.dart View 1 chunk +4 lines, -6 lines 0 comments Download
M lib/unittest/core_matchers.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M lib/unittest/unittest.dart View 1 2 3 2 chunks +9 lines, -2 lines 0 comments Download
M runtime/bin/http_impl.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/http_utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/double.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/double.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/lib/math.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/exceptions.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/exceptions.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M samples/calculator/tape.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M tests/corelib/math_parse_double_test.dart View 2 chunks +33 lines, -33 lines 0 comments Download
M tests/corelib/math_test.dart View 2 chunks +33 lines, -33 lines 0 comments Download
M tests/language/arithmetic_test.dart View 4 chunks +9 lines, -9 lines 0 comments Download
M tests/lib/args/args_test.dart View 10 chunks +19 lines, -20 lines 0 comments Download
M tests/lib/math/math_test.dart View 2 chunks +33 lines, -33 lines 0 comments Download
M tests/lib/unittest/matchers_test.dart View 1 chunk +6 lines, -7 lines 0 comments Download
M utils/pub/pub.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M utils/pub/utils.dart View 1 chunk +0 lines, -9 lines 0 comments Download
M utils/pub/version.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M utils/tests/pub/lock_file_test.dart View 1 6 chunks +14 lines, -18 lines 0 comments Download
M utils/tests/pub/pubspec_test.dart View 1 2 chunks +2 lines, -6 lines 0 comments Download
M utils/tests/pub/test_pub.dart View 1 2 3 1 chunk +11 lines, -8 lines 0 comments Download
M utils/tests/pub/version_test.dart View 1 3 chunks +11 lines, -14 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Bob Nystrom
I got a positive response from my suggestions about doing a little exception class clean-up, ...
8 years, 4 months ago (2012-08-03 00:51:19 UTC) #1
kasperl
The (rather trivial) changes to lib/compiler/* look good to me and I definitely support cleaning ...
8 years, 4 months ago (2012-08-03 05:25:19 UTC) #2
ahe
I look through everything and it all LGTM. I think you should make sure that ...
8 years, 4 months ago (2012-08-03 06:31:21 UTC) #3
ahe
On 2012/08/03 06:31:21, ahe wrote: > I look through everything and it all LGTM. Sigh. ...
8 years, 4 months ago (2012-08-03 06:32:59 UTC) #4
Mads Ager (google)
LGTM https://chromiumcodereview.appspot.com/10850034/diff/1/tests/co19/co19-runtime.status File tests/co19/co19-runtime.status (right): https://chromiumcodereview.appspot.com/10850034/diff/1/tests/co19/co19-runtime.status#newcode443 tests/co19/co19-runtime.status:443: [ $mode == debug || $mode == release ...
8 years, 4 months ago (2012-08-03 07:28:53 UTC) #5
gram
lgtm The changes to unittest library and its tests look fine.
8 years, 4 months ago (2012-08-03 16:54:21 UTC) #6
vsm
lgtm on lib/html
8 years, 4 months ago (2012-08-03 16:59:48 UTC) #7
Bob Nystrom
Thanks! There's one other change I added: I'm marking pub_test as fail. Pub invokes the ...
8 years, 4 months ago (2012-08-03 17:46:54 UTC) #8
nweiz
lgtm https://chromiumcodereview.appspot.com/10850034/diff/8001/utils/tests/pub/pub.status File utils/tests/pub/pub.status (right): https://chromiumcodereview.appspot.com/10850034/diff/8001/utils/tests/pub/pub.status#newcode8 utils/tests/pub/pub.status:8: pub_test: Fail Add a TODO here, so we ...
8 years, 4 months ago (2012-08-03 18:22:23 UTC) #9
Bob Nystrom
https://chromiumcodereview.appspot.com/10850034/diff/8001/utils/tests/pub/pub.status File utils/tests/pub/pub.status (right): https://chromiumcodereview.appspot.com/10850034/diff/8001/utils/tests/pub/pub.status#newcode8 utils/tests/pub/pub.status:8: pub_test: Fail On 2012/08/03 18:22:23, nweiz wrote: > Add ...
8 years, 4 months ago (2012-08-03 18:25:02 UTC) #10
Ivan Posva
The VM changes LGTM. Please fix the issue about pub using the wrong Dart binaries. ...
8 years, 4 months ago (2012-08-03 20:36:27 UTC) #11
Bob Nystrom
8 years, 4 months ago (2012-08-06 23:55:49 UTC) #12
On 2012/08/03 20:36:27, Ivan Posva wrote:
> The VM changes LGTM.
> 
> Please fix the issue about pub using the wrong Dart binaries. I would be fine
if
> that was in a different CL though.

Thanks! I think I will do that in this CL so I don't have to disable the pub
tests.

> 
> -Ivan
> 
>
https://chromiumcodereview.appspot.com/10850034/diff/9007/corelib/src/excepti...
> File corelib/src/exceptions.dart (right):
> 
>
https://chromiumcodereview.appspot.com/10850034/diff/9007/corelib/src/excepti...
> corelib/src/exceptions.dart:121: final String message;
> Is it intentional that you are making the message public here?
> 
>
https://chromiumcodereview.appspot.com/10850034/diff/9007/utils/tests/pub/pub...
> File utils/tests/pub/pub.status (right):
> 
>
https://chromiumcodereview.appspot.com/10850034/diff/9007/utils/tests/pub/pub...
> utils/tests/pub/pub.status:7: # TODO(rnystrom): Remove this once new binaries
> are checked in.
> The fact that you have to put this here points out why it is broken to use the
> prebuilt binaries to run actual tests.

Powered by Google App Engine
This is Rietveld 408576698