LightTable / Clojure

Light Table Clojure language plugin
MIT License
99 stars 51 forks source link

Fix stacking evaluation results for doseq #40

Closed alhimik45 closed 9 years ago

alhimik45 commented 9 years ago

I commented problem here. That problem was because repls variable can contain same coordinates twice and then inline created, but replaced by other inline with same coordinates, so we cannot access to previous inline. So we need to remove duplicates.

cldwalker commented 9 years ago

Hi. I've verified this bug and that the fix works. Thanks! Fwiw, this fix could also be applied when initially evaling. It's not clear which would be better so will go with this for now