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 ?

2021-02-09T14:14:42.089800Z

Hey @vlaaad, that sounds great; I’ll be able to get to my workstation shortly. :)

2021-02-09T14:41:27.091500Z

Tested it just now. That fixed it for sure @vlaaad; thanks!

vlaaad 2021-02-09T14:43:14.091800Z

yay! my pleasure!

1
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