Forgive me if this has been discussed to death, but I haven't seen much
discussion on it re:-)

If you use git then people can sit on commits a bit longer before they have
to push them. Less rushing and more testing means less bad commits.

Also, nothing like a git-bisect to find the fault commit, or a git blame.

I use git-svn and find the fault for you with git-blame and find line 461:

c55953b8 (mdbenito 2012-03-14 22:36:55 +0000 461)     le -> setStyleSheet
(to_qstylesheet (style));

the commit introducing this line was: 5025

commit c55953b842d21b3bc106b272315b5446157bef76
Author: mdbenito <mdbenito@64cb5145-927a-446d-8aed-2fb7b4773692>
Date:   Wed Mar 14 22:36:55 2012 +0000

    Bug #34276: Tiny font size in minibuffer. (input_text_widget now reads
the style parameter.)

    git-svn-id:
svn://svn.savannah.gnu.org/texmacs/trunk/src@502564cb5145-927a-446d-8aed-2fb7b4773692


Sam

On Thu, Mar 15, 2012 at 2:18 PM, Joris van der Hoeven
<vdhoe...@texmacs.org>wrote:

> I get the same error under MacOS.
> Could the person who introduced the bug please fix it soon? --Joris
>
> On Thu, Mar 15, 2012 at 06:49:30AM +0000, Jeremy Henty wrote:
> >
> > Aleksandr Dobkin wrote:
> >
> > > I'm getting an error when I try to compile the current SVN on my
> > > Linux Mint 12 system.
> > >
> > > GCC is complaining that the variable 'style' has not been declared
> > > on line 461 in src/Plugins/Qt/qt_dialogues.cpp. Maybe an updated
> > > .hpp file was not checked in?
> >
> > I get the same error from the git mirror (master 3e64ae1 Fix).
> >
> > Regards,
> >
> > Jeremy Henty
> >
> > _______________________________________________
> > Texmacs-dev mailing list
> > Texmacs-dev@gnu.org
> > https://lists.gnu.org/mailman/listinfo/texmacs-dev
>
> _______________________________________________
> Texmacs-dev mailing list
> Texmacs-dev@gnu.org
> https://lists.gnu.org/mailman/listinfo/texmacs-dev
>
_______________________________________________
Texmacs-dev mailing list
Texmacs-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/texmacs-dev

Reply via email to