Closed GoogleCodeExporter closed 9 years ago
This is great stuff Jose!
Your patch is in:http://code.google.com/p/legstar/source/detail?r=1532.
Let me know if you need me to create a SNAPSHOT release or if you can wait for
the next official release.
Thanks very much for your contribution.
Original comment by fady.mou...@gmail.com
on 10 Feb 2011 at 9:54
Original comment by fady.mou...@gmail.com
on 11 Feb 2011 at 7:36
Original comment by fady.mou...@gmail.com
on 11 Feb 2011 at 7:38
Original comment by fady.mou...@gmail.com
on 11 Feb 2011 at 8:49
I have found another error in byte length calculation, with a type like this:
10 SAMPLE-TYPE PICTURE IS Z(3)DB
Length should be 5 (3 for Z(3) plus 2 for DB) but the B in DB is counted twice,
and method returns 6.
I have prepared a quick fix for this. Maybe you prefer some more elegant fix,
so feel free to apply the fix or modify it.
The fix is attached as a path, with 2 more test cases.
A release with these fixes would be great.
Original comment by jose.dil...@gmail.com
on 11 Feb 2011 at 2:20
Attachments:
Re opened as http://code.google.com/p/legstar/issues/detail?id=124.
Your code is perfectly fine. Edited numerics got much better thanks to you.
I will try to push release 1.4.4 early next week.
Thanks again for your efforts.
Original comment by fady.mou...@gmail.com
on 11 Feb 2011 at 5:22
Original issue reported on code.google.com by
jose.dil...@gmail.com
on 9 Feb 2011 at 7:11Attachments: