From: Graham Percival Date: Fri, 29 Dec 2006 10:51:43 +0000 (-0800) Subject: Update "reporting bugs" in manual to point to webpage. X-Git-Tag: release/2.11.6-1~36 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fd918b1b7326c387a9680c22ef2802c37ee1ed4c;p=lilypond.git Update "reporting bugs" in manual to point to webpage. --- diff --git a/Documentation/user/running.itely b/Documentation/user/running.itely index 81b6751d20..89c786b535 100644 --- a/Documentation/user/running.itely +++ b/Documentation/user/running.itely @@ -532,59 +532,15 @@ converted. @cindex reporting bugs If you have input that results in a crash or an erroneous output, then -that is a bug. We try to respond to bug-reports promptly, and fix them as -soon as possible. Help us by sending a defective input file, so we can -reproduce the problem. Send the report via: +that is a bug. There is a list of current bugs on our google bug tracker, -@example -@uref{http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs} -@end example - -A few tips: -@itemize @bullet - -@item Try to produce a very small input file which demonstrates the problem; -one or two bars is often sufficient to reproduce a bug. The smaller the -input file is, the easier it is for us to debug the problem. - -@item Don't forget to tell which version of LilyPond you use! - -@item If possible, use @code{ragged-right} in your example. This makes sure -that the bug can be reproduced in all paper sizes. -@end itemize - -@ignore -@c the bug database is not up to date enough. +@uref{http://code.google.com/p/lilypond/issues/list} -When you've found a bug, have a look at our -@uref{http://@/lilypond@/.org/@/bugs/@/v2.8/@/,bug database} to see if -it has already been reported. You could also try to do a few searches -on the mailing list for the bug. Sometimes the bug will have already -been reported and a fix or workaround is already known. -@end ignore - -Here is an example of a good bug report: - -@verbatim -It seems that placement of accidentals is broken. In the -following example, the accidental touches the note head. +If you have discovered a bug which is not listed, please report the +bug by following the directions on -Using Mac OSX 10.3.7, lilypond 2.7.32 +@uref{http://lilypond.org/web/devel/participating/bugs} -\version "2.9.13" -\layout { ragged-right = ##t } -\relative c'' { - a4 b cis d -} -@end verbatim - -@lilypond[quote] -\layout { ragged-right = ##t } -\relative c''{ - \override Accidental #'extra-offset = #'(1.0 . 0) - a4 b cis d -} -@end lilypond @node Error messages @section Error messages