vvvvalvalval / scope-capture

Project your Clojure(Script) REPL into the same context as your code when it ran
MIT License
576 stars 14 forks source link

Fix `dispose-all!` by using keys from `:execution-points` map as ids #23

Closed jumarko closed 6 years ago

jumarko commented 6 years ago

This should fix following error:

(sc/dispose-all!)
ExceptionInfo ep-id should be either a positive number or a [(positive-number) (negative-number)] tuple, got: nil  clojure.core/ex-info (core.clj:4739)
jumarko commented 6 years ago

@vvvvalvalval could you please check this one? Let me know if you need anything more to implement here.

vvvvalvalval commented 6 years ago

@jumarko I wanted to manage the project version and changelog a bit differently, so I made the change independently. It's fixed in 0.2.1. Thank you for spotting this and submitting this patch.