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

Issue 10916172: num implements Comparable and Hashable. (Closed)

Created:
8 years, 3 months ago by ngeoffray
Modified:
8 years, 3 months ago
Reviewers:
floitsch, kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

num implements Comparable and Hashable. Committed: https://code.google.com/p/dart/source/detail?r=12037

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+261 lines, -32 lines) Patch
M lib/compiler/implementation/elements/elements.dart View 1 1 chunk +7 lines, -3 lines 0 comments Download
M lib/compiler/implementation/js_backend/backend.dart View 1 1 chunk +14 lines, -14 lines 0 comments Download
M lib/compiler/implementation/lib/js_helper.dart View 1 1 chunk +34 lines, -0 lines 0 comments Download
M lib/compiler/implementation/ssa/codegen.dart View 1 4 chunks +28 lines, -7 lines 0 comments Download
M lib/compiler/implementation/ssa/optimize.dart View 1 3 chunks +8 lines, -3 lines 0 comments Download
M lib/compiler/implementation/ssa/types.dart View 1 2 chunks +44 lines, -1 line 0 comments Download
M pkg/pkg.status View 1 1 chunk +0 lines, -4 lines 0 comments Download
A tests/compiler/dart2js_native/core_type_check_native_test.dart View 1 chunk +76 lines, -0 lines 0 comments Download
A tests/language/core_type_check_test.dart View 1 chunk +50 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ngeoffray
8 years, 3 months ago (2012-09-07 12:58:00 UTC) #1
kasperl
LGTM. https://chromiumcodereview.appspot.com/10916172/diff/2001/lib/compiler/implementation/js_backend/backend.dart File lib/compiler/implementation/js_backend/backend.dart (right): https://chromiumcodereview.appspot.com/10916172/diff/2001/lib/compiler/implementation/js_backend/backend.dart#newcode706 lib/compiler/implementation/js_backend/backend.dart:706: if (nativeCheck) { Maybe use return ? : ...
8 years, 3 months ago (2012-09-07 13:03:46 UTC) #2
ngeoffray
8 years, 3 months ago (2012-09-07 14:06:36 UTC) #3
Thanks Kasper

https://chromiumcodereview.appspot.com/10916172/diff/2001/lib/compiler/implem...
File lib/compiler/implementation/js_backend/backend.dart (right):

https://chromiumcodereview.appspot.com/10916172/diff/2001/lib/compiler/implem...
lib/compiler/implementation/js_backend/backend.dart:706: if (nativeCheck) {
On 2012/09/07 13:03:46, kasperl wrote:
> Maybe use return ? : in these cases in this file?

Done.

Powered by Google App Engine
This is Rietveld 408576698