[Issue 1918] __traits(getVirtualFunctions) returns final functions

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1918 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 1918] __traits(getVirtualFunctions) returns final functions

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1918 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 1918] __traits(getVirtualFunctions) returns final functions

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1918 --- Comment #7 from github-bugzi...@puremagic.com 2012-01-22 00:36:01 PST --- Commit pushed to https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/adb62254d26ab0b29f543f2562a55b331f4ef297 fix

[Issue 1918] __traits(getVirtualFunctions) returns final functions

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1918 --- Comment #8 from github-bugzi...@puremagic.com 2012-01-22 00:43:05 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 1918] __traits(getVirtualFunctions) returns final functions

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1918 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 1943] Templates can't take function pointer parameters

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1943 --- Comment #2 from github-bugzi...@puremagic.com 2012-01-22 01:03:33 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 1943] Templates can't take function pointer parameters

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1943 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2025] Inconsistent rules for instantiating templates with a tuple parameter

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2025 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 2028] Can't create template class in module of same name

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2028 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2640] Improve usability of the inner name trick

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2640 d...@dawgfoto.de changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4675] [tdpl] Eponymous Template should hide internal names

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4675 --- Comment #7 from d...@dawgfoto.de 2012-01-22 01:37:35 PST --- *** Issue 2640 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 2106] export class doesn't affect, what is exported

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2106 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Keywords|spec| --- Comment

[Issue 2179] [module] import inside class works but is not in spec

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2179 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2299] the ABI documentation for registry convention does not include IA-64 platform

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2299 --- Comment #3 from Walter Bright bugzi...@digitalmars.com 2012-01-22 02:38:49 PST --- Some improvements to the ABI page: https://github.com/D-Programming-Language/d-programming-language.org/commit/128f6bd7a4e8879a510d2364a96f2731375bc6f4 --

[Issue 2201] Doc/Behavior Discrepancy: EndOfLine in string turns to \n or system-specific?

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2201 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 4596] [tdpl] Rebinding *this* in class method compiles

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4596 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2012-01-22 05:10:14 PST --- (In reply to comment #2) This also seems a dup of Issue 780, so that should be closed when that pull is merged. Bug 780 is marked as D1 issue. And my patch

[Issue 6185] UFCS doesn't work with function imports

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2012-01-22 05:30:13 PST --- Before 2.053, foo.toUTF16z is rewritten to toUTF16(foo); After 2.054, it is rewitten to .toUTF16(foo); Therefore current D2 requires module level function for UFCS.

[Issue 7343] hole in the type system: inout function call compiles but shouldn't

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7343 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7342] Structs don't call the right opEquals on contained arrays

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7342 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3789] Structs members that require non-bitwise comparison not correctly compared

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3789 --- Comment #14 from Kenji Hara k.hara...@gmail.com 2012-01-22 05:39:37 PST --- *** Issue 7342 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 2483] DMD allows assignment to a scope variable

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2483 Denis verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 4214] Rebinding of scoped class references

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4214 Denis verylonglogin@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2483] DMD allows assignment to a scope variable

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2483 Denis verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 6931] scope parameter storage class not checked at all

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6931 Denis verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 6931] scope parameter storage class not checked at all

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6931 --- Comment #2 from Trass3r mrmoc...@gmx.de 2012-01-22 16:02:54 CET --- This report is about scope as a parameter storage class! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 6185] UFCS doesn't work with function imports

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 --- Comment #3 from bearophile_h...@eml.cc 2012-01-22 07:07:32 PST --- (In reply to comment #2) Before 2.053, foo.toUTF16z is rewritten to toUTF16(foo); After 2.054, it is rewitten to .toUTF16(foo); What's bad in rewriting it as

[Issue 3028] The D 1.0 Ubuntu .deb file is completely broken

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3028 --- Comment #5 from Alexander A. Prokhorov prok...@gmail.com 2012-01-22 07:33:31 PST --- Downloaded latest ubuntu .deb package, installed, looks like it works fine. At least hello_world.d compiles fine. Thanks. Environment: $ uname -a Linux

[Issue 6185] UFCS doesn't work with function imports

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2012-01-22 08:07:51 PST --- (In reply to comment #3) (In reply to comment #2) Before 2.053, foo.toUTF16z is rewritten to toUTF16(foo); After 2.054, it is rewitten to .toUTF16(foo);

[Issue 7296] [2.058] Regression: Cannot swap RefCounted

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7296 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Target Milestone|2.058 |--- Andrei

[Issue 6185] UFCS doesn't work with function imports

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 --- Comment #5 from bearophile_h...@eml.cc 2012-01-22 09:05:49 PST --- (In reply to comment #4) Ah, sorry, it is my mistake. Replace 'toUTF16' to 'toUTF16z'. What's bad in rewriting it as toUTF16z(foo)? -- Configure issuemail:

[Issue 7347] New: scope storage class destruction allocation issues

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7347 Summary: scope storage class destruction allocation issues Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 6931] scope parameter storage class not checked at all

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6931 --- Comment #3 from Denis verylonglogin@gmail.com 2012-01-22 20:19:58 MSK --- Oh, sorry for the unrelated comment. Created Issue 7347 for that. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 5278] gentoo's 'hardended' gcc doesn't work with dmd

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5278 --- Comment #24 from Chad Joan chadj...@gmail.com 2012-01-22 09:41:55 PST --- (In reply to comment #22) Additional info: I can get basic stack traces now. Yay! And I don't have to use paxctl -m anymore. Also yay!

[Issue 5926] D2 shows empty command line on Windows 98 SE

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5926 --- Comment #16 from Denis verylonglogin@gmail.com 2012-01-22 20:40:18 MSK --- Personally I would vote for marking Windows prior to 2000 as unsupported because this support doesn't worth making druntime/Phobos more complicated. Phobos

[Issue 7348] New: to!string(null) matches more than one template declaration

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7348 Summary: to!string(null) matches more than one template declaration Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: trivial

[Issue 3028] The D 1.0 Ubuntu .deb file is completely broken

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3028 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2106] export class doesn't affect, what is exported

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2106 --- Comment #4 from github-bugzi...@puremagic.com 2012-01-22 10:15:21 PST --- Commit pushed to https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/34d31ba9e6267ac97cc8081ac4729076e4ca7bc5 fix

[Issue 2106] export class doesn't affect, what is exported

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2106 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2106] export class doesn't affect, what is exported

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2106 --- Comment #5 from github-bugzi...@puremagic.com 2012-01-22 10:15:35 PST --- Commit pushed to https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/2b627769522256f983b0fadca1e964752c6a2909 fix

[Issue 2201] Doc/Behavior Discrepancy: EndOfLine in string turns to \n or system-specific?

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2201 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Keywords|spec|

[Issue 2201] Doc/Behavior Discrepancy: EndOfLine in string turns to \n or system-specific?

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2201 Stewart Gordon s...@iname.com changed: What|Removed |Added Keywords||wrong-code --- Comment

[Issue 7349] New: assert(0) in class destructor - bad (or incorrect) error

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7349 Summary: assert(0) in class destructor - bad (or incorrect) error Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 2351] enum with no members allowed

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2351 --- Comment #6 from github-bugzi...@puremagic.com 2012-01-22 11:50:39 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 2351] enum with no members allowed

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2351 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3886] Bad example of definition file for DLLs

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3886 --- Comment #1 from github-bugzi...@puremagic.com 2012-01-22 12:01:12 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 3886] Bad example of definition file for DLLs

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3886 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3906] Undefined struct and union declarations are not documented

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3906 --- Comment #1 from github-bugzi...@puremagic.com 2012-01-22 12:31:23 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 3906] Undefined struct and union declarations are not documented

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3906 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3777] size_t is undefined

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3777 --- Comment #1 from github-bugzi...@puremagic.com 2012-01-22 12:53:54 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 3783] Text inconsistent with EscapeSequence rules

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3783 --- Comment #2 from github-bugzi...@puremagic.com 2012-01-22 13:23:54 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 3787] clarification: assigment to 'this'

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3787 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3787] clarification: assigment to 'this'

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3787 --- Comment #4 from github-bugzi...@puremagic.com 2012-01-22 13:35:35 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 780] The assignment of 'this' is allowed

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=780 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Platform|x86 |All

[Issue 2358] offsetof inconsistent between structs and classes

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2358 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2382] spec is not clear on what is allowed as global/static initializers

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2382 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 2382] spec is not clear on what is allowed as global/static initializers

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2382 --- Comment #2 from github-bugzi...@puremagic.com 2012-01-22 14:45:31 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 2382] spec is not clear on what is allowed as global/static initializers

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2382 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3438] constructor with defaulted parameters ignored

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3438 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 2387] Static array terminology

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2387 --- Comment #1 from github-bugzi...@puremagic.com 2012-01-22 16:36:08 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 2387] Static array terminology

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2387 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2388] type of NaN given by real.nan not specified

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2388 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 2395] spec does not document struct forward declarations (declaring opaque struct type)

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2395 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2417] [module] protected base member is not available via base handle in a derived class if it is defined in a separate module

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2417 --- Comment #13 from github-bugzi...@puremagic.com 2012-01-22 16:46:02 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 2417] [module] protected base member is not available via base handle in a derived class if it is defined in a separate module

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2417 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7348] to!string(null) matches more than one template declaration

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7348 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 2445] D2 std.demangle example doesn't compile

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2445 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Keywords|spec|

[Issue 5278] gentoo's 'hardended' gcc doesn't work with dmd

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5278 d...@dawgfoto.de changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7350] New: Improve error message on access to non-existent enum field

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7350 Summary: Improve error message on access to non-existent enum field Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 7350] Improve error message on access to non-existent enum field

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7350 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 2486] taking address of slice rvalue is valid

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2486 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Keywords|spec|

[Issue 2494] describe explicit casting of arrays

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2494 --- Comment #3 from github-bugzi...@puremagic.com 2012-01-22 20:14:07 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 2494] describe explicit casting of arrays

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2494 --- Comment #4 from github-bugzi...@puremagic.com 2012-01-22 20:28:02 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 2494] describe explicit casting of arrays

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2494 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2495] const syntax for member functions needs better description

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2495 --- Comment #1 from github-bugzi...@puremagic.com 2012-01-22 20:53:31 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 2495] const syntax for member functions needs better description

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2495 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2497] delete and null relationship needs more details

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2497 --- Comment #5 from github-bugzi...@puremagic.com 2012-01-22 21:03:54 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 2497] delete and null relationship needs more details

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2497 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2505] Inline Assembly: Getting offset of a label

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2505 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 2522] Combining two types

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2522 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2524] final override inconsistent when implementing interfaces

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2524 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 2524] final override inconsistent when implementing interfaces

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2524 --- Comment #16 from github-bugzi...@puremagic.com 2012-01-22 21:57:09 PST --- Commit pushed to https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/f595bde35576dd0165dd0e0964d478c7db31955a fix

[Issue 2524] final override inconsistent when implementing interfaces

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2524 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2543] foreach's index behaves differently for every type

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2543 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 2554] spec for pragma(lib, ...) doesn't say it's only legal as declaration

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2554 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2632] Setting length on invalid arrays causes assertion failure with a debug runtime

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2632 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2639] Hex and octal string values not completely specified

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2639 --- Comment #3 from github-bugzi...@puremagic.com 2012-01-22 22:21:26 PST --- Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

[Issue 2639] Hex and octal string values not completely specified

2012-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2639 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED