lp://staging/~rogpeppe/gozk/factor-out-service
Created by
Roger Peppe
and last modified
- Get this branch:
- bzr branch lp://staging/~rogpeppe/gozk/factor-out-service
Only
Roger Peppe
can upload to this branch. If you are
Roger Peppe
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Rejected
for merging
into
lp://staging/~juju/gozk/trunk
- Gustavo Niemeyer: Disapprove
-
Diff: 3109 lines (+1281/-784)10 files modifiedMakefile (+5/-2)
example/example.go (+22/-23)
reattach_test.go (+202/-0)
retry_test.go (+65/-74)
server.go (+239/-0)
service/Makefile (+20/-0)
service/service.go (+160/-0)
suite_test.go (+45/-122)
zk.go (+265/-311)
zk_test.go (+258/-252)
Related bugs
Bug #865409: Factor out server starting code into its own package. | Undecided | In Progress |
Related blueprints
Branch information
Recent revisions
- 21. By Gustavo Niemeyer
-
The package location is now http://
launchpad. net/gozk/ zk. The shorter package name makes for significantly more digestible line lengths.
- 20. By Gustavo Niemeyer
-
Merged clean-up-interface branch, by Roger Peppe [r=niemeyer]
This branch does a number of incompatible changes that improve
the overall API of gozk. - 17. By Gustavo Niemeyer
-
Dropped synthetic CLOSED and preserved semantics.
STATE_CLOSED is now zero, and since channels are not pointers
anymore closing the session channel yields STATE_CLOSED forever.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~juju/gozk/trunk