Issue1332

classification
Title: Custom Vector Class reveals multiplication bug
Type: Severity: normal
Components: Core Versions: 25rc4
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: pjenvey Nosy List: fwierzbicki, pjenvey
Priority: high Keywords:

Created on 2009-04-28.23:30:46 by fwierzbicki, last changed 2009-04-29.01:24:40 by pjenvey.

Files
File name Uploaded Description Edit Remove
mult_bug.py fwierzbicki, 2009-04-28.23:30:46 reveals bug, need to be turned into a unit test
Messages
msg4613 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2009-04-28.23:30:45
In one case jython handles the multiplication like
multiplying a sequence (instead of a vector) if and and only if the
first factor is an int, but correctly if it is a float.
msg4614 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2009-04-28.23:31:41
Error is reproduced, and is present in b4.
msg4615 (view) Author: Philip Jenvey (pjenvey) Date: 2009-04-29.01:24:40
fixed in r6269
History
Date User Action Args
2009-04-29 01:24:40pjenveysetstatus: open -> closed
resolution: accepted -> fixed
messages: + msg4615
2009-04-29 01:08:51pjenveysetassignee: pjenvey
nosy: + pjenvey
2009-04-28 23:31:41fwierzbickisetpriority: high
resolution: accepted
messages: + msg4614
components: + Core
2009-04-28 23:30:46fwierzbickicreate