Helge Heß
3005e79cb3
Swift 5 / NIO 2: write(xyz:) -> writeXYZ()
...
Same for write(integer:). Use fileprivate shim w/
NIO 2 API.
2019-03-27 14:22:25 +01:00
Helge Heß
20dc5d534b
Swift 5: public public
...
Fix warnings when compiling w/ Swift 5 compiler in 4.x
mode.
2019-03-26 18:59:51 +01:00
Helge Heß
de26ed6b35
Make RESPError CustomStringConvertible
...
... so that we get something useful when printing the error.
2018-05-31 17:19:38 +02:00
Helge Heß
9011f2097c
Reduce size of RESPValue from 49 to 25
...
By backing RESPError fields in a class.
This way it isn't taking up storage in
each and every RESPValue.
25 is still > 24 though :-)
(thanks to @weissi for the suggestion)
2018-04-13 16:50:21 +02:00
Helge Hess
5fef65eb2f
Initial drop
2018-04-11 00:27:29 +02:00