[Issue 19188] Dub detects wrong(ish) platform on aarch64 systems

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19188 elpenguin...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 19188] Dub detects wrong(ish) platform on aarch64 systems

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19188 --- Comment #1 from elpenguin...@gmail.com --- er, I guess this should have been filed on github instead. my bad --

[Issue 19188] New: Dub detects wrong(ish) platform on aarch64 systems

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19188 Issue ID: 19188 Summary: Dub detects wrong(ish) platform on aarch64 systems Product: D Version: D2 Hardware: Other OS: All Status: NEW Severity: trivial

[Issue 19187] __traits(compiles) segfaults on access to partially undefined overload set from import

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19187 --- Comment #1 from FeepingCreature --- https://github.com/dlang/dmd/pull/8613 pr up --

[Issue 19187] __traits(compiles) segfaults on access to partially undefined overload set from import

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19187 FeepingCreature changed: What|Removed |Added Severity|enhancement |normal --

[Issue 19187] New: __traits(compiles) segfaults on access to partially undefined overload set from import

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19187 Issue ID: 19187 Summary: __traits(compiles) segfaults on access to partially undefined overload set from import Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 16396] Octal value 08 should result in error

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

[Issue 19059] Invalid integer literal 08 and 09 allowed

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19059 --- Comment #9 from Steven Schveighoffer --- *** Issue 16396 has been marked as a duplicate of this issue. *** --

[Issue 16396] Octal value 08 should result in error

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16396 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #1

[Issue 15732] std.function partial does not work with function / delegate references

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15732 ZombineDev changed: What|Removed |Added CC||petar.p.ki...@gmail.com --- Comment #3 from

[Issue 19084] Symbol not resolved in string mixin in template struct

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19084 --- Comment #3 from Jonathan Marler --- struct Bar(T) { mixin("T foo;"); } T in this case is not a "symbol name string", it is an alias to a symbol. But don't be confused, you can't actually create T with an alias, meaning `alias T = Foo`

[Issue 19176] Dmd crashes because of __traits(getUnitTests)

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19176 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/5eab3c11e253c97061f7f37e9507ff4bb2a9bd35 Fix Issue 19176 - Dmd crashes because of

[Issue 19176] Dmd crashes because of __traits(getUnitTests)

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

[Issue 7444] Require [] for array copies too

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7444 Peter Alexander changed: What|Removed |Added CC||peter.alexander...@gmail.co

[Issue 19186] New: interfaceToC.html should mention linkage procedure

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19186 Issue ID: 19186 Summary: interfaceToC.html should mention linkage procedure Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 19087] `final switch` cannot be used in -betterC

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19087 Mike Franklin changed: What|Removed |Added Keywords||betterC --

[Issue 19087] `final switch` cannot be used in -betterC

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19087 Mike Franklin changed: What|Removed |Added Keywords||pull --- Comment #5 from Mike Franklin ---

[Issue 19084] Symbol not resolved in string mixin in template struct

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19084 --- Comment #2 from anonymous4 --- You can reference the symbol directly: import std.format : format; struct Bar(T) { mixin("T foo;"); } unittest { struct Foo { } Bar!Foo bar; } --

[Issue 18068] No file names and line numbers in stack trace

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 --- Comment #13 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/4ffb551929eae45bb80fc14f8a12aa6348f65fc0 Fix Issue 18068 - No file names and line numbers

[Issue 18068] No file names and line numbers in stack trace

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