Closed skynet-gh closed 2 years ago
Update byte-streams to 0.3.0 and use clj-commons.byte-streams namespace instead of byte-streams.
clj-commons.byte-streams
byte-streams
Rewrite gloss.data.bytes.delimited/match-loop to not use eval.
gloss.data.bytes.delimited/match-loop
eval
Tests
$ lein test ... Ran 20 tests containing 3497 assertions. 0 failures, 0 errors.
@KingMob can you take a look at this one when you get a chance? Thanks!
Looks good. I'm not an admin of gloss, though, so I'm waiting on that first, so we can merge instead of squashing/rebasing in this case.
Update byte-streams to 0.3.0 and use
clj-commons.byte-streams
namespace instead ofbyte-streams
.Rewrite
gloss.data.bytes.delimited/match-loop
to not useeval
.Tests