Re: MacOS Weirdness

2023-01-16 Thread Johan via Digitalmars-d-learn
On Tuesday, 17 January 2023 at 03:48:03 UTC, Ruby The Roobster wrote: I just fixed a bug in my personal D hobby project. After pushing everything to github, I noticed that it fails to link with the latest LDC on MacOS. The error I'm getting is thus: ``` ld: warning: alignment (1) of atom 'an

MacOS Weirdness

2023-01-16 Thread Ruby The Roobster via Digitalmars-d-learn
I just fixed a bug in my personal D hobby project. After pushing everything to github, I noticed that it fails to link with the latest LDC on MacOS. The error I'm getting is thus: ``` ld: warning: alignment (1) of atom 'anon' is too small and may result in unaligned pointers ld: warning: poi

Re: Mixin helper help

2023-01-16 Thread bauss via Digitalmars-d-learn
On Monday, 16 January 2023 at 08:17:24 UTC, Ali Çehreli wrote: On 1/13/23 18:51, bauss wrote: That's a good one! It looks like you liked it four years ago as well. :) I found where I remembered it from: https://forum.dlang.org/post/pvdoq2$1e7t$3...@digitalmars.com Ali Looks like my me

Re: Why not allow elementwise operations on tuples?

2023-01-16 Thread Sergei Nosov via Digitalmars-d-learn
On Friday, 13 January 2023 at 15:27:26 UTC, H. S. Teoh wrote: On Fri, Jan 13, 2023 at 02:22:34PM +, Sergei Nosov via Digitalmars-d-learn wrote: Hey, everyone! I was wondering if there's a strong reason behind not implementing elementwise operations on tuples? Say, I've decided to store 2

Re: Mixin helper help

2023-01-16 Thread Ali Çehreli via Digitalmars-d-learn
On 1/13/23 18:51, bauss wrote: That's a good one! It looks like you liked it four years ago as well. :) I found where I remembered it from: https://forum.dlang.org/post/pvdoq2$1e7t$3...@digitalmars.com Ali