reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
vlaaad 2021-02-09T08:00:33.088700Z

@seancorfield this is a long shot but... could it be your data structures that you eval code on contain symbol *v ?

seancorfield 2021-02-09T16:42:20.092100Z

Nope. They were lazy sequences of bean's made from Java objects. No symbols.

vlaaad 2021-02-09T18:30:58.092300Z

Hmm, actually I can reproduce it by evaluating (count *v) on a result of (map bean (all-ns))

seancorfield 2021-02-09T18:35:17.092500Z

Cool!

vlaaad 2021-02-09T18:37:13.092700Z

fixed and released: 1.3.196

3