need tester for tk8.3 bug

2003-05-23 Thread Chris Waters
I need to confirm whether tk8.3 bugs #151435 and #156702 are still
present in testing/unstable.  These are alpha-specific bugs, and I
don't have an alpha.

Upstream was unable to reproduce on their alphas (running RH), so I
think there's a strong possibility these bugs are fixed.  But I'd like
to confirm before closing the reports.

I've attached a small script which can be used to test both bugs.  The
script should produce a red quarter-circle inside of a square.  Can
someone please try this and let me know if it works?  (Note: I'm not
subscribed to this list, so please cc me.)

thanks

-- 
Chris Waters   |  Pneumonoultra-osis is too long
[EMAIL PROTECTED]   |  microscopicsilico-to fit into a single
or [EMAIL PROTECTED] |  volcaniconi-  standalone haiku
#!/usr/bin/wish8.3
pack [canvas .c -height 110 -width 110 ]
.c create rect 10 10 100 100

.c create arc 20 20 90 90 -start 0 -extent 90 -fill red


Re: need tester for tk8.3 bug

2003-05-23 Thread Falk Hueffner
Chris Waters <[EMAIL PROTECTED]> writes:

> I need to confirm whether tk8.3 bugs #151435 and #156702 are still
> present in testing/unstable.  These are alpha-specific bugs, and I
> don't have an alpha.
> 
> Upstream was unable to reproduce on their alphas (running RH), so I
> think there's a strong possibility these bugs are fixed.  But I'd like
> to confirm before closing the reports.
> 
> I've attached a small script which can be used to test both bugs.  The
> script should produce a red quarter-circle inside of a square.  Can
> someone please try this and let me know if it works?  (Note: I'm not
> subscribed to this list, so please cc me.)

Works for me with tk8.3 8.3.5-2.

-- 
Falk




Re: need tester for tk8.3 bug

2003-05-23 Thread Kalle Olavi Niemitalo
Chris Waters <[EMAIL PROTECTED]> writes:

> The script should produce a red quarter-circle inside of a square.
> Can someone please try this and let me know if it works?

It works here, using tk8.3 8.3.5-2 on an Alphastation 500.




Re: need tester for tk8.3 bug

2003-05-23 Thread Chris Waters
On Sat, May 24, 2003 at 12:00:17AM +0300, Kalle Olavi Niemitalo wrote:

> It works here, using tk8.3 8.3.5-2 on an Alphastation 500.

Cool, thanks Kalle, thanks Falk.

cheers

-- 
Chris Waters   |  Pneumonoultra-osis is too long
[EMAIL PROTECTED]   |  microscopicsilico-to fit into a single
or [EMAIL PROTECTED] |  volcaniconi-  standalone haiku