File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 2
2
#+TODO: TODO(t) ACTIVE(a) CANCELLED(c) DEFERRED DONE(d)
3
3
#+TAGS: enhancement defect api
4
4
5
- * TODO Make the MPD version available in MonadMPD :enhancement:
6
- When connecting, an MPD server responds with its version number.
7
- The library should record this and make it available as in a Reader monad.
8
- The StringMPD monad can also support this with an extra version parameter
9
- to `testMPD'
10
- * TODO Proper position handling :defect:api:
11
- Some commands take either positions or identifiers, while some take only
12
- one, yet others can consume either ranges or positions. The current way of
13
- handling this is clearly not expressive enough and requires ugly run-time
14
- checks. Find a better way to deal with this.
15
- * TODO Supoprt bytestrings as well as strings in the interface :defect:api:
5
+ * TODO Support bytestrings as well as strings in the interface :defect:api:
16
6
Bytestrings can be much faster for lots of text data but seems to be more of
17
7
a pain for casual use. It'd be nice to support both them and ordinary Strings.
You can’t perform that action at this time.
0 commit comments