<br><br><div class="gmail_quote">On Sun, Mar 21, 2010 at 4:29 PM, Pauli Virtanen <span dir="ltr"><<a href="mailto:pav@iki.fi">pav@iki.fi</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
su, 2010-03-21 kello 16:13 -0600, Charles R Harris kirjoitti:<br>
<div class="im">> I was wondering if this was related to Michael's fixes for<br>
> character arrays? A little bisection might help localize the problem.<br>
<br>
</div>It's a bug I introduced in r8144... I forgot one *can* assign strings to<br>
0-d arrays, and strings are indeed one sequence type.<br>
<br>
I'm going to back that changeset out, since it was only a cosmetic fix.<br>
That particular part of code needs some cleanup (it's a bit too hairy if<br>
things like this can slip), but I don't have the time at the moment to<br>
come up with a more complete fix.<br>
<br></blockquote><div><br>Lots of the code needs some cleanup ;) The first step was to reformat it -- still ongoing, I've got changes on hold for after the release -- and break it up into smaller files with some similarity of function. At some point the code needs to be documented and some macros relaced with inline functions. All macros that implement jumps should be removed and replaced by something more transparent. I'd also like to see some of the "policy" type stuff move up to cython, which should be easier to document and understand, not to mention making for a cleaner interface to Python. So on and so on... We could use a few more developers, especially with David getting a real job.<br>
<br>Chuck <br></div></div>