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

Fixes AOT compilation dropping metadata bug #11

Closed ekroon closed 7 years ago

ekroon commented 8 years ago

By deferring merging of meta information until runtime, we can work around meta information being dropped with AOT compilation.

aroemers commented 8 years ago

Thank you for the pull request, but as can be seen in #10, the actual problem had deeper source. This patch may however be a good starting point for resolving #12, so I will leave it open for now.

aroemers commented 8 years ago

@ekroon How about commit 563d94077000bf31d3804139020af04c1edf9c74 for an error on faulty defstate compilation?