MVCoconut / coconut.vdom

Coconut rendering through virtual-dom.
The Unlicense
19 stars 8 forks source link

Compiler server friendliness #1

Closed kevinresol closed 5 years ago

kevinresol commented 7 years ago

With compiler server it gives the following error every other build:

--macro:1: character 0 : Type name vdom.macros.Loader is redefined from module vdom.macros.Loader
kevinresol commented 7 years ago

oops, seems like a js-virtual-dom problem

back2dos commented 7 years ago

Yeah, this one is particularly crazy, because vdom.macros.Loader is really just a plain class with a macro in it, that is called explicitly.

I have seen other hickups, most notably tink_lang stopping to work and the renderer being lost.

back2dos commented 5 years ago

I guess this is no longer relevant with gen4.