public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/power_assert/files/
Date: Wed,  9 Aug 2017 06:21:26 +0000 (UTC)	[thread overview]
Message-ID: <1502259681.ff174fc7c9400a76fad135161d5a965a58b23bb8.monsieurp@gentoo> (raw)

commit:     ff174fc7c9400a76fad135161d5a965a58b23bb8
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Aug  7 15:57:56 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Aug  9 06:21:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff174fc7

dev-ruby/power_assert: remove unused patch.

 .../files/power_assert-0.2.6-ruby23-tests.patch    | 53 ----------------------
 1 file changed, 53 deletions(-)

diff --git a/dev-ruby/power_assert/files/power_assert-0.2.6-ruby23-tests.patch b/dev-ruby/power_assert/files/power_assert-0.2.6-ruby23-tests.patch
deleted file mode 100644
index 39aee08396c..00000000000
--- a/dev-ruby/power_assert/files/power_assert-0.2.6-ruby23-tests.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From b1bf60605303a4d60fd398fb75e04e4ff1568b0d Mon Sep 17 00:00:00 2001
-From: Kazuki Tsujimoto <kazuki@callcc.net>
-Date: Sat, 26 Dec 2015 17:57:03 +0900
-Subject: [PATCH] Encoding::CompatibilityError is no longer raised as of ruby
- 2.3.0
-
----
- test/test_power_assert.rb | 31 +++++++++++--------------------
- 1 file changed, 11 insertions(+), 20 deletions(-)
-
-diff --git a/test/test_power_assert.rb b/test/test_power_assert.rb
-index 272b8d1..863f8cc 100644
---- a/test/test_power_assert.rb
-+++ b/test/test_power_assert.rb
-@@ -345,27 +345,18 @@ def test_inspection_failure
-       assertion_message { BasicObjectSubclass.new.foo }
- 
- 
--    verbose = $VERBOSE
--    default_external = Encoding.default_external
--    default_internal = Encoding.default_internal
--    begin
--      $VERBOSE = nil
--      Encoding.default_external = 'cp932'
--      Encoding.default_internal = 'utf-8'
--      ary = ["\u3042"]
--      assert_match Regexp.new(<<END.chomp.gsub('|', "\\|")), assertion_message {
--        ary.length
--        |   |
--        |   1
--        InspectionFailure: Encoding::CompatibilityError: .*
--END
--        ary.length
--      }
--    ensure
--      Encoding.default_internal = default_internal
--      Encoding.default_external = default_external
--      $VERBOSE = verbose
-+    o = Object.new
-+    def o.inspect
-+      raise
-     end
-+    assert_equal <<END.chomp.b, assertion_message {
-+      o.class
-+      | |
-+      | Object
-+      InspectionFailure: RuntimeError:
-+END
-+      o.class
-+    }
-   end
- 
-   def test_assertion_message_with_incompatible_encodings


                 reply	other threads:[~2017-08-09  6:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1502259681.ff174fc7c9400a76fad135161d5a965a58b23bb8.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox