Quantcast

[Libreoffice-qa] bibisecting HowTo published on the wiki

classic Classic list List threaded Threaded
8 messages Options
Bjoern Michaelsen Bjoern Michaelsen
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[Libreoffice-qa] bibisecting HowTo published on the wiki

Hi all,

I added a bibisecting Howto to the wiki, please try getting started with
bibisecting and report back if you are missing information on how to proceed.
And remember: Bibisecting a bug will make it much more likely that your bug
will be fixed quickly as a bibisected regression is much easier to work out.

https://wiki.documentfoundation.org/index.php?title=QA/HowToBibisect

In hope of seeing a lot of regressions marked with 'bibisected35' in the
whiteboard status. If there are questions, dont hesitate to ask!

Best,

Bjoern

P.S.: I also added the whiteboard status tags to:

 https://wiki.documentfoundation.org/BugReport_Details#Whiteboard
_______________________________________________
List Name: Libreoffice-qa mailing list
Mail address: [hidden email]
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
Jan Holesovsky Jan Holesovsky
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: bibisecting HowTo published on the wiki

Hi,

On 2012-02-15 at 20:13 +0100, Bjoern Michaelsen wrote:

> I added a bibisecting Howto to the wiki, please try getting started with
> bibisecting and report back if you are missing information on how to proceed.
> And remember: Bibisecting a bug will make it much more likely that your bug
> will be fixed quickly as a bibisected regression is much easier to work out.
>
> https://wiki.documentfoundation.org/index.php?title=QA/HowToBibisect

There was no response on this mail, so maybe the people do not
understand how wonderful thing this is ;-)  So let me explain:

bibisect is an extremely valuable tool to find regressions.  Using this,
you can point the developer to _exactly_ when the regression happened,
which consequently means that the developer will be able to fix the bug
much faster, and much more effectively.

This 'bibisecting' can be done by anyone, even by people with no hacking
skills - so please, if you have a "favorite" regression in LibreOffice,
try bibisect, and point us (developers) to when it happened - I am sure
the bug will get much more attention than without that :-)

All the best,
Kendy

_______________________________________________
List Name: Libreoffice-qa mailing list
Mail address: [hidden email]
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
Kohei Yoshida-3 Kohei Yoshida-3
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: bibisecting HowTo published on the wiki

On Thu, 2012-02-16 at 17:00 +0100, Jan Holesovsky wrote:
> This 'bibisecting' can be done by anyone, even by people with no
> hacking
> skills - so please, if you have a "favorite" regression in
> LibreOffice,
> try bibisect, and point us (developers) to when it happened - I am
> sure
> the bug will get much more attention than without that :-)

And if people need more specific task, having someone run bibisect on
the following bug

https://bugs.freedesktop.org/show_bug.cgi?id=40320

would be great, and that would serve as a good exercise on how to use
bibisect, I hope.

Kohei

--
Kohei Yoshida, LibreOffice hacker, Calc

_______________________________________________
List Name: Libreoffice-qa mailing list
Mail address: [hidden email]
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
Pedro Pedro
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [Libreoffice-qa] bibisecting HowTo published on the wiki

In reply to this post by Bjoern Michaelsen
Hi Bjoern, all

Bjoern Michaelsen wrote
In hope of seeing a lot of regressions marked with 'bibisected35' in the
whiteboard status. If there are questions, dont hesitate to ask!
This is for Linux users only, right?

--
Pedro
Nino Nino
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: bibisecting HowTo published on the wiki

In reply to this post by Bjoern Michaelsen
Hi Bjoern,

could you provide a md5sum of the tar package?

I'm on slow internet and after downloading more than 7 hours I get

nino@chef:~/liboqa/Material/bibisect> tar --lzma -xf bibisect-3.5.tar.lzma
lzma: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now

Is the size correct?
nino@chef:~/liboqa/Material/bibisect> l b*
-rw------- 1 nino users 785268428 16. Feb 13:08 bibisect-3.5.tar.lzma

Thanks,
Nino
_______________________________________________
List Name: Libreoffice-qa mailing list
Mail address: [hidden email]
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
Bjoern Michaelsen Bjoern Michaelsen
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: bibisecting HowTo published on the wiki

In reply to this post by Pedro
Hi,

On Thu, Feb 16, 2012 at 09:40:14AM -0800, Pedro wrote:
> This is for Linux users only, right?

for 3.5 yes. Once we get this integrated with the tinderboxes, we might also do
this for Windows. But retroactively compiling all this on Windows for 3.5 is
not feasable. However VirtualBox https://www.virtualbox.org/ is really easy to
setup and install a small Linux into is really just clicking though few dialog
and done in 5-10 Minutes. I know, because I did exactly that ~5 times today.
So, with a Linuxinstall in a Virtualbox, even Windowsuser can help out here.

Best,

Bjoern
_______________________________________________
List Name: Libreoffice-qa mailing list
Mail address: [hidden email]
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
Terrence Enger Terrence Enger
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: bibisecting HowTo published on the wiki

In reply to this post by Bjoern Michaelsen
On Wed, 2012-02-15 at 20:13 +0100, Bjoern Michaelsen wrote:
[snip]
> https://wiki.documentfoundation.org/index.php?title=QA/HowToBibisect

That is strictly for 64-bit Linux, right?

Terry.


_______________________________________________
List Name: Libreoffice-qa mailing list
Mail address: [hidden email]
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
Christian Lohmaier-2 Christian Lohmaier-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: bibisecting HowTo published on the wiki

In reply to this post by Nino
Hi Nino, *,

On Thu, Feb 16, 2012 at 6:49 PM, Nino Novak <[hidden email]> wrote:
>
> could you provide a md5sum of the tar package?
>
> I'm on slow internet and after downloading more than 7 hours I get
>
> nino@chef:~/liboqa/Material/bibisect> tar --lzma -xf bibisect-3.5.tar.lzma
> lzma: (stdin): File format not recognized

because it is not lzma - it is actually xz, works for me if I let tar
figure out the compression method (i.e. don't specify --lzma and try
again)

ciao
Christian
_______________________________________________
List Name: Libreoffice-qa mailing list
Mail address: [hidden email]
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
Loading...