Yuxuan Shui
Yuxuan Shui
@thewilsonator > because the messages can be factored out into an enum Then presumably each constraint template will have its own error message enum paired with it. If that is...
BTW, a better name for this DIP would probably be something like "Template constraint diagnostics", because current title doesn't state the real motivation of this DIP.
@thewilsonator I'm not Peter, but I think that's not what he was talking about. ```d if (isArrayLike!R) // use the err msg phobos devs wrote ``` So off the top...
@thewilsonator > but it is orthogonal to this DIP even if it is made feasible by it. Yes. Having multiple if's and if blocks itself is a good idea. I...
Hi, I'm trying to fix this problem. However, ddox seems to use some kind of heuristic (isTypeDecl?) to treat some template differently. So the end result is including static if's...
@s-ludwig Change is dlang/dmd#6621. It just simply make the json generator do the same thing as the ddoc generator for static-if's and version blocks.
I think this is because `MCFLY_FUZZY` is not 0, which I think is a surprising behavior. Sort by time should sort strictly by time. This happens even when search term...
/assign @cofyc
> Funny meeting you here after a long time since our initial encounter in https://github.com/yshui/picom/pull/361 :-) Good memories :laughing: Thanks for the explanation but I think it's somewhat different from...
@tryone144 can i see your first attempt?