From 2463266847414ab970e2f4c45bac769aa6cc9bc2 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 14 Dec 2016 09:32:25 -0800 Subject: [PATCH 1/2] disable testing the stable channel on travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 777dd6c35c..dc24750137 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: dart sudo: false dart: - dev - - stable +# Disabled - re-enable once dev goes stable (see #1290). +# - stable env: - GEN_SDK_DOCS=true - GEN_SDK_DOCS=false From 4b19debf0fc9ec959434952236c17f0837d6c355 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 14 Dec 2016 09:36:48 -0800 Subject: [PATCH 2/2] update the generated output --- testing/test_package_docs/fake/ExtraSpecialList/contains.html | 2 +- testing/test_package_docs/fake/SpecialList/contains.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/test_package_docs/fake/ExtraSpecialList/contains.html b/testing/test_package_docs/fake/ExtraSpecialList/contains.html index 93b50cb5f0..770c76b3d8 100644 --- a/testing/test_package_docs/fake/ExtraSpecialList/contains.html +++ b/testing/test_package_docs/fake/ExtraSpecialList/contains.html @@ -158,7 +158,7 @@
ExtraSpecialList
element, unless it has a more efficient way to find an element equal to element.

The equality used to determine whether element is equal to an element of -the iterable defaults to the Object.operator== of the element.

+the iterable defaults to the Object.== of the element.

Some types of iterable may have a different equality used for its elements. For example, a Set may have a custom equality (see Set.identical) that its contains uses. diff --git a/testing/test_package_docs/fake/SpecialList/contains.html b/testing/test_package_docs/fake/SpecialList/contains.html index cdc7358c84..2c77d6ae46 100644 --- a/testing/test_package_docs/fake/SpecialList/contains.html +++ b/testing/test_package_docs/fake/SpecialList/contains.html @@ -158,7 +158,7 @@

SpecialList
element, unless it has a more efficient way to find an element equal to element.

The equality used to determine whether element is equal to an element of -the iterable defaults to the Object.operator== of the element.

+the iterable defaults to the Object.== of the element.

Some types of iterable may have a different equality used for its elements. For example, a Set may have a custom equality (see Set.identical) that its contains uses.