vibe-d/vibe.d

registerWebInterface with mixin in class breaks

WebFreak001 opened this issue · 0 comments

when having a

class MyWebInterface
{
    mixin IndexMixin;
}

with IndexMixin being any kind of mixin template, then router.registerWebInterface will fail with Error: no property `IndexMixin` for type `handler.webinterface.MyWebInterface`