[Issue 17684] [REG 2.062] `static alias this` bug or incomplete implementation?

2017-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17684 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/3fcf20a69f8f63df74e88bcde5e22d55721a1b68 Fix Issue 17684 - [REG 2.062] static alias this (Part 4) http

[Issue 17307] [REG2.072.0][ICE] TypeBasic::implicitConvTo: After error "anonymous struct can only be a part of an aggregate"

2017-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17307 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/0cd20c350681eee7e94483564d86f37a1d3d0b85 Fix Issue 17307 - [REG2.072.0][ICE] TypeBasic::implicitConvTo:

[Issue 17893] [REG 2.076.1] contract in templatized final class require nothrow

2017-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17893 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/185fa004c8292214371b841b8f4fd2c5a6dfa2b8 Merge pull request #7208 from ibuclaw/issue17893 --

[Issue 17902] FreeBSD 10.3: LocalTime().stdName is null and the assert at line 28248 fails.

2017-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17902 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17902] New: FreeBSD 10.3: LocalTime().stdName is null and the assert at line 28248 fails.

2017-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17902 Issue ID: 17902 Summary: FreeBSD 10.3: LocalTime().stdName is null and the assert at line 28248 fails. Product: D Version: D2 Hardware: x86_64 OS: FreeBSD

[Issue 17901] New: FreeBSD 10.3: AssertError@std/experimental/allocator/building_blocks/region.d(652)

2017-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17901 Issue ID: 17901 Summary: FreeBSD 10.3: AssertError@std/experimental/allocator/building_blocks /region.d(652) Product: D Version: D2 Hardware: All

[Issue 17900] FreeBSD 10.3 runnable/cpp_abi_tests.d(94): Assertion failure (test suite)

2017-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17900 Walter Bright changed: What|Removed |Added Keywords||C++ --

[Issue 17900] New: FreeBSD 10.3 runnable/cpp_abi_tests.d(94): Assertion failure (test suite)

2017-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17900 Issue ID: 17900 Summary: FreeBSD 10.3 runnable/cpp_abi_tests.d(94): Assertion failure (test suite) Product: D Version: D2 Hardware: All OS: FreeBSD St

[Issue 17684] [REG 2.062] `static alias this` bug or incomplete implementation?

2017-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17684 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/3fcf20a69f8f63df74e88bcde5e22d55721a1b68 Fix Issue 17684 - [REG 2.062] static alias this (Part 4) http

[Issue 11847] sub-pkg not available as qualified name

2017-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11847 Martin Nowak changed: What|Removed |Added Summary|Importing "package.d" |sub-pkg not available as |m

[Issue 16013] [REG2.072a] ICE with mutually dependent structs and alias this

2017-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16013 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 16013] [REG2.072a] ICE with mutually dependent structs and alias this

2017-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16013 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/4d798345fb4b28e03acb42abec88366bf55fb4b3 fix Issue 16013 - [REG2.072a] ICE with mutually dependent stru

[Issue 7957] std.functional untuple/untupleReversed too

2017-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7957 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11847] Importing "package.d" module causes qualified name lookup to fail for sub modules

2017-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11847 --- Comment #12 from Martin Nowak --- Weird, only seems to fail for top-level packages, but not for nested `std.pkg` and `std.pkg.mod` cases. --