You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2016/02/26 04:34:37 UTC

[3/5] lucy-clownfish git commit: Remove outdated bug warning.

Remove outdated bug warning.

This bug was fixed a while ago.


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/8802f656
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/8802f656
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/8802f656

Branch: refs/heads/master
Commit: 8802f6565cd92f083129ab5a9d69a6701e6251f2
Parents: 2c7c9a5
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Thu Feb 25 19:32:31 2016 -0800
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Thu Feb 25 19:32:31 2016 -0800

----------------------------------------------------------------------
 runtime/perl/buildlib/Clownfish/Build/Binding.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/8802f656/runtime/perl/buildlib/Clownfish/Build/Binding.pm
----------------------------------------------------------------------
diff --git a/runtime/perl/buildlib/Clownfish/Build/Binding.pm b/runtime/perl/buildlib/Clownfish/Build/Binding.pm
index 2ee3da0..b58205a 100644
--- a/runtime/perl/buildlib/Clownfish/Build/Binding.pm
+++ b/runtime/perl/buildlib/Clownfish/Build/Binding.pm
@@ -724,8 +724,7 @@ recommended above isn't compatible with ithreads.
 =item *
 
 Overridden methods must not return undef unless the API specifies that
-returning undef is permissible.  (Failure to adhere to this rule currently
-results in a segfault rather than an exception.)
+returning undef is permissible.
 
 =back