Re: [Jbeta] complex numbergcd and residue failure

2012-06-24 Thread Jim Russell
On iPhone: 5j11 +. 3j7 1j1 3j7|5j11 _1j_3 On Jun 24, 2012, at 5:45 AM, bill lam bbill@gmail.com wrote: I compiled jconsole for android and there were some test failed, in particular the complex number gcd and residue , 5j11 +. 3j7 linux 1j1 (correct) android 5j11

Re: [Jbeta] complex numbergcd and residue failure

2012-06-24 Thread bill lam
Thank Jim! After hours of debug, I finally tracked down there was a regression in the following commit made by Marshall Lochbaum. The change of behavior in complex residue breaks +. and *. I suggest authors should run the test suite before commiting patches into repos. commit

Re: [Jbeta] complex numbergcd and residue failure

2012-06-24 Thread Jim Russell
You are welcome. I envy your ability to even spot the error, let alone your success diagnosing and fixing it. Indeed, thank you! On Jun 24, 2012, at 1:55 PM, bill lam bbill@gmail.com wrote: Thank Jim! After hours of debug, I finally tracked down there was a regression in the