File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ TODO / KNOWN ISSUES:
107107 [ ] maybe i should hook into interp and just turn that into a no-op,
108108 that way i can keep the current (cheap) history as is?
109109
110+ [ ] handle History.enabled = False case gracefully as well
111+
110112 [ ] MUSTFIX: Python 3 compatability (all of my dependencies meet them)
111113
112114 [ ] see if I can put in workaround for stable bpython
@@ -281,3 +283,10 @@ TODO / KNOWN ISSUES:
281283 [x] make screencast demo
282284
283285 [ ] process command line argument to connect to the right kernel
286+
287+ [ ] tests: make tests for the generic client, then we won't be in as bad of
288+ a shape here
289+
290+ [ ] OO refactor of client code as a mixin
291+
292+ [ ] up-arrow shouldn't search for partial completion (since that won't work)
You can’t perform that action at this time.
0 commit comments