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 would
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 t
https://issues.dlang.org/show_bug.cgi?id=19050
github-bugzi...@puremagic.com changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
https://issues.dlang.org/show_bug.cgi?id=14854
Tiberiu Lepadatu changed:
What|Removed |Added
CC||tiberiulepadat...@gmail.com
--- Comment #
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
--
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
P
https://issues.dlang.org/show_bug.cgi?id=19056
--- Comment #3 from Smaulder ---
should not be an error*
--
https://issues.dlang.org/show_bug.cgi?id=19056
Smaulder changed:
What|Removed |Added
CC||smauldersa...@gmail.com
--- Comment #2 from Smaul
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 acciden