I finished implementing all the tests for adding pipeline registers and they all pass. I split the test entry points up so they can be run in parallel by pytest-xdist. I ran the tests on pypy3 using pytest-xdist on my Ryzen 1500X and it still takes 144s, so, unless you like watching a movie while you wait, don't use plain python3 and unittest :) All that's left is documentation and code formatting.
(In reply to Jacob Lifshay from comment #1) > I finished implementing all the tests for adding pipeline registers and they > all pass. superb. > I split the test entry points up so they can be run in parallel by > pytest-xdist. ah great > I ran the tests on pypy3 using pytest-xdist on my Ryzen 1500X and it still > takes 144s, so, unless you like watching a movie while you wait, don't use > plain python3 and unittest :) nniiiice :) > All that's left is documentation and code formatting. awesome. something that satisfies pydocstyle3 is great. we should discuss on-list (or better via bug #89)
swap dependency. this bug *blocks* bug #60 rather than is blocked *by* it. takes getting used to (and i may even have it the wrong way *sigh*) this is probably correct: http://bugs.libre-riscv.org/showdependencytree.cgi?id=84&hide_resolved=0