Re: [myhdl-list] _Waiter.diff [was: intbv.saturate, intbv.wrap]
Brought to you by:
jandecaluwe
From: Christopher L. F. <chr...@gm...> - 2008-07-24 03:32:53
|
I found another instance of the same/similar issue with the numpy array while testing the latest change. After the attached change and the latest code from http://myhdl.sourceforge.net/hg/myhdl the code in development ran without error. Also all the test/core passed. This should be a benign change because the previous code simply tested "if obj". Again the numpy array errors in this test. Explicitly testing that obj is not None, "obj != None" prevented the error. I created (maybe?) one of those bundle things. I don't quite have the mercurial process down, I did a commit and wasn't able to diff after the commit, which I guess make sense since there isn't no difference. But I wasn't sure what bundle did? So I have a bundle before commit and after. Figured it would take me a little longer to review the documentation and didn't want to hold up the changes. |