Bastiaan Veelo

Results 12 issues of Bastiaan Veelo

This code: ```d import std.math : abs; void main() { double[2] v = [-1, 0]; double maxip = 0; for (int d = 0; d < 2; d++) { double[2]...

A-wrong-code
llvm

The last tag was 1.41.0-beta.1 from may, which is the version reported in dmd.2.112.0-beta.1, https://downloads.dlang.org/pre-releases/2.x/2.112.0/. This seems to include fixes to stable that were made since then, so it would...