~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-29 15:57:16 UTC
  • mfrom: (3427.5.9 dep_warnings)
  • Revision ID: pqm@pqm.ubuntu.com-20080529155716-0w3kic8lioa63231
(jam) Enable Deprecation Warnings when running -Werror and when
        running selftest

Show diffs side-by-side

added added

removed removed

Lines of Context:
1003
1003
the expected deprecation message, and also returns the real result from
1004
1004
the method, so that tests can keep running.
1005
1005
 
 
1006
Deprecation warnings will be suppressed for final releases, but not for
 
1007
development versions or release candidates, or when running ``bzr
 
1008
selftest``. This gives developers information about whether their code is
 
1009
using deprecated functions, but avoids confusing users about things they
 
1010
can't fix.
 
1011
 
1006
1012
 
1007
1013
Getting Input
1008
1014
=============