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
|
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
|
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
|
41b7bcfed5
|
working on fixes
|
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
|
20814a65f4
|
rename Wormhole (machine) to Boss, leave room for higher-level thing
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
a2ed35ceb8
|
remove old files, lots of type work
|
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 |
|
Brian Warner
|
b179e66d08
|
start on machine implementation: _key.py and _send.py
|
2017-04-06 12:21:00 -07:00 |
|