[Issue 18026] Stack overflow in ddmd/dtemplate.d:6241, TemplateInstance::needsCodegen()

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18026 --- Comment #9 from JR --- To update, I did a new dustmite run and managed to produce something that segfaults on all my machines running dmd 2.080, ldc 1.7.0 and 1.9.0. This includes local Windows, but also CircleCI and Travis. dscanner --sloc

[Issue 15361] Incomprehensible error message: function declaration without return type.

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15361 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 14099] Promote DPaste (dpaste.dzfl.pl) to run.dlang.org

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14099 --- Comment #12 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/b2f779912123e6cc5593d954e5619b2874652143 Fix Issue 14099 - Promote run.dlang.io to

[Issue 15360] typeof is not a template argument

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15360 --- Comment #2 from RazvanN --- PR: https://github.com/dlang/dmd/pull/8345 --

[Issue 18959] [Change Log: 2.079.0] substitute was added in std.algorithm.iteration but the changelog points to std.algorithm.searching

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18959 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/f05f3833983e780d7a59d15b579eb5b46b9c5264 Fix Issue 18959 - [Change Log: 2.079.0]

[Issue 15360] typeof is not a template argument

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15360 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from

[Issue 15361] Incomprehensible error message: function declaration without return type.

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15361 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from

[Issue 18959] [Change Log: 2.079.0] substitute was added in std.algorithm.iteration but the changelog points to std.algorithm.searching

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18959 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #1 from Seb ---

[Issue 18951] package static method masked by public static method in class

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18951 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/3c8788053d0fab4195ad442df184ddfc33065f1a Fix Issue 18951. When selecting the "most-visible" overload

[Issue 18951] package static method masked by public static method in class

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

[Issue 18959] New: [Change Log: 2.079.0] substitute was added in std.algorithm.iteration but the changelog points to std.algorithm.searching

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18959 Issue ID: 18959 Summary: [Change Log: 2.079.0] substitute was added in std.algorithm.iteration but the changelog points to std.algorithm.searching Product: D Version:

[Issue 18471] std.experimental.checkedint.Checked doesn't check on assignment or construction

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18471 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #1 from Seb ---

[Issue 18675] std.experimental.checkedint.Checked has opEquals but no toHash

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18675 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #3 from Seb ---

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

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

[Issue 18957] extern(C++) doesn't mangle 'std' correctly on posix systems

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18957 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/4b17e0b1a08b161fb69b3c68dc7b468749181264 Fix issue 18957 - extern(C++) doesn't mangle 'std' correctly

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 --- Comment #11 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/cce909b19a1e6b03a182d2a1d488841e2cc64b53 Merge pull request #8341 from TurkeyMan/mangle_std Fix issue

[Issue 18957] extern(C++) doesn't mangle 'std' correctly on posix systems

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18957 github-bugzi...@puremagic.com changed: What|Removed |Added Resolution|DUPLICATE |FIXED --

[Issue 18958] extern(C++) wchar, dchar mangling not correct

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18958 Manu changed: What|Removed |Added Keywords||C++ Hardware|x86

[Issue 18958] New: extern(C++) wchar, dchar mangling not correct

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18958 Issue ID: 18958 Summary: extern(C++) wchar, dchar mangling not correct Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 Mathias LANG changed: What|Removed |Added CC||turkey...@gmail.com --- Comment #10 from

[Issue 18957] extern(C++) doesn't mangle 'std' correctly on posix systems

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18957 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|