nrepl-python-client icon indicating copy to clipboard operation
nrepl-python-client copied to clipboard

Check for end of datum more specifically

Open SevereOverfl0w opened this issue 9 years ago • 2 comments
trafficstars

This prevents an empty list being treated as the end of a datum.

For example decoding ["foo", []], would give ["foo"] and leave an 'e' on the end of input s.

SevereOverfl0w avatar Aug 25 '16 14:08 SevereOverfl0w

Seems to be failing, due to inability to find lein binary. It's possible travis have changed the way you include leiningen.

Tests pass locally.

SevereOverfl0w avatar Aug 25 '16 14:08 SevereOverfl0w

I wonder if this build will ever finish. :-)

bbatsov avatar May 22 '18 10:05 bbatsov