bcarneal

Results 3 issues of bcarneal

Using ldc 1.26.0 and the command line option '-checkaction=context' an assert(0) within dcompute.std.index.d was flagged with: Error: can only call functions from other '@compute' modules in '@compute' code. If this...

redub build --compiler=ldc2 of a newly created dub.sdl with only a mir dependency failed The first error reads: myHomeDirectory/.dub/packages/mir-core/1.7.1/mir-core/source/mir/algebraic.d(1474): Error: `pure` function `mir.algebraic.Algebraic!(Ion_).Algebraic.opEquals!().opEquals` cannot call impure function `mir.annotated.U!(Algebraic!(Ion_)).Annotated.opEquals` dub build...

When compiling a function with -w and @target attribute LDC will exit with a spurious warning: "ignoring unrecognized special parameter attribute ...". Here's the program that elicited the warning and...