gozer 2004/07/28 19:58:59
Modified: todo release
Log:
apr-dev is saying that APR_STATUS_IS_SUCCESS shouldn't be used and probably
even axed, the only logical test for success is rv == APR_SUCCESS
Revision Changes Path
1.36 +3 -0 modperl-2.0/todo/release
Index: release
===================================================================
RCS file: /home/cvs/modperl-2.0/todo/release,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- release 29 Jul 2004 02:47:44 -0000 1.35
+++ release 29 Jul 2004 02:58:59 -0000 1.36
@@ -7,6 +7,9 @@
* provide interface for APR_STATUS_IS_SUCCESS and change all
code/tests/examples away from
if ($rc = APR::SUCCESS)
+ apr-dev seems to be saying that it's a _bad_ idea and that
+ the api contract is that only 0 is success, and that that
+ macro should be killed
* $bb->cleanup segfaults (originally in TestProtocol::echo_bbs2
http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=108967266419527&w=2