[Libreoffice-commits] dev-tools.git: scripts/esc-bug-stats.pl

Michael Meeks michael.meeks at collabora.com
Thu Mar 20 10:23:13 PDT 2014


 scripts/esc-bug-stats.pl |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

New commits:
commit cb84d6f8b690ce85bb6bcf9f67d05d26e833b85d
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Thu Mar 20 16:49:55 2014 +0000

    Ignore 4.0 bug stats and update black-list.

diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index ac099a7..69a9dfb 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -39,6 +39,9 @@ my %sadly_non_libreoffice = (
     'Ian Romanick' => 1,
     'Tollef Fog Heen' => 1,
     'Patrick Ohly' => 1,
+    'Peter Hutterer' => 1,
+    'Guillaume Desmottes' => 1,
+    'Bryce Harrington' => 1,
 );
 
 # use me for testing XML pretty printing etc.
@@ -387,12 +390,12 @@ print << "EOF"
      <table:table-cell table:style-name="isodate" office:value-type="date" office:date-value="$date_value" calcext:value-type="date">
       <text:p>$date_value</text:p>
      </table:table-cell>
+     <table:table-cell/> <!-- 3.5 -->
      <table:table-cell/>
+     <table:table-cell/> <!-- 3.6 -->
      <table:table-cell/>
+     <table:table-cell/> <!-- 4.0 -->
      <table:table-cell/>
-     <table:table-cell/>
-     <table:table-cell office:value-type="float" office:value="$ver_open{'4.0'}" calcext:value-type="float"/>
-     <table:table-cell table:formula="of:=[.P2]-[.F2]" office:value-type="float" calcext:value-type="float"/>
      <table:table-cell office:value-type="float" office:value="$ver_open{'4.1'}" calcext:value-type="float"/>
      <table:table-cell table:formula="of:=[.Q2]-[.H2]" office:value-type="float" calcext:value-type="float"/>
      <table:table-cell office:value-type="float" office:value="$ver_open{'4.2'}" calcext:value-type="float"/>


More information about the Libreoffice-commits mailing list