aroemers / mount-lite

mount, but different and light
https://cljdoc.org/d/functionalbytes/mount-lite/
Eclipse Public License 1.0
102 stars 8 forks source link

reflection warning: call to method set can't be resolved (target class is unknown) #19

Closed daaku closed 4 years ago

daaku commented 4 years ago

Inside with-session: https://github.com/aroemers/mount-lite/blob/5961ac83093eecea0ccbb8c756c1c35792b8e33b/src/mount/lite.clj#L205

I'm getting a this reflection warning:

call to method set can't be resolved (target class is unknown)
aroemers commented 4 years ago

Hi @daaku,

Thank you for your issue report. It should be fixed in 2.1.4.

daaku commented 4 years ago

Thanks for the quick fix. Confirmed it works.