[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Why are bug comment numbers multiples of 5?



On 16/07/2025 16:16, Thomas Schmitt wrote:
My best guess is
   https://sources.debian.org/src/debbugs/2.6.4/cgi/bugreport.cgi/?hl=331#L331
   push @log, handle_record($record,$ref,$msg_num, ...
But there $msg_num looks like being incremented in single steps,

Some entries are omitted (see $skip_next). You may wish to inspect the source or the @records.

not in steps of 5.

curl -s 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800627' | grep -o '<a name=[^>]\+>'
<a name="1">
<a name="3">
<a name="5">
<a name="msg5">
<a name="6">
<a name="8">
<a name="10">
<a name="msg10">
<a name="11">
<a name="13">
<a name="15">
<a name="18">
<a name="20">
<a name="22">
<a name="msg22">
<a name="23">
<a name="25">
<a name="27">
<a name="29">
<a name="31">
<a name="33">
<a name="msg33">
<a name="34">
<a name="36">
<a name="38">
<a name="msg38">
<a name="39">



Reply to: