[Issue 6704] CommaExpression as an IfCondition

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6704 --- Comment #1 from github-bugzi...@puremagic.com 2012-01-21 00:17:09 PST --- Commit pushed to https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5aa2b7af90b9625f4ed8c8bde8d43ff6c44760d1 fix

[Issue 6704] CommaExpression as an IfCondition

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

[Issue 6712] .init wrong when multiple functions declare the same typedef

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

[Issue 6831] mangled name over 128 characters becomes unreadable

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

[Issue 6839] documentation for opAssign incorrect

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

[Issue 6839] documentation for opAssign incorrect

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

[Issue 6024] Windows 2000 SP4 is not supported any more? And what is still supported?

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6024 --- Comment #12 from Vladimir Panteleev thecybersha...@gmail.com 2012-01-21 00:56:37 PST --- (In reply to comment #11) Can calling RtlCaptureContext simply be bypassed if the program is running on Win2K? RtlCaptureContext is non-essential

[Issue 6948] Possible bug in compiler or documentation regarding signature of opCmp()

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

[Issue 6975] Class documentation page rendered incorrectly

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

[Issue 6987] The Memory Management documentation incorrectly claims arrays are passed by reference.

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

[Issue 7066] You can redefine .init and .stringof without error

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

[Issue 7096] statement.html - content does not belong to main column

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

[Issue 7137] Fresh git clone fails to build

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

[Issue 7180] Documentation bug of Const and Invariant Structs

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

[Issue 1382] memory allocated for arrays in CTFE functions during compilation is not released

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1382 Don clugd...@yahoo.com.au changed: What|Removed |Added Target Milestone|2.059 |--- --- Comment #9 from

[Issue 7238] Windows installer doesn't install dmd 2.057

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

[Issue 7333] interfaceToC should mention __gshared

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

[Issue 6998] std.container.Array destroys class instances

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6998 --- Comment #1 from Nils mailm...@nilsb.dyndns.org 2012-01-21 01:34:19 PST --- This happens: Array!T.Payload's destructor does --- foreach (ref e; _payload) .clear(e); --- where .clear is object.clear: --- void clear(T)(T obj) if (is(T ==

[Issue 7332] interfaceToC should mention std.bitmanip.bitfields

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

[Issue 516] Mutually calling constructors allowed

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

[Issue 7238] Windows installer doesn't install dmd 2.057

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7238 --- Comment #2 from f-morozov f-moro...@ya.ru 2012-01-21 05:43:04 PST --- dmd.2.057.zip download finishes very soon and there is no dmd2 folder after installation. Tried it on two computers with Windows XP. If I download dmd2 manually

[Issue 7334] New: autogenerated CTOR don't check invariant

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7334 Summary: autogenerated CTOR don't check invariant Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 7335] New: sometimes the OUT - block have undefined class members-acces

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7335 Summary: sometimes the OUT - block have undefined class members-acces Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity:

[Issue 6441] Downloads Tools section is impossible to reach

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

[Issue 7336] New: Sometimes OUT-Block dont have correct acces to method-parameter

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7336 Summary: Sometimes OUT-Block dont have correct acces to method-parameter Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity:

[Issue 7337] New: subclasses without invariants don't check basisclass invariant after method

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7337 Summary: subclasses without invariants don't check basisclass invariant after method Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW

[Issue 6441] Downloads Tools section is impossible to reach

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6441 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1521] Ambiguous documentation

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

[Issue 1521] Ambiguous documentation

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

[Issue 7338] New: Non-blocking socket.accept() behavior differs on platforms

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7338 Summary: Non-blocking socket.accept() behavior differs on platforms Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 671] Class initialization should not call opAssign

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

[Issue 502] reimplementing methods for interface

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

[Issue 664] is(func T == function) ignores variadic arguments

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

[Issue 678] Compiler accepts, for a function T[] t(), t().ptr but not t.ptr

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

[Issue 678] Compiler accepts, for a function T[] t(), t().ptr but not t.ptr

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

[Issue 918] (D1 only): Template order matter, version block change something with typedef, and another template bug.

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

[Issue 648] DDoc: unable to document mixin statement

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=648 Jonas Drewsen jdrew...@gmail.com changed: What|Removed |Added CC||jdrew...@gmail.com

[Issue 7339] New: [2.058] std.string.indexOf doesn't instantiate with inlining

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7339 Summary: [2.058] std.string.indexOf doesn't instantiate with inlining Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 5666] std.array.replace compile error (string and immutable string)

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5666 --- Comment #7 from Rainer Schuetze r.sagita...@gmx.de 2012-01-21 13:47:12 PST --- All of the test cases work with current git-head, but the last. I am not sure if it isn't a restriction of join to not allow mixing modifiers. I wonder why

[Issue 3657] No lexical scope for local variables in debug info

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3657 --- Comment #7 from Rainer Schuetze r.sagita...@gmx.de 2012-01-21 13:49:51 PST --- So I guess we are kind of stuck. Is it really much worse than all the temporaries generated as local variables by dmd? Do you see another possibility to pass

[Issue 949] Wrong spec/compiler behaviour for Strings, Integers and Floats

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

[Issue 949] Wrong spec/compiler behaviour for Strings, Integers and Floats

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

[Issue 3657] No lexical scope for local variables in debug info

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3657 --- Comment #8 from Walter Bright bugzi...@digitalmars.com 2012-01-21 13:56:03 PST --- Maybe we should defer this then until the linker can be improved. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 648] DDoc: unable to document mixin statement

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=648 --- Comment #3 from Jonas Drewsen jdrew...@gmail.com 2012-01-21 14:18:42 PST --- https://github.com/D-Programming-Language/dmd/pull/634 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 7216] [CTFE] Can't call struct member function using pointer field

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7216 --- Comment #1 from github-bugzi...@puremagic.com 2012-01-21 15:02:31 PST --- Commit pushed to https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/89c71d8d8e0355167fc24dc671e6aa9b385a565a Merge

[Issue 7277] [CTFE ICE] Assertion failure: 'thisval' on line 1690 in file 'interpret.c'

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7277 --- Comment #1 from github-bugzi...@puremagic.com 2012-01-21 15:02:43 PST --- Commit pushed to https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/89c71d8d8e0355167fc24dc671e6aa9b385a565a Merge

[Issue 5614] version(Win32) vs version(Windows) in Phobos

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5614 --- Comment #1 from Richard Webb we...@beardmouse.org.uk 2012-01-21 15:02:39 PST --- https://github.com/D-Programming-Language/phobos/commit/817cb171a96084595544af120e9cf83748b73620 -- Configure issuemail:

[Issue 5614] version(Win32) vs version(Windows) in Phobos

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5614 Richard Webb we...@beardmouse.org.uk changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7340] New: inout not resolved for default parameters

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7340 Summary: inout not resolved for default parameters Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 7341] New: writefln of strings array with size formatting

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7341 Summary: writefln of strings array with size formatting Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 6209] -L\implib and -H generation should follow -od flag

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6209 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7342] New: structs don't call the right opEquals on contained arrays

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7342 Summary: structs don't call the right opEquals on contained arrays Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: major

[Issue 7216] [CTFE] Can't call struct member function using pointer field

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

[Issue 7277] [CTFE ICE] Assertion failure: 'thisval' on line 1690 in file 'interpret.c'

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

[Issue 5408] Calling GC.malloc inside a unittest with a flag of 1 results in an access violation.

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5408 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 6321] stack overflow error while compiling with DMD

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6321 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1273] final-const-invariant.html html errors

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

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

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4596 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-01-21 16:57:35 PST --- This also seems a dup of Issue 780, so that should be closed when that pull is merged. -- Configure issuemail:

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

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7343 Summary: hole in the type system: inout function call compiles but shouldn't Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 955] Passing arguments into functions - in, out, inout, const, and contracts

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

[Issue 955] Passing arguments into functions - in, out, inout, const, and contracts

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

[Issue 7334] autogenerated CTOR don't check invariant

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7334 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 519] Invariant not called from autogenerated constructor

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=519 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||dev...@mnet-mail.de ---

[Issue 4702] Long Postfix not working with cross-module overloading

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4702 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-01-21 17:53:28 PST --- I think what's going on is DMD figures out the literal can fit into an int and does the optimization where it converts it into an int behind the scenes.

[Issue 3941] quirks of overloading function templates complicate the new operator overloading

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3941 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3177] constrained template reverse operator overload prohibits use of non-reverse overloads

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3177 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2281] documentation still says can't overload self assignment for struct (opassign)s

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2281 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5893] Allow simple aliases for operator overloading

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5893 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 4573] [tdpl] Specialized functions conflict with generic function

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4573 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2972] [tdpl] Can't overload non-templated function against template

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2972 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 5114] Too many error messages with main(;

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5114 --- Comment #2 from bearophile_h...@eml.cc 2012-01-21 18:21:23 PST --- After the latest DMD updates (minutes ago), the program now gives me: test.d(2): expression expected, not ';' test.d(3): found '}' when expecting ',' test.d(3): found

[Issue 2972] [tdpl] Can't overload non-templated function against template

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2972 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1528] [tdpl] overloading template and non-template functions

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1528 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 5893] Allow simple aliases for operator overloading

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5893 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #2

[Issue 5614] version(Win32) vs version(Windows) in Phobos

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5614 --- Comment #2 from github-bugzi...@puremagic.com 2012-01-21 18:38:47 PST --- Commit pushed to https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/e192d0c02248edf05ad9b840666382d5f81dae79

[Issue 5614] version(Win32) vs version(Windows) in Phobos

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

[Issue 5305] intrinsic functions have @safe stripped of them in release mode.

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

[Issue 7344] New: Function-as-array-method doesn't work with local imports

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7344 Summary: Function-as-array-method doesn't work with local imports Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords:

[Issue 7344] Function-as-array-method doesn't work with local imports

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7344 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 7344] Function-as-array-method doesn't work with local imports

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7344 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

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

[Issue 5306] Disallow foreach ref on numeric interval

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5306 --- Comment #3 from bearophile_h...@eml.cc 2012-01-21 19:43:09 PST --- I don't agree much. A thread: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.Darticle_id=155816 -- Configure issuemail:

[Issue 1348] offTi property of TypeInfo return empty array.

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

[Issue 1500] Template Arguments, Aliases, or Typedefs Generate Error when used inside inline ASM blocks

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

[Issue 1552] DLL writing instructions do not mention _moduleDtor()

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

[Issue 2152] Parentheses usage inconsistency.

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

[Issue 1563] dynamic cast is not always performed

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

[Issue 1563] dynamic cast is not always performed

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

[Issue 1570] Wrong return for address operator

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

[Issue 7346] New: interfaceToC.html doesn't mention htomodule.html

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7346 Summary: interfaceToC.html doesn't mention htomodule.html Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 1570] Wrong return for address operator

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

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

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

[Issue 1818] storage class in type tuples is discarded for function and delegate declarations

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

[Issue 5114] Too many error messages with main(;

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

[Issue 1918] __traits(getVirtualFunctions) returns final functions

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

[Issue 1918] __traits(getVirtualFunctions) returns final functions

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

[Issue 1918] __traits(getVirtualFunctions) returns final functions

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1918 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|RESOLVED|REOPENED

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

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5278 --- Comment #22 from d...@dawgfoto.de 2012-01-21 22:50:46 PST --- What's linker flags are passed by gcc if you use --export-dynamic vs. not using it? dmd -c main -- gcc main.o -o main -m32 -Xlinker

[Issue 1918] __traits(getVirtualFunctions) returns final functions

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1918 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Severity|normal

[Issue 7327] Nested overload sets are not resolved correctly

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7327 --- Comment #1 from d...@dawgfoto.de 2012-01-21 23:21:41 PST --- Follow up of: http://d.puremagic.com/issues/show_bug.cgi?id=7131 Github Pull: https://github.com/D-Programming-Language/dmd/pull/635 -- Configure issuemail:

  1   2   >