pink-gorilla / goldly

sci-cljs-kernel for reval
24 stars 1 forks source link

lazy loader sci bug #49

Open awb99 opened 11 months ago

awb99 commented 11 months ago

It happened in ui-input in spaces.layout.fixed and spaces.layout.viewport.

Both namespaces are in the same lazy-module and when they had the same function names, then the lazy loader would load the wrong namespace.

I guess the symbols used do not contain namespaces, so the loader gets confused.