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

Issue 570563004: Temporarily add a public modPow method to int interface. (Closed)

Created:
6 years, 3 months ago by regis
Modified:
6 years, 3 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Temporarily add a public modPow method to int interface. Make Bigint modPow support non-bigint arguments. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=40335

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -27 lines) Patch
M runtime/lib/bigint.dart View 1 2 6 chunks +58 lines, -27 lines 0 comments Download
M runtime/lib/integers.dart View 1 2 1 chunk +25 lines, -0 lines 2 comments Download

Messages

Total messages: 7 (1 generated)
regis
6 years, 3 months ago (2014-09-15 23:42:45 UTC) #2
regis
On 2014/09/15 23:42:45, regis wrote: I sent this a bit too hastily (let's blame it ...
6 years, 3 months ago (2014-09-16 00:12:28 UTC) #3
regis
On 2014/09/16 00:12:28, regis wrote: > On 2014/09/15 23:42:45, regis wrote: > > I sent ...
6 years, 3 months ago (2014-09-16 16:01:32 UTC) #4
srdjan
lgtm https://codereview.chromium.org/570563004/diff/40001/runtime/lib/integers.dart File runtime/lib/integers.dart (right): https://codereview.chromium.org/570563004/diff/40001/runtime/lib/integers.dart#newcode272 runtime/lib/integers.dart:272: if (m is! int) throw new ArgumentError(m); Maybe ...
6 years, 3 months ago (2014-09-16 18:08:36 UTC) #5
regis
https://codereview.chromium.org/570563004/diff/40001/runtime/lib/integers.dart File runtime/lib/integers.dart (right): https://codereview.chromium.org/570563004/diff/40001/runtime/lib/integers.dart#newcode272 runtime/lib/integers.dart:272: if (m is! int) throw new ArgumentError(m); On 2014/09/16 ...
6 years, 3 months ago (2014-09-16 18:18:55 UTC) #6
regis
6 years, 3 months ago (2014-09-16 18:19:16 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as r40335 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698