symmetryinvestments / dud

A new dlang build tool
GNU Lesser General Public License v3.0
35 stars 9 forks source link

make some select functions in to templates to workaround modern compiler programmers #37

Closed John-Colvin closed 3 years ago

John-Colvin commented 3 years ago

this is disgusting and should be reverted, but shouldn't cause problems and I need it for now in SIL in order to use modern compilers

c.c. @uplinkcoder

John-Colvin commented 3 years ago

constrained compiler versions so it compiles. Tests fail but that was the case before

UplinkCoder commented 3 years ago

I'd approve this with a stinging feeling in my heart. Let's make sure this workaround will not remain.

John-Colvin commented 3 years ago

I should explain what this does:

it fixes absolutely nothing except it means that when I depend on dud but don't use select, I can still compile.

burner commented 3 years ago

thank you, I guess