[Issue 19384] [Codegen] Address of stack temporary is returned

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19384 ag0aep6g changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 18786] AV program detects malware in windows download of DMD

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18786 --- Comment #15 from Seb --- It's not a self-Signet certificate, it's one from an officially approved windows certificate vendor. Not sure whether we can do more for you. Maybe you just need to talk to your admins? --

[Issue 16606] [dlang.org] Search field value not propagated to Google

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16606 Ludovit Lucenic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 19384] [Codegen] Address of stack temporary is returned

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19384 Mr. Smith changed: What|Removed |Added Summary|Address of stack temporary |[Codegen] Address of stack

[Issue 19385] New: Question: How to set curl options for HTTP from inside dmd?

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19385 Issue ID: 19385 Summary: Question: How to set curl options for HTTP from inside dmd? Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

[Issue 19384] New: Address of stack temporary is returned

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19384 Issue ID: 19384 Summary: Address of stack temporary is returned Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW Severity: critical

[Issue 19386] Destructor not called when constructed inside if condition, leading to memory leak

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19386 --- Comment #1 from Jesse Bruce --- Moving object creation outside of the if statement works as intended. struct Thing { this(int* i) { ptr = i; (*ptr)++; } ~this() { (*ptr)--; } T opCast(T:bool)() { return false; } int* ptr; }

[Issue 19386] New: Destructor not called when constructed inside if condition, leading to memory leak

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19386 Issue ID: 19386 Summary: Destructor not called when constructed inside if condition, leading to memory leak Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 19373] can't link dmd on macOS

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19373 Nicholas Wilson changed: What|Removed |Added CC||iamthewilsona...@hotmail.co

[Issue 19373] can't link dmd on macOS

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19373 --- Comment #4 from Nicholas Wilson --- My list of missing symbols is much shorter though: Undefined symbols for architecture x86_64: "movregconst(CodeBuilder&, unsigned int, unsigned long long, unsigned int)", referenced from:

[Issue 19246] Binary literal `0b_` allowed

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19246 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/cc0fc1260a90afe4a68d2555986e9c529c19945f update spec for issue 19246 --

[Issue 19381] New: capture pointer in nested function should not be called "this"

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19381 Issue ID: 19381 Summary: capture pointer in nested function should not be called "this" Product: D Version: D2 Hardware: All OS: Windows Status: NEW

[Issue 19381] capture pointer in nested function should not be called "this"

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19381 Rainer Schuetze changed: What|Removed |Added Keywords||pull --- Comment #1 from Rainer Schuetze

[Issue 19373] can't link dmd on macOS

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19373 --- Comment #5 from Nicholas Wilson --- ... and it works now. I suspect it is related to the recent backend changes. Make sure you run make -f posix.mak clean and try again with git master. --

[Issue 18786] AV program detects malware in windows download of DMD

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18786 --- Comment #13 from Alexey Kulentsov --- Created attachment 1716 --> https://issues.dlang.org/attachment.cgi?id=1716=edit Compiled utility rejected by Windows Defender in corporate network --

[Issue 18786] AV program detects malware in windows download of DMD

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18786 --- Comment #14 from Alexey Kulentsov --- (In reply to Martin Nowak from comment #11) > We're actually signining Windows binaries since 2.082.0 and didn't have any > further Defender issues after also submitting dmd for inspection. I am in the

[Issue 19381] capture pointer in nested function should not be called "this"

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19381 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 19381] capture pointer in nested function should not be called "this"

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19381 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/7950336bbf810c62b2d3b3c75a3d48c94042c64f fix issue 19381 - capture pointer in nested function should

[Issue 19382] New: generated dmd should not be the default compiler used to build the tools

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19382 Issue ID: 19382 Summary: generated dmd should not be the default compiler used to build the tools Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 19382] generated dmd should not be the default compiler used to build the tools

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19382 --- Comment #1 from Basile B. --- it's rather that by default it doesn't work when there's no generated dmd from the tools repository. --

[Issue 19383] New: AA insertion is not exception-safe

2018-11-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19383 Issue ID: 19383 Summary: AA insertion is not exception-safe Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1