https://bugs.documentfoundation.org/show_bug.cgi?id=157650

BogdanB <buzea.bog...@libreoffice.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
           Keywords|bibisectRequest             |bibisected, bisected,
                   |                            |regression
             Blocks|                            |34694
                 CC|                            |buzea.bog...@libreoffice.or
                   |                            |g, noelgran...@gmail.com

--- Comment #9 from BogdanB <buzea.bog...@libreoffice.org> ---
Confirm in 24.2.

I added Noel Grandin.

I don't know if it is a bug or not, but I bibisected it.

14338104ecf1e2739c5a477f0ce6f1fe761c1791 is the first bad commit
commit 14338104ecf1e2739c5a477f0ce6f1fe761c1791
Author: Jenkins Build User <t...@maggie.tdf>
Date:   Tue Oct 3 18:16:02 2023 +0200

    source sha:d9e322d60f65ff20631dab87baa5a2c7c71daaa2

    source sha:d9e322d60f65ff20631dab87baa5a2c7c71daaa2

 instdir/program/libPresentationMinimizerlo.so | Bin 378712 -> 378720 bytes
 instdir/program/libbasctllo.so                | Bin 2311008 -> 2311016 bytes
 instdir/program/libcomphelper.so              | Bin 2849704 -> 2849232 bytes
 instdir/program/libcuilo.so                   | Bin 5571696 -> 5571528 bytes
 instdir/program/libdbaxmllo.so                | Bin 528576 -> 528584 bytes
 instdir/program/libeditenglo.so               | Bin 3547336 -> 3547168 bytes
 instdir/program/libfps_officelo.so            | Bin 669144 -> 673328 bytes
 instdir/program/libfrmlo.so                   | Bin 4763968 -> 4763968 bytes
 instdir/program/libmswordlo.so                | Bin 3585328 -> 3589424 bytes
 instdir/program/libooxlo.so                   | Bin 7241920 -> 7241928 bytes
 instdir/program/libpdffilterlo.so             | Bin 454328 -> 454336 bytes
 instdir/program/librptxmllo.so                | Bin 596032 -> 596040 bytes
 instdir/program/libsblo.so                    | Bin 2531336 -> 2535560 bytes
 instdir/program/libscfiltlo.so                | Bin 6935536 -> 6935632 bytes
 instdir/program/libsclo.so                    | Bin 24550968 -> 24557448 bytes
 instdir/program/libscuilo.so                  | Bin 1084168 -> 1084176 bytes
 instdir/program/libsdlo.so                    | Bin 11321672 -> 11321064 bytes
 instdir/program/libsfxlo.so                   | Bin 8544232 -> 8560616 bytes
 instdir/program/libsmlo.so                    | Bin 2494544 -> 2494552 bytes
 instdir/program/libsvtlo.so                   | Bin 3240064 -> 3239792 bytes
 instdir/program/libsvxcorelo.so               | Bin 13321720 -> 13321720 bytes
 instdir/program/libsvxlo.so                   | Bin 5992832 -> 5996936 bytes
 instdir/program/libswlo.so                    | Bin 27865864 -> 27873960 bytes
 instdir/program/libswuilo.so                  | Bin 3533824 -> 3533832 bytes
 instdir/program/libuuilo.so                   | Bin 404680 -> 404784 bytes
 instdir/program/libvcllo.so                   | Bin 20925944 -> 20919944 bytes
 instdir/program/setuprc                       |   2 +-
 instdir/program/versionrc                     |   2 +-
 28 files changed, 2 insertions(+), 2 deletions(-)




author  Noel Grandin <noelgran...@gmail.com>    2023-09-30 20:47:46 +0200
committer       Noel Grandin <noel.gran...@collabora.co.uk>     2023-10-03
10:12:41 +0200
commit  d9e322d60f65ff20631dab87baa5a2c7c71daaa2 (patch)
tree    d481e5a4728363b3866b5b5f6dbe64a2780b04a6
parent  64fc701388d1dcf8ae36ba2cc73eb5416a7c3374 (diff)
replace ErrorInfo with simpler mechanism
Instead of returning ErrCode class everywhere, return a new
class ErrrCodeMsg, which combines an ErrCode with the other
parameters that are used to control the error reporting.

I do not change everything that uses ErrCode here, I started
from SfxBaseController/SfxMedium and worked outwards.

This change serves two purposes

(1) Replace the extremely whacky ErrorInfo mechanism we were
using to smuggle information into the error handler reporting
mechanism with a very straightforward approach of just combining it
into the error class.
(2) Allow us to capture the source location that produced the error,
which makes debugging the source of a problem soooo much easier.

Change-Id: I978b8f00c9851b41a216c7ebdef2ef94251d5519
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157440
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=34694
[Bug 34694] [META] Improve usability of error messages
-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to