Skip to content

Commit 7a7d125

Browse files
committed
Update TODO
1 parent 6210e95 commit 7a7d125

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

TODO.org

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22
#+TODO: TODO(t) ACTIVE(a) CANCELLED(c) DEFERRED DONE(d)
33
#+TAGS: enhancement defect api
44

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:
166
Bytestrings can be much faster for lots of text data but seems to be more of
177
a pain for casual use. It'd be nice to support both them and ordinary Strings.

0 commit comments

Comments
 (0)