Jürgen Schmitz

Show:

What's happening?

  • Bug ID taken from commit not working

    Looks like this is not working - in none of the commit scripts: my @bugs = (); $bug_ids =~ s/.*[Bb][Uu][Gg]:?(\d+)\b.*/$1 /g; while ($bug_ids =~ /\b[Bb][Uu][Gg]:?\s*(\d+)\b/g) { push @bugs, $1; } I changed it this way and it works: my @bugs = (); $bug_ids =~ s/.*[Bb][Uu][Gg]:?(\d+)\b.*/$1 /g; while ($bug_ids =~ /\b(\d+) /g) { push @bugs, $1; } First...

    2009-12-11 11:46:57 UTC in Codestriker: collaborative code reviewer

About Me

  • 2001-01-07 (9 years ago)
  • 132231
  • schmitzj (My Site)
  • Jürgen Schmitz

  • SQL-based SQL-based C Java Perl PHP HTML/XHTML Networking German

Send me a message