]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/contributor/issues.itexi
Merge branch 'lilypond/translation'
[lilypond.git] / Documentation / contributor / issues.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @node Issues
3 @chapter Issues
4
5 This chapter deals with defects, feature requests, and
6 miscellaneous development tasks.
7
8 @menu
9 * Introduction to issues::
10 * Bug Squad setup::
11 * Bug Squad checklists::
12 * Issue classification::
13 * Adding issues to the tracker::
14 * Summary of project status::
15 * Finding the cause of a regression::
16 @end menu
17
18
19 @node Introduction to issues
20 @section Introduction to issues
21
22 @warning{Unless otherwise specified, all the tasks in this chapter
23 are @qq{simple} tasks: they can be done by a normal user with
24 nothing more than a web browser, email, and lilypond.}
25
26 @qq{Issues} isn't just a politically-correct term for @qq{bug}.
27 We use the same tracker for feature requests and code TODOs, so
28 the term @qq{bug} wouldn't be accurate.  Despite the difference
29 between @qq{issue} and @qq{bug}, we call our team of contributors
30 who organize issues the @emph{Bug Squad}.
31
32 The Bug Squad is mainly composed of non-programmers -- their job
33 is to @emph{organize} issues, not solve them.  Their duties
34 include removing false bug reports, ensuring that any real bug
35 report contains enough information for developers, and checking
36 that a developer's fix actually resolves the problem.
37
38 New volunteers for the Bug Squad should contact the
39 @ref{Meisters, Bug Meister}.
40
41
42 @node Bug Squad setup
43 @section Bug Squad setup
44
45 We highly recommend that you configure your email to use effective
46 sorting; this can reduce your workload @emph{immensely}.  The
47 email folders names were chosen specifically to make them work if
48 you sort your folders alphabetically.
49
50 @enumerate
51
52 @item
53 Skim through every section of this chapter, @ref{Issues}.  Read in
54 detail any sections called @qq{Bug Squad...}, or any page linked
55 from @ref{Bug Squad checklists}.
56
57 @item
58 If you do not have one already, create a gmail account and send
59 the email address to the @ref{Meisters, Bug Meister}.
60
61 @item
62 Subscribe your gmail account to @code{bug-lilypond}.
63
64 @item
65 Configure your google code account:
66
67 @enumerate
68
69 @item
70 Sign in to google code by clicking in the top-right corner of:
71
72 @example
73 @uref{http://code.google.com/p/lilypond/issues/list}
74 @end example
75
76 @item
77 Go to your @qq{Profile}, and select @qq{Settings}.
78
79 @item
80 Scroll down to @qq{Issue change notification}, and make sure that
81 you have @emph{selected} @qq{If I starred the issue}.
82
83 @end enumerate
84
85 @item
86 Configure your email client:
87
88 @enumerate
89
90 @item
91 Any email sent with your gmail address in the @code{To:} or
92 @code{CC:} fields should go to a @code{bug-answers} folder.
93
94 When setting up your filtering rules, be aware that Google Code
95 might use different versions of your email address, such as ones
96 ending in @code{@@googlemail.com} or @code{@@gmail.com}.
97
98 @item
99 Any other email either from, or CC'd to,
100
101 @example
102 lilypond@@googlecode.com
103 @end example
104
105 @noindent
106 should go into a separate @code{bug-ignore} folder.  Alternately,
107 you may automatically delete these emails.
108
109 You will @strong{not read} these emails as part of your Bug Squad
110 duties.  If you are curious, go ahead and read them later, but it
111 does @strong{not} count as Bug Squad work.
112
113 @item
114 Any other email sent to (or CC'd to):
115
116 @example
117 bug-lilypond
118 @end example
119
120 @noindent
121 should go into a separate @code{bug-current} folder.
122
123 @end enumerate
124
125 @end enumerate
126
127
128 @node Bug Squad checklists
129 @section Bug Squad checklists
130
131 When you do Bug Squad work, start at the top of this page and work
132 your way down.  Stop when you've done 15 minutes.
133
134 Please use the email sorting described in @ref{Bug Squad setup}.
135 This means that (as Bug Squad members) you will only ever respond
136 to emails sent or CC'd to the @code{bug-lilypond} mailing list.
137
138
139 @subsubheading Emails to you personally
140
141 You are not expected to work on Bug Squad matters outside of your
142 15 minutes, but sometimes a confused user will send a bug report
143 (or an update to a report) to you personally.  If that happens,
144 please forward such emails to the @code{bug-lilypond} list so that
145 the currently-active Bug Squad member(s) can handle the message.
146
147
148 @subsubheading Daily schedule
149
150 The Bug Meister is omitted from the daily schedule.
151
152 @example
153 Sunday: Valentin
154 Monday: Dmytro
155 Tuesday: James Bailey
156 Wednesday: Ralph
157 Thursday: Patrick
158 Friday: Urs
159 Saturday: Kieren
160 @end example
161
162
163 @subsubheading Emails to @code{bug-answers}
164
165 Some of these emails will be comments on issues that you added to
166 the tracker.
167
168 @itemize
169 If they are asking for more information, give the additional
170 information.
171
172 @item
173 If the email says that the issue was classified in some other
174 manner, read the rationale given and take that into account for
175 the next issue you add.
176
177 @item
178 Otherwise, move them to your @code{bug-ignore} folder.
179
180 @end itemize
181
182 Some of these emails will be discussions about Bug Squad work;
183 read those.
184
185
186 @subsubheading Emails to @code{bug-current}
187
188 Dealing with these emails is your main task.  Your job is to get
189 rid of these emails in the first method which is applicable:
190
191 @enumerate
192 @item
193 If the email has already been handled by a Bug Squad member (i.e.
194 check to see who else has replied to it), delete it.
195
196 @item
197 If the email is a question about how to use LilyPond, reply with
198 this response:
199
200 @example
201 For questions about how to use LilyPond, please read our
202 documentation available from:
203   @uref{http://lilypond.org/website/manuals.html}
204 or ask the lilypond-user mailing list.
205 @end example
206
207 @item
208 If a bug report is not in the form of a Tiny example, direct the
209 user to resubmit the report with this response:
210
211 @example
212 I'm sorry, but due to our limited resources for handling bugs, we
213 can only accept reports in the form of Tiny examples.  Please see
214 step 2 in our bug reporting guidelines:
215   @uref{http://lilypond.org/website/bug-reports.html}
216 @end example
217
218
219 @item
220 If anything is unclear, ask the user for more information.
221
222 How does the graphical output differ from what the user expected?
223 What version of lilypond was used (if not given) and operating
224 system (if this is a suspected cause of the problem)?  In short,
225 if you cannot understand what the problem is, ask the user to
226 explain more.  It is the user's responsibility to explain the
227 problem, not your responsibility to understand it.
228
229 @item
230 If the behavior is expected, the user should be told to read the
231 documentation:
232
233 @example
234 I believe that this is the expected behaviour -- please read our
235 documentation about this topic.  If you think that it really is a
236 mistake, please explain in more detail.  If you think that the
237 docs are unclear, please suggest an improvement as described by
238 @qq{Simple tasks -- Documentation} on:
239   @uref{http://lilypond.org/website/help-us.html}
240 @end example
241
242 @item
243 If the issue already exists in the tracker, send an email to that
244 effect:
245
246 @example
247 This issue has already been reported; you can follow the
248 discussion and be notified about fixes here:
249 @end example
250
251 @noindent
252 (copy+paste the google code issue URL)
253
254 @item
255 Accept the report as described in
256 @ref{Adding issues to the tracker}.
257
258 @end enumerate
259
260 All emails should be CC'd to the @code{bug-lilypond} list so that
261 other Bug Squad members know that you have processed the email.
262
263 @warning{There is no option for @qq{ignore the bug report} -- if
264 you cannot find a reason to reject the report, you must accept
265 it.}
266
267
268 @ignore
269 @c Try omitting this from Bug Squad duties
270
271 @subheading Updates / discussion about issues
272
273 We try to keep discussions about issues on the tracker, but
274 sometimes it spills over onto email.  If discussion has ended with
275 no patch / resolution and at least @strong{3 days} have passed,
276 then either:
277
278 @itemize
279
280 @item
281 Summarize the recent discussion on the tracker, and add a link to
282 the original discussion.
283
284 @item
285 Add the comment @qq{there was some technical discussion which I
286 could not understand}, and include a link to the original
287 discussion.
288
289 We do not expect Bug Squad members to be programmers, or even to
290 be moderately-skilled users.  Your job is to keep track of issue
291 reports; it is @emph{perfectly acceptable} to not understand
292 discussions between advanced users and/or developers.
293
294 @end itemize
295 @end ignore
296
297
298 @subheading Regular maintenance
299
300 After @strong{every release} (both stable and unstable):
301
302 @itemize
303
304 @item
305 Regression test comparison: if anything has changed suspiciously,
306 ask if it was deliberate.  The official comparison is online, at:
307
308 @c NOTE: leave this here.  In this case, it's worth duplicating
309 @c       the link.  -gp
310 @example
311 @uref{http://lilypond.org/test/}
312 @end example
313
314 More information is available from in
315 @ref{Precompiled regression tests}.
316
317
318 @item
319 Issues to verify: try to reproduce the bug with the latest
320 version; if you cannot reproduce the bug, mark the item
321 @qq{Verified} (i.e. @qq{the fix has been verified to work}).
322
323 @example
324 @uref{http://code.google.com/p/lilypond/issues/list?can=7}
325 @end example
326
327 A few (approximately 10%) of these fixed issues relate to the
328 build system or fundamental architecture changes; there is no way
329 for you to verify these.  Leave those issues alone; somebody else
330 will handle them.
331
332 @end itemize
333
334
335 @ignore
336 @c try omitting from daily tasks for now. -gp
337
338 Once every @strong{two weeks} or so:
339
340 @itemize
341
342 @item
343 Check for any incorrectly-classified items in the tracker.  This
344 generally just means looking at the grid to see any items without
345 a Type or Priority.
346
347 @item
348 Check for any items with @code{label:patch}.  If it's been more
349 than a week since the last action on the issue, send an email to
350 -devel to remind them about it.  If the patch was withdrawn for
351 more work, then remove the @code{patch} label.
352
353 @example
354 @uref{http://code.google.com/p/lilypond/issues/list?can=2&q=label:patch}
355 @end example
356
357 @end itemize
358
359
360 @subheading Irregular maintenance
361
362 @warning{These tasks are a lot of work; gathering more volunteers
363 to help is definitely recommended.  However, the Bug Squad should
364 handle the organization and training of new volunteers.}
365
366 Once every year or two:
367
368 @itemize
369
370 @item
371 Checking all regtests: although we have a system for checking the
372 regtests between two versions, occasionally a bug will slip
373 through the cracks.  It is therefore good to manually examine all
374 the regtests (compare the images to the text description).  More
375 information is available from in @ref{Regression tests}.
376
377
378 @item
379 Checking all issues: we try to mark each Issue @q{fixed} when we
380 fix it, but occasionally one or two issues will slip through the
381 cracks.  It is therefore good to check all Issues.  If you see the
382 same (broken) output as the initial report, then simply post a
383 @qq{Problem still exists in 2.x.y} message to the issue.
384
385 @end itemize
386
387 @end ignore
388
389
390 @node Issue classification
391 @section Issue classification
392
393 The Bug Squad should classify issues according to the guidelines
394 given by developers.  Every issue should have a Status, Type, and
395 Priority; the other fields are optional.
396
397 @subheading Status (mandatory)
398
399 Open issues:
400
401 @itemize
402
403 @item
404 New: the item was added by a non-member, despite numerous warnings
405 not to do this.  Should be reviewed by a member of the Bug Squad.
406
407 @item
408 Accepted: the Bug Squad added it, or reviewed the item.
409
410 @item
411 Started: a contributor is working on a fix.  Owner should change
412 to be this contributor.
413
414 @end itemize
415
416
417 Closed issues:
418
419 @itemize
420
421 @item
422 Invalid: issue should not have been added in the current state.
423
424 @item
425 Duplicate: issue already exists in the tracker.
426
427 @item
428 Fixed: a contributor claims to have fixed the bug.  The Bug
429 Squad should check the fix with the next official binary release
430 (not by compiling the source from git).  Owner should be set to
431 that contributor.
432
433 @item
434 Verified: Bug Squad has confirmed that the issue is closed.  This
435 means that nobody should ever need look at the report again -- if
436 there is any information in the issue that should be kept, open a
437 new issue for that info.
438
439 @end itemize
440
441
442 @subheading Owner (optional)
443
444 Newly-added issues should have @emph{no owner}.  When a
445 contributor indicates that he has Started or Fixed an item, he
446 should become the owner.
447
448
449 @subheading Type (mandatory)
450
451 The issue's Type should be the first relevant item in this list.
452
453 @itemize
454
455 @item
456 Type-Collision: overlapping notation.
457
458 @item
459 Type-Defect: a problem in the core program.  (the @code{lilypond}
460 binary, scm files, fonts, etc).
461
462 @item
463 Type-Documentation: inaccurate, missing, confusing, or desired
464 additional info.  Must be fixable by editing a texinfo, ly, or scm
465 file.
466
467 @item
468 Type-Build: problem or desired features in the build system.  This
469 includes the makefiles, stepmake, python scripts, and GUB.
470
471 @item
472 Type-Scripts: problem or desired feature in the non-build-system
473 scripts.  Mostly used for convert-ly, lilypond-book, etc.
474 @item
475 Type-Enhancement: a feature request for the core program.  The
476 distinction between enhancement and defect isn't extremely clear;
477 when in doubt, mark it as enhancement.
478
479 @item
480 Type-Other: anything else.
481
482 @end itemize
483
484
485 @subheading Priority (mandatory)
486
487 Currently, only Critical items will block a stable release.
488
489 @itemize
490
491 @item
492 Priority-Critical: lilypond segfaults, or a regression occurred
493 within the last two stable versions.  (i.e. when developing 2.13,
494 any regression against 2.12 or 2.10 counts)
495
496 @item
497 Priority-High: highly embarrassing items, and any regression
498 against a version earlier than two stable versions (i.e. when
499 developing 2.13, any regression against 2.8 or earlier).  This
500 level is also used for issues which produce no output and fail to
501 give the user a clue about what's wrong.
502
503 @item
504 Priority-Medium: normal priority.
505
506 @item
507 Priority-Low: less important than normal.
508
509 @item
510 Priority-Postponed: no fix planned.  Generally used for things
511 like Ancient notation, which nobody wants to touch.
512
513 @end itemize
514
515 The difference between Priority-Medium and Priority-Low is not
516 well-defined, both in this policy and in practice.  The only
517 answer we can give at the moment is @qq{look at existing items in
518 of the same type, and try to guess whether the priority is closer
519 to the Medium items or Low items}.  We're aware of the ambiguity,
520 and won't complain if somebody picks a @q{wrong} value for
521 Medium/Low.
522
523
524 @subheading Opsys (optional)
525
526 Issues that only affect specific operating systems.
527
528
529 @subheading Other items (optional)
530
531 Other labels:
532
533 @itemize
534
535 @item
536 Regression: it used to @strong{deliberately} work in an earlier
537 stable release.  If the earlier output was accidental (i.e. we
538 didn't try to stop a collision, but it just so happened that two
539 grobs didn't collide), then breaking it does not count as a
540 regression.
541
542 @item
543 Patch: a patch to fix an issue is attached.
544
545 @item
546 Frog: the fix is believed to be suitable for a new contributor
547 (does not require a great deal of knowledge about LilyPond).  The
548 issue should also have an estimated time in a comment.
549
550 @item
551 Maintainability: hinders development of LilyPond.  For example,
552 improvements to the build system, or @qq{helper} python scripts.
553
554 @item
555 Bounty: somebody is willing to pay for the fix.  Only add this tag
556 if somebody has offered an exact figure in US dollars or euros.
557
558 @item
559 Warning: graphical output is fine, but lilypond prints a
560 false/misleading warning message.  Alternately, a warning should
561 be printed (such as a bar line error), but was not.  Also applies
562 to warnings when compiling the source code or generating
563 documentation.
564
565 @item
566 Security: might potentially be used.
567
568 @item
569 Performance: might potentially be used.
570
571 @end itemize
572
573 If you particularly want to add an label not in the list, go
574 ahead, but this is not recommended.
575
576
577 @node Adding issues to the tracker
578 @section Adding issues to the tracker
579
580 @warning{This should only be done by the Bug Squad or experienced
581 developers.  Normal users should not do this; instead, they should
582 follow the guidelines for @rweb{Bug reports}.}
583
584 In order to assign labels to issues, Bug Squad members should log
585 in to their google account before adding an item.
586
587 @subsubheading Normal issues
588
589 @enumerate
590
591 @item
592 Check if the issue falls into any previous category given on the
593 relevant checklists in @ref{Bug Squad checklists}.  If in doubt,
594 add a new issue for a report.  We would prefer to have some
595 incorrectly-added issues rather than lose information that should
596 have been added.
597
598 @item
599 Add the issue and classify it according to the guidelines in
600 @ref{Issue classification}.  In particular, the item should have
601 @code{Status}, @code{Type-}, and @code{Priority-} labels.
602
603 Include output with the first applicable method:
604
605 @itemize
606
607 @item
608 If the issue has a notation example which fits in one system,
609 generate a small @file{bug@/.preview@/.png} file with:
610
611 @example
612 lilypond -dpreview bug.ly
613 @end example
614
615 @item
616 If the issue has an example which requires more than one system
617 (i.e. a spacing bug), generate a @file{bug@/.png} file with:
618
619 @example
620 lilypond --png bug.ly
621 @end example
622
623 @item
624 If the issue requires multi-page output, then generate a
625 @file{bug@/.pdf} file with the normal:
626
627 @example
628 lilypond --png bug.ly
629 @end example
630
631 @end itemize
632
633 @item
634 After adding the issue, please send a response email to the same
635 group(s) that the initial patch was sent to.  If the initial email
636 was sent to multiple mailing lists (such as both @code{user} and
637 @code{bugs}), then reply to all those mailing lists as well.  The
638 email should contain a link to the issue you just added.
639
640 @end enumerate
641
642
643 @subsubheading Patch reminders
644
645 @warning{This is not a Bug Squad responsibility; we have a
646 separate person handling this task.}
647
648 There is a special category of issues: reminders of an existing
649 patch.  These should be added if a patch has been sent to a
650 lilypond mailing list (generally @code{lilypond-devel}, but they
651 sometimes appear on @code{bug-lilypond} as well) and has had no
652 discussion for at least @strong{3 days}.  Do not add issues for
653 patches under active discussion.
654
655 Before adding a patch-reminder issue, do a quick check to see if
656 it was pushed without sending any email.  This can be checked for
657 searching for relevant terms (from the patch subject or commit
658 message) on the webgit page:
659
660 @example
661 @uref{http://git.savannah.gnu.org/gitweb/?p=lilypond.git}
662 @end example
663
664 After adding the issue, please send a response email to the same
665 group(s) that the initial patch was sent to.  If the initial email
666 was sent to multiple mailing lists (such as both @code{bugs} and
667 @code{devel}), then reply to all those mailing lists as well.  The
668 email should contain a link to the issue you just added.
669
670
671
672 @node Summary of project status
673 @section Summary of project status
674
675 The best overview of our current status is given by the grid view:
676
677 @example
678 @uref{http://code.google.com/p/lilypond/issues/list?mode=grid&y=Priority&x=Type&cells=ids}
679 @end example
680
681 Also of interest might be the issues hindering future development:
682
683 @example
684 @uref{http://code.google.com/p/lilypond/issues/list?can=2&q=label:Maintainability&mode=grid&y=Priority&x=Type&cells=ids}
685 @end example
686
687 Finally, issues tagged with @code{Frog} indicates a task suitable
688 for a relatively new contributor.  The time given is a quick
689 (inaccurate) estimate of the time required for somebody who is
690 familiar with material in this manual, but does not know anything
691 else about LilyPond development.
692
693 @example
694 @uref{http://code.google.com/p/lilypond/issues/list?can=2&q=label:Frog&mode=grid&y=Priority&x=Type&cells=ids}
695 @end example
696
697
698 @node Finding the cause of a regression
699 @section Finding the cause of a regression
700
701 @warning{This is not a @qq{simple} task; it requires a fair amount
702 of technical knowledge.}
703
704 Git has special functionality to help tracking down the exact
705 commit which causes a problem.  See the git manual page for
706 @code{git bisect}.  This is a job that non-programmers can do,
707 although it requires familiarity with git, ability to compile
708 LilyPond, and generally a fair amount of technical knowledge.  An
709 in-depth explanation of this process will not be given here.
710
711 Even if you are not familiar with git or are not able to compile
712 LilyPond you can still help to narrow down the cause of a
713 regression simply by downloading the binary releases of different
714 LilyPond versions and testing them for the regression.  Knowing
715 which version of LilyPond first exhibited the regression is
716 helpful to a developer as it shortens the @code{git bisect}
717 procedure described above.
718
719 Once a problematic commit is identified, the programmers' job is
720 much easier.  In fact, for most regression bugs, the majority of
721 the time is spent simply finding the problematic commit.
722
723 More information is in @ref{Regression tests}.
724