webassembly icon indicating copy to clipboard operation
webassembly copied to clipboard

Eliminate `span(span :val)` problem

Open wkhere opened this issue 9 years ago • 0 comments

originally I named it: "Eliminate span(span :val) problem by forbidding it during compilation".

Noble aim, but seems close to impossible with the current Core, where actual DOM building happens at runtime.

Renaming to something more close to reality, like: detecting it in Core during Agent updates.

Would anyway require carrying some additional state of the current scope, or some scanning hackery done on the scopes stack.

wkhere avatar Feb 24 '15 13:02 wkhere