[Issue 22497] Spurious dual-context error

2021-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22497 kinke changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from kinke --- AFAIK,

[Issue 22501] New: Improve lambda inference for delegate type template params

2021-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22501 Issue ID: 22501 Summary: Improve lambda inference for delegate type template params Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 22502] New: Potential error where std.internal.math.gammafunction.betaIncompleteInv gives different results from Wolfram Alpha for parameters aa and bb being half integer and yy0 being 0.025.

2021-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22502 Issue ID: 22502 Summary: Potential error where std.internal.math.gammafunction.betaIncompleteInv gives different results from Wolfram Alpha for parameters aa and bb being

[Issue 22502] Potential error where std.internal.math.gammafunction.betaIncompleteInv gives different results from Wolfram Alpha for parameters aa and bb being half integer and yy0 being 0.025.

2021-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22502 kinke changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from kinke --- `+1/2`

[Issue 22502] Potential error where std.internal.math.gammafunction.betaIncompleteInv gives different results from Wolfram Alpha for parameters aa and bb being half integer and yy0 being 0.025.

2021-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22502 --- Comment #2 from a...@dengenius.com --- (In reply to kinke from comment #1) > `+1/2` adds a `0` integer. With `+0.5`, the results should match. Awesome, thank you! I figured I was doing something stupid. --

[Issue 22502] Potential error where std.internal.math.gammafunction.betaIncompleteInv gives different results from Wolfram Alpha for parameters aa and bb being half integer and yy0 being 0.025.

2021-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22502 a...@dengenius.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22497] Spurious dual-context error

2021-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22497 --- Comment #2 from Andrei Alexandrescu --- (In reply to kinke from comment #1) > AFAIK, the problem is that the alias template parameter doesn't capture the > context if bound to a nested function, unlike a delegate runtime parameter. > `canon!"abc"

[Issue 22489] C header generation ignores custom mangling

2021-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22489 Andre changed: What|Removed |Added CC||an...@s-e-a-p.de --

[Issue 22497] Spurious dual-context error

2021-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22497 --- Comment #3 from kinke --- (In reply to Andrei Alexandrescu from comment #2) > Not sure I understand but hopefully it's something that can be fixed, right? Nevermind, that's what the compiler does for a freestanding function template. In your exa

[Issue 22491] Multiple building issues using dmd or ldc2 on new Fedora 35

2021-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22491 --- Comment #3 from Alexey --- on simple 'hello world' projects --build=release works ok with both dmd and ldc2. still having same errors for --build=release on my 'dtk' project for both dmd and ldc2. --

[Issue 22198] Compile time bounds checking for static arrays

2021-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22198 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22496] importC: Error: illegal combination of type specifiers

2021-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22496 Walter Bright changed: What|Removed |Added Keywords||ImportC CC|