Message5805

Author zyasoft
Recipients babelmania, pjenvey, tomw2, zyasoft
Date 2010-06-15.00:19:42
SpamBayes Score 0.003581851
Marked as misclassified No
Message-id <1276561184.13.0.439395483516.issue1605@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently this is impacted by "faux" float support in PyObject#__tojava__ (as of 2.5). Given that floats have higher matching priority in ReflectedArgs the call path ends up not selecting what these users consider to be better matches in overloaded methods.

Instead, the precedence should go to a nonconversion path, if available. Changing ReflectedArgs#match seems to be the place to select this.
History
Date User Action Args
2010-06-15 00:19:44zyasoftsetmessageid: <1276561184.13.0.439395483516.issue1605@psf.upfronthosting.co.za>
2010-06-15 00:19:44zyasoftsetrecipients: + zyasoft, pjenvey, babelmania, tomw2
2010-06-15 00:19:43zyasoftlinkissue1605 messages
2010-06-15 00:19:42zyasoftcreate