Alexander Bothe

Results 190 comments of Alexander Bothe

Well okay, `dub list-available` or so might make sense. I just don't want to write stuff into the dub.json due to properly formatting all the stuff and so on :/...

Nah, the BuildAction is a simple string that may be everything. Anyway, if you change some resources that shall be linked in, then you may of course wish to have...

Tbh, I'd even just invoke some dtool that checks code for smells etc. - this can be done fully independently of any parsing/resolution action.

Could you elaborate 'crash' a bit more, please?

Are you able to get a few bits from the unittest output log or from some other logs available via the Tools->Open Log directory menu? Are you trying to handle...

A...leak!? What the hell. I suppose that rdmd isn't getting all arguments required to build the entire project -- so things like extra arguments etc. are missing. Hmm. Here we...

So.. Type induction? I kinda thought about this earlier, but yeah, I guess this should be realizable. In..some ways I don't even know yet :D

I guess this simply can't be induced in any way and thus must be hardcoded or so: ``` template isOutputRange(R, E) { enum bool isOutputRange = is(typeof( (inout int =...

Gosh, editing std.range sucks..but which benefits coming from an IDE are there anyway for handcrafted code like this.

Hold on, I've got a better idea: I won't deduce isOutputRange!... but only resolve the primary symbol isOutputRange. Then I look around for symbol definitions that have isOutputRange in their...