Fork me on GitHub
#unrepl
<
2018-02-10
>
cgrand01:02:58

Feels hacky but interesting analysis.

dominicm09:02:54

I've finally had an chance to use unravel against production. partywombat

dominicm09:02:07

Hmm, I notice that java.util.HashSet doesn't have an unravel printer. It becomes a boring ol' class, which means none of the lovely ellipsis stuff.

dominicm10:02:35

Having done (set) on my java.util.HashSet, I notice that my ellipsis is before the second-to-last element. Not sure if that's intentional or not either 🙂

cgrand17:02:35

I think I fixed that on my pretty print branch

bhauman17:02:15

@dominicm would love your feedback on the readline library if you have time, your in a great position to tell me whatfor

dominicm17:02:57

I am…? I'm afraid you might have me mixed up with someone else 😄

dominicm17:02:24

Although, I did check out your gif demo, and I thought it looked very similar to Unravel.

bhauman17:02:58

🙂 no! You've been working on this stuff for a while now.

bhauman17:02:04

feedback would be great

bhauman17:02:23

but no pressure, of course 🙂

dominicm17:02:41

@bhauman The demo & feature-set looks really good btw, I realise I didn't say that. I think it would be a great library to build an unrepl client in (maybe I should take a shot at seeing how hard it would be to port unravel to this?). I couldn't speak for the API though.

bhauman17:02:13

should be simple, as there is a service layer abstraction

bhauman17:02:54

here's an example^

bhauman17:02:27

and thats only for readline