stas        2004/08/11 23:13:29

  Modified:    todo     features_missing release
  Log:
  more issues to resolve for 2.0 release
  
  Revision  Changes    Path
  1.6       +0 -2      modperl-2.0/todo/features_missing
  
  Index: features_missing
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/features_missing,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- features_missing  24 Jul 2004 08:57:58 -0000      1.5
  +++ features_missing  12 Aug 2004 06:13:28 -0000      1.6
  @@ -63,8 +63,6 @@
     should be simple, see modperl_log.h (currently aliased to log_error
     in compat.pm)
   
  -* APR::URI missing $uri->rpath
  -
   * size_string() - can we use apr_strfsize ?
   
   * escape_html() - consider jeff baker's more robust implementation of
  
  
  
  1.43      +24 -0     modperl-2.0/todo/release
  
  Index: release
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/release,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -u -r1.42 -r1.43
  --- release   10 Aug 2004 00:38:35 -0000      1.42
  +++ release   12 Aug 2004 06:13:28 -0000      1.43
  @@ -4,6 +4,30 @@
   
   -- see also todo/api_status
   
  +* rewrite the tests/docs not to remove the bucket until it was read
  +  from
  +
  +* APR::URI missing $uri->rpath (was in mp1)
  +
  +* Apache::RequestRec's $r->content_languages is missing (was in mp1)
  +
  +* check other todo/features_missing items (some of them might be
  +  critical for 2.0 release, since missing methods might be a problem
  +  for migration)
  +
  +* pools that go out of scope:
  +
  +  perl -MApache2 -MAPR::Pool -MAPR::PerlIO -le '; 
  +  open my $fh, "<:APR", "/tmp/xxx", APR::Pool->new; print <$fh>'
  +  APR::PerlIO::read: (9) Bad file descriptor at -e li
  +
  +  first of all, try to never allow passing temp pools, e.g in the
  +  above example, we can check that the pool object doesn't have the
  +  TEMP flag on.
  +
  +  but that does really solve the problem. So we aren't sure how to
  +  deal with that.
  +
   * $bb->cleanup segfaults (originally in TestProtocol::echo_bbs2
     http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=108967266419527&w=2
     owner: gozer
  
  
  

Reply via email to