Closed GoogleCodeExporter closed 8 years ago
Original comment by dwhall...@gmail.com
on 18 Jun 2011 at 6:55
Along the way of building for Econotag, I found that src/lib/__bi.py sum()
function line 580 makes a call to int_new() without a semicolon at the end. I
made this little fix.
Original comment by dwhall...@gmail.com
on 18 Jun 2011 at 7:02
I was just about to make a ticket for this one, glad I searched first. Your
comment #2 is the same as the bug I filed as ticket 204 last week, so be sure
to close that one too when you are done.
Original comment by j...@missioncognition.net
on 23 Jun 2011 at 6:07
Also, while you are at it, check out sum() in __bi.py The compiler generated a
warning about ps be used before it is initialized in the bytearray code block.
It looks like line 588 needs to be moved up towards the beginning of the
function.
Original comment by j...@missioncognition.net
on 23 Jun 2011 at 6:16
int_new() semicolon fixed in issue 204.
Removed repeated declaration in int.h
Relocated a line in __bi.py
Original comment by dwhall...@gmail.com
on 26 Jun 2011 at 4:11
This issue was closed by revision a30fb253b01a.
Original comment by dwhall...@gmail.com
on 26 Jun 2011 at 4:13
Original issue reported on code.google.com by
dwhall...@gmail.com
on 18 Jun 2011 at 6:54