<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 26 Aug 2024, 05:46 Timon Gehr via Digitalmars-d, <<a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 8/25/24 19:27, Manu wrote:<br>
> There's fault lines and fractures all over the place; this category of <br>
> issues should be addressed with a laser focus and ruthless murder... and <br>
> it should have happened 15 years ago.<br>
<br>
FWIW with my frontend this just works:<br>
<br>
```d<br>
struct S{ int x; }<br>
void foo(alias a)(){ a=2; }<br>
int bar(){<br>
S s;<br>
foo!(s.x)();<br>
return s.x;<br>
}<br>
static assert(bar()==2);<br>
```<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Strap your fork to a CI machine and I'll use it exclusively! :)</div><div dir="auto"><br></div><div dir="auto">Or, you know, make a PR.</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div></div>