public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid/files/
@ 2018-02-17  8:34 Hans de Graaff
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff @ 2018-02-17  8:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1cda4fce639d62d55e7e7ea98f0e1cb0fd2f4548
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Feb  4 08:33:35 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 08:34:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cda4fce

dev-ruby/celluluid: remove unused patch

 .../files/celluloid-0.16.0-call-private-methods.patch | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/dev-ruby/celluloid/files/celluloid-0.16.0-call-private-methods.patch b/dev-ruby/celluloid/files/celluloid-0.16.0-call-private-methods.patch
deleted file mode 100644
index f503a2334c8..00000000000
--- a/dev-ruby/celluloid/files/celluloid-0.16.0-call-private-methods.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 092ce58aa8713f387ae3d0467b6d8029cf2765cd
-Author: Jonathan <chapmajs@gmail.com>
-Date:   Sun Oct 19 22:05:26 2014 -0400
-
-    Allowing calls to private_methods
-
-diff --git a/lib/celluloid/proxies/abstract_proxy.rb b/lib/celluloid/proxies/abstract_proxy.rb
-index 6a79acb..2db7a8e 100644
---- a/lib/celluloid/proxies/abstract_proxy.rb
-+++ b/lib/celluloid/proxies/abstract_proxy.rb
-@@ -5,7 +5,7 @@ module Celluloid
-     def __class__; AbstractProxy; end
- 
-     # Needed for storing proxies in data structures
--    needed = [:object_id, :__id__, :hash] - instance_methods
-+    needed = [:object_id, :__id__, :hash, :private_methods] - instance_methods
-     if needed.any?
-       include ::Kernel.dup.module_eval {
-         undef_method(*(instance_methods - needed))


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-17  8:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-17  8:34 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid/files/ Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox