[haiku-bugs] Re: [Haiku] #16444: ValueError: invalid literal for int() with base 10: 'r 1alpha4-44699'

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Sat, 01 Aug 2020 19:41:34 -0000

#16444: ValueError: invalid literal for int() with base 10: 'r 1alpha4-44699'
---------------------------+-------------------------
  Reporter:  mmlr          |      Owner:  nielx
      Type:  bug           |     Status:  in-progress
  Priority:  normal        |  Milestone:  Unscheduled
 Component:  Website/Trac  |    Version:
Resolution:                |   Keywords:
Blocked By:                |   Blocking:
  Platform:  All           |
---------------------------+-------------------------
Changes (by nielx):

 * status:  new => in-progress

Comment:

 The string that is causing problems is this one:
 {{{
 haiku-hrevr1alpha4-44699
 }}}

 Looking at the regexp of the hrevr it is different.

 {{{
                 ( r"(?:\b|!)hrev\d+\b(?!:\d)",
 self._format_revision_link),
                 ( r"(?:\b|!)hrevr[\d\w]+\-\d+\b(?!:\d)",
 self._format_revision_link),
 }}}

 I am just unsure what hrevr is supposed to signify here.
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/16444#comment:1>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: