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

Issue 12217148: Remove deprecated functions. (Closed)

Created:
7 years, 10 months ago by gram
Modified:
7 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -47 lines) Patch
M pkg/unittest/lib/unittest.dart View 2 chunks +0 lines, -47 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
gram
7 years, 10 months ago (2013-02-12 21:53:50 UTC) #1
Siggi Cherem (dart-lang)
7 years, 10 months ago (2013-02-12 22:22:42 UTC) #2
lgtm

FYI - there are some deprecated APIs currently being used in unittest, that we
should remove.

For example:
Strings.join(a, b) => a.join(b)
IllegalJsRegExpException => FormatException
ExceptException will be deprecated, we need to define our own

Powered by Google App Engine
This is Rietveld 408576698