[GSoC 2025] Templated Hooks - Weekly Update #4
AlbertG
albert.guiman at protonmail.com
Mon Jun 30 20:12:27 UTC 2025
This week I have worked on an
[issue](https://github.com/dlang/dmd/pull/21483) that prevented
my [`_d_interface_cast`](https://github.com/dlang/dmd/pull/21473)
PR to run correctly in all scenarios. In short, the inlining for
`CastExp` hasn't been set up right from the start, but somehow
this was caught by the CI pipeline only now.
Moreover, I have begun the work on the templatization of
`_adEq2`, which will be in fact replaced by the existing
`__equals` function, with additional cleanups.
More information about the Digitalmars-d
mailing list