kuhumcst / glossematics

The life of Louis Hjelmslev.
https://glossematics.dk
4 stars 1 forks source link

Timeline is broken #59

Closed simongray closed 2 years ago

simongray commented 2 years ago

This has been the case since the recent deps.edn update in b9f6ef1abb2e8259e36f34af9759b74f558a03fe.

It might be the case that advanced compilation wasn't triggered before and is triggered now? In which case I need to export some symbols.

simongray commented 2 years ago

The same issue occurs when doing a local npx shadow-cljs release app so that is probably the issue here.

simongray commented 2 years ago

Ok, so it turns out that the issue is actually with how shadow-cljs handles inferencing now. A day's worth of back-and-forth with Thomas Heller on Clojurians Slack confirmed that. The ^js annotations are not picked up properly by shadow-cljs.

Now just waiting for a fixed version of shadow-cljs.