Vasudev Kamath
|
12dcd6a184
|
Make code pep-8 compliant
|
2018-04-21 13:00:08 +05:30 |
|
Brian Warner
|
9cb763e83a
|
add "pragma: no cover" to set_trace() and debug code
we've got some tests to exercise this, so it shouldn't bitrot completely, but
there are some branches-not-taken warnings that I think are spurious
|
2018-02-22 09:42:43 -08:00 |
|
Brian Warner
|
8b0a245e19
|
reject invalid codes with KeyFormatError
refs #212
|
2017-07-23 00:02:09 -05:00 |
|
Brian Warner
|
e6b9cf18be
|
update to match new (private) Automat tracing API
|
2017-04-13 16:51:04 -04:00 |
|
Brian Warner
|
228e0ed671
|
set_trace: tolerate an Automat that lacks m.setTrace
wormhole.debug_set_trace() won't work until glyph/automat#56 lands, but this
should let travis do its job in the meantime.
|
2017-04-06 12:22:45 -07:00 |
|
Brian Warner
|
271efb6025
|
match new Automat tracing API (in glyph/automat#56 PR)
|
2017-04-06 12:22:45 -07:00 |
|
Brian Warner
|
b38d4c94ca
|
Code: deliver got_code to Boss before Key
So when Key sends got_key to Boss, Boss will be ready for it
test_machines: match new delivery order
|
2017-04-06 12:22:44 -07:00 |
|
Brian Warner
|
07a49bfaca
|
make progress on rlcompleter, still broken
|
2017-04-06 12:22:44 -07:00 |
|
Brian Warner
|
3873f55d64
|
make Input tests pass, clarify error cases, cleanups
|
2017-04-06 12:22:44 -07:00 |
|
Brian Warner
|
175fef2ab4
|
clean up wordlist handling
|
2017-04-06 12:22:44 -07:00 |
|
Brian Warner
|
ae95948c17
|
more tweaks
|
2017-04-06 12:22:44 -07:00 |
|
Brian Warner
|
4f1b352b2a
|
more work: allocator, input, shift responsibilities
|
2017-04-06 12:22:44 -07:00 |
|
Brian Warner
|
ae8652daf6
|
code: internal name changes
|
2017-04-06 12:22:44 -07:00 |
|
Brian Warner
|
0be5aba77d
|
begin worm on new Code machine
|
2017-04-06 12:22:44 -07:00 |
|
Brian Warner
|
e2c0f08216
|
minor renames for code-input helper stuff
|
2017-04-06 12:22:44 -07:00 |
|
Brian Warner
|
6ada8252b7
|
Code: handle being connected before being told what to do
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
b7b8df17be
|
rename NameplateLister to Lister (unique prefix L)
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
db7b24086f
|
set no-cover on all state-definition lines, and set_trace
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
4793208d4e
|
rewrite debug tracing, add to all machines
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
b7df5e21eb
|
more tests, still failing
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
8a2810ba70
|
test basic code allocation
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
c95b6d402c
|
Code: don't sent tx_allocate until we're connected
So Code needs connected/lost from the RendezvousConnector
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
d4bedeafbf
|
general fixes
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
3101ca51db
|
name cleanup
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
80661392b6
|
build out all state machines
still early: automat is happy (they're syntactically valid), but the Outputs
are not implemented, and there are plenty of type mismatches
|
2017-04-06 12:21:00 -07:00 |
|