Re: Keytest-bisect: proof of concept, sample result and patch for bug in InsetMathHull.

2009-07-13 Thread John McCabe-Dansted
On Mon, Jul 13, 2009 at 6:46 PM, Pavel Sanda wrote: >> Prehaps you could use the following description: >>   "When attempting to select a Math Inset, LyX unselects the inset >> after a fraction of a second, which is clearly quite annoying when >> trying to copy math insets. This occurred in r30414

Re: Keytest-bisect: proof of concept, sample result and patch for bug in InsetMathHull.

2009-07-13 Thread John McCabe-Dansted
On Mon, Jul 13, 2009 at 6:46 PM, Pavel Sanda wrote: >> Prehaps you could use the following description: >>   "When attempting to select a Math Inset, LyX unselects the inset >> after a fraction of a second, which is clearly quite annoying when >> trying to copy math insets. This occurred in r30414

Re: Keytest-bisect: proof of concept, sample result and patch for bug in InsetMathHull.

2009-07-13 Thread Pavel Sanda
John McCabe-Dansted wrote: > > what bug description should i fill into our status file? was that crash? > > pavel > > No it wasn't a crash. It wouldn't let me select MathInsets, whenever I > tried to select one it would unselect it under me. This seems to be > arch dependent, it occurred in 64bit

Re: Keytest-bisect: proof of concept, sample result and patch for bug in InsetMathHull.

2009-07-13 Thread John McCabe-Dansted
On Mon, Jul 13, 2009 at 6:03 PM, Pavel Sanda wrote: > John McCabe-Dansted wrote: >> On Mon, Jul 13, 2009 at 5:37 PM, Pavel Sanda wrote: >> >> On Sat, Jul 11, 2009 at 4:37 PM, John McCabe-Dansted >> >> wrote: >> >> > $ cat TestSelectInset.kt >> >> > KEYCODE="\Ca\[BackSpace]\Cmasdf\[Right]\D9\S\[Le

Re: Keytest-bisect: proof of concept, sample result and patch for bug in InsetMathHull.

2009-07-13 Thread Pavel Sanda
John McCabe-Dansted wrote: > On Mon, Jul 13, 2009 at 5:37 PM, Pavel Sanda wrote: > >> On Sat, Jul 11, 2009 at 4:37 PM, John McCabe-Dansted > >> wrote: > >> > $ cat TestSelectInset.kt > >> > KEYCODE="\Ca\[BackSpace]\Cmasdf\[Right]\D9\S\[Left]\D9X\Cs\D9" > >> > TEST="! grep asdf $F.lyx" > >> > DESC

Re: Keytest-bisect: proof of concept, sample result and patch for bug in InsetMathHull.

2009-07-13 Thread John McCabe-Dansted
On Mon, Jul 13, 2009 at 5:37 PM, Pavel Sanda wrote: >> On Sat, Jul 11, 2009 at 4:37 PM, John McCabe-Dansted >> wrote: >> > $ cat TestSelectInset.kt >> > KEYCODE="\Ca\[BackSpace]\Cmasdf\[Right]\D9\S\[Left]\D9X\Cs\D9" >> > TEST="! grep asdf $F.lyx" >> > DESC="r30414 unselects insets after a fractio

Re: Keytest-bisect: proof of concept, sample result and patch for bug in InsetMathHull.

2009-07-13 Thread Pavel Sanda
John McCabe-Dansted wrote: > I was thinking that a big advantage of an automatically reproducible > bug would be an automatic svn/git-bisect to identify exactly where the > regression occurred. > > I have attached do_bisect.sh and do_bisect_nosvn.sh. I'll mention that > these are only proof-of-con

Keytest-bisect: proof of concept, sample result and patch for bug in InsetMathHull.

2009-07-12 Thread John McCabe-Dansted
I was thinking that a big advantage of an automatically reproducible bug would be an automatic svn/git-bisect to identify exactly where the regression occurred. I have attached do_bisect.sh and do_bisect_nosvn.sh. I'll mention that these are only proof-of-concepts, are not ready for real use, and