Juha Jeronen
Juha Jeronen
Now at 92%. Basically `unpythonic.syntax.letdoutil` and `unpythonic.syntax.simplelet` are the last ones that are easy-ish (but somewhat tedious) to get fully covered. Then it's just the REPL/networking and test framework code,...
Now at 92.67%. That's it for the tedious but low-hanging fruit. Now just to layer the tests (issue #69) so that we can test `unpythonic.syntax.testingtools`, and then leave adding tests...
Ah, but before that: - Go through **all** tests one more time, and: - Use `the[]` as appropriate to auto-print something useful for debugging if the tests ever fail -...
As of 0.15.0-pre, we're at 94% coverage.
Turns out this is not as straightforward as initially envisioned. 2c7477c implements propagation of the scope of variable definitions from the parent scope into the continuation, recursively. But: - Due...
Thought about it a while; yes, let's abandon the experiment. Thus, we need to update the documentation, particularly the section on continuations in `doc/macros.md`. There are updated examples in [`unpythonic.syntax.tests.test_conts`](../tree/master/unpythonic/syntax/tests/test_conts.py)....
Possibly related to #61.
I agree it might be best for someone else to take over the maintenance at this point :) Basically, I have updated `pyan` whenever I've needed its capabilities myself, but...
FYI - I just packaged the latest code as version 1.2.0. But you'll be able to make the next one :)