[Issue 19056] UDAs can be added to imports but not retrieved

2018-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19056 --- Comment #3 from Smaulder --- should not be an error* --

[Issue 19056] UDAs can be added to imports but not retrieved

2018-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19056 Smaulder changed: What|Removed |Added CC||smauldersa...@gmail.com --- Comment #2 from

[Issue 19057] 2.079 changelog variadic template and default arguments

2018-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19057 --- Comment #14 from Jonathan M Davis --- The current behavior works well with default arguments, because then they never get accidentally matched, whereas IFTI is allowed to match arguments against them, then it becomes trivial to match them

[Issue 19070] New: Invalid octal literals `01` through `07` allowed

2018-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19070 Issue ID: 19070 Summary: Invalid octal literals `01` through `07` allowed Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: trivial

[Issue 19059] Invalid integer literal 08 and 09 allowed

2018-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19059 --- Comment #7 from Hiroki Noda --- I created another issue for invalid octal literals `01` through `07`. https://issues.dlang.org/show_bug.cgi?id=19070 --

[Issue 14854] @disable this inconsistent between structs and classes

2018-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14854 --- Comment #2 from Jonathan M Davis --- My suggestion is to make it an error when @disable is used on a function with a body - just like happens right now when you do it with @disable this() {} on a struct. I can't think of any reason why this

[Issue 19050] Running the DMD test suite with a compiler compiled in debug mode fails due to invalid characters, -

2018-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19050 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/9d0862343a5ceea2e63be12a29b8a525428f093b Fix Issue 19050 - Fix invalid characters in mangling Running

[Issue 19050] Running the DMD test suite with a compiler compiled in debug mode fails due to invalid characters, -

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

[Issue 14854] @disable this inconsistent between structs and classes

2018-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14854 Tiberiu Lepadatu changed: What|Removed |Added CC||tiberiulepadat...@gmail.com --- Comment