D Language Foundation October 2023 Quarterly Meeting Summary

Nicholas Wilson iamthewilsonator at hotmail.com
Tue Dec 12 08:45:10 UTC 2023


On Monday, 11 December 2023 at 08:24:55 UTC, Bastiaan Veelo wrote:
> On Sunday, 10 December 2023 at 22:59:06 UTC, Nicholas Wilson 
> wrote:
>> Or you could use grep with `--output-ll` as noted by Johan 
>> https://github.com/ldc-developers/ldc/issues/4265#issuecomment-1376424944 although this will be with that `workaroundIssue1356` applied.
>
> Thanks for highlighting this, as I must have forgotten. I 
> should be able to create a CI job that checks this as part of 
> the release. This will give us the confidence that we need.

I should note that regex will need some updating for the most 
recent LLVMs that have opaque pointers enabled:

`ptr byval\(%[a-zA-Z_][a-zA-Z0-9_\.]*\) align`



More information about the Digitalmars-d-announce mailing list