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
|
d44a5335b4
|
_mailbox: new Automat forbids code in Input bodies
|
2017-04-06 12:22:45 -07:00 |
|
Brian Warner
|
bd974f3801
|
test Nameplate, Mailbox. refactor a little bit
|
2017-04-06 12:22:44 -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
|
b0c9c9bb4c
|
fix basic test
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
1beae97ec4
|
fix things back to the previous point of not working
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
26adaabe18
|
implement new split nameplate/mailbox/terminator
fails even worse than before, of course
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
c8be988801
|
add some state-machine tracing
needs warner/automat/36-tracing branch
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
97d1ff859b
|
logic bug: M.S4B.close() must not re-send RELEASE
|
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
|
ef1904bc52
|
get null test working (open and immediate close)
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
d4bedeafbf
|
general fixes
|
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
|
40e0d6b663
|
more work, feels better now
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
16c477424c
|
more demo work
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
20b80be342
|
remove stale machines
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
3af375b173
|
finish Mailbox state machine, including close
|
2017-04-06 12:21:00 -07:00 |
|
Brian Warner
|
b934192f20
|
work on Mailbox machine
|
2017-04-06 12:21:00 -07:00 |
|