[Issue 11839] New: std.regex capture group names should allow numbers to be in them

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11839 Summary: std.regex capture group names should allow numbers to be in them Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: nor

[Issue 11837] String literals should convert to const(void)*

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11837 yebblies changed: What|Removed |Added Keywords||pull --- Comment #5 from yebblies 2013-1

[Issue 11831] std.zip no longer allows setting madeVersion field in zip file

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11831 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11837] String literals should convert to const(void)*

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11837 --- Comment #4 from yebblies 2013-12-29 14:53:09 EST --- (In reply to comment #3) > (In reply to comment #2) > > Code like this will compile: > > > > memcmp(ptr, "abc", 3); > > What's wrong with `memcmp(ptr, "abc".ptr, 3)`? > Adding .ptr

[Issue 11447] Closure provide bogus values

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11447 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment

[Issue 11850] [ICE] Problem with filter with signed-unsigned array comparison

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11850 Kenji Hara changed: What|Removed |Added Keywords||ice, pull Platform|x86

[Issue 11874] New: __traits(isPOD) does not check base elem of static arrays

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11874 Summary: __traits(isPOD) does not check base elem of static arrays Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 11874] __traits(isPOD) does not check base elem of static arrays

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11874 Iain Buclaw changed: What|Removed |Added CC||ibuc...@ubuntu.com --- Comment #1 from

[Issue 11883] [feature request] align attribute without value defaults to largest supported alignment.

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11883 --- Comment #5 from Iain Buclaw 2014-01-09 06:27:04 PST --- (In reply to comment #2) > (In reply to comment #1) > > align without an argument will re-set the alignment to default, which may be > > useful in some situations: > > > > - > >

[Issue 11910] Writes to extern (C) struct have no effect

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11910 Jacob Carlborg changed: What|Removed |Added CC||d...@me.com --- Comment #4 from Jac

[Issue 11944] New: ICE(expression.c) Assertion `f' failed.

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11944 Summary: ICE(expression.c) Assertion `f' failed. Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Comp

[Issue 11943] Emit warning for default initialized pointers

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11943 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- C

[Issue 11943] Emit warning for default initialized pointers

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11943 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #1 from ye

[Issue 11941] Errors when appending to aggregate member array in CTFE

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11941 Kenji Hara changed: What|Removed |Added Keywords||pull Version|unspecified

[Issue 11941] Errors when appending to aggregate member array in CTFE

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11941 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11943] Emit warning for default initialized pointers

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11943 --- Comment #3 from Sobirari Muhomori 2014-01-18 10:52:43 PST --- (In reply to comment #2) > 2) Go look at how 3 or 4 recently designed languages already solve this > problem; I like the C# approach, but it uses flow analysis. -- Configur

[Issue 11945] New: LockingTextWriter fails with repeat

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11945 Summary: LockingTextWriter fails with repeat Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Ph

[Issue 11943] Emit warning for default initialized pointers

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11943 --- Comment #4 from Walter Bright 2014-01-18 11:52:33 PST --- > Weren't you against warnings? Not as a path towards deprecation and eventually making it an error. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=em

[Issue 11943] Emit warning for default initialized pointers

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11943 --- Comment #5 from bearophile_h...@eml.cc 2014-01-18 14:57:44 PST --- (In reply to comment #4) > > Weren't you against warnings? > > Not as a path towards deprecation and eventually making it an error. You fuss about even tiny breaking chan

[Issue 11946] New: "need 'this' to access member" when passing field to template parameter

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11946 Summary: "need 'this' to access member" when passing field to template parameter Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywor

[Issue 2220] Linking error with alias mixin params and anonymous methods - take 2

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2220 Marco Leise changed: What|Removed |Added CC||marco.le...@gmx.de --- Comment #1 from

[Issue 2220] Linking error with alias mixin params and anonymous methods - take 2

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2220 Marco Leise changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4485] CT only arrays appear in executable

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4485 Marco Leise changed: What|Removed |Added CC||marco.le...@gmx.de --- Comment #1 from

[Issue 1404] Link failure with template mixin and function literal

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1404 Marco Leise changed: What|Removed |Added CC||h3r3...@mat.uni.torun.pl --- Comment #2

[Issue 1404] Link failure with template mixin and function literal

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1404 Marco Leise changed: What|Removed |Added CC||marco.le...@gmx.de --- Comment #1 from

[Issue 8997] template instances omit symbol that may be used in other modules

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8997 Kenji Hara changed: What|Removed |Added Keywords|patch |link-failure, pull Status|NEW

[Issue 1404] Link failure with template mixin and function literal

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1404 --- Comment #3 from Marco Leise 2014-01-18 17:44:57 PST --- The test case from Issue 2220: // --- template Foo(alias f) { void foo() { f(); } } class Bar { mixin Foo!( function { } ); } void main() {

[Issue 11946] "need 'this' to access member" when passing field to template parameter

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11946 --- Comment #1 from Kenji Hara 2014-01-18 23:45:48 PST --- It's intended behavior introduced by issue 11533. Now, alias parameter is preferred than 'static' attribute _on template_. If you really need the syntax f!x(), you should define func

[Issue 11948] New: Segfault using the word 'function' as function template parameter

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11948 Summary: Segfault using the word 'function' as function template parameter Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity:

[Issue 11947] New: std.typecons.Proxy incorrectly handles variadic member templates

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11947 Summary: std.typecons.Proxy incorrectly handles variadic member templates Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: nor

[Issue 3827] automatic joining of adjacent strings is bad

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3827 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- Co

[Issue 10771] std.typecons.Nullable throws an exception on comparision of null values

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10771 --- Comment #4 from QAston 2014-01-19 05:29:32 PST --- (In reply to comment #3) > (In reply to comment #2) > > (In reply to comment #1) > > > I'm not sure it should. It would blend the notion of *what* the comparison > > > compares. For examp

[Issue 11949] Warning and later deprecation message for usage of delete

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11949 rswhi...@googlemail.com changed: What|Removed |Added CC||rswhi...@googlemail.com ---

[Issue 11949] Warning and later deprecation message for usage of delete

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11949 Stanislav Blinov changed: What|Removed |Added CC||stanislav.bli...@gmail.com --- Co

[Issue 11946] "need 'this' to access member" when passing field to template parameter

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11946 --- Comment #2 from Vladimir Panteleev 2014-01-19 17:20:28 EET --- It still seems like pointless breaking of code. If it really is intentional, then the diagnostic needs to be improved to tell the user how exactly to change their code. Also

[Issue 11949] New: Warning and later deprecation message for usage of delete

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11949 Summary: Warning and later deprecation message for usage of delete Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic

[Issue 11950] New: Weird bracket behavior in delegates

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11950 Summary: Weird bracket behavior in delegates Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Comp

[Issue 11951] New: formattedWrite should take OutputRange should be ref parameter

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11951 Summary: formattedWrite should take OutputRange should be ref parameter Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: norma

[Issue 10453] Allow a hex string as literal for an array of ubytes?

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10453 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5909] Allow implicit conversion of string literal (in particular x"") to immutable(ubyte)[]

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5909 yebblies changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #1 from

[Issue 8554] ddemangle is doing nothing on 64 bit linux

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8554 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Co

[Issue 11944] ICE(expression.c) Assertion `f' failed.

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11944 hst...@quickfur.ath.cx changed: What|Removed |Added Severity|normal |critical --- Comment #1 from

[Issue 11932] alias this and sort produce wrong code

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11932 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- C

[Issue 11932] alias this and sort produce wrong code

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11932 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- C

[Issue 11939] selective imports inside a scope(failure) block cause compiler segfault

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11939 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||ice CC|

[Issue 11948] Segfault using the word 'function' as function template parameter

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11948 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||ice CC|

[Issue 11932] alias this and sort produce wrong code

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11932 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- C

[Issue 11949] Warning and later deprecation message for usage of delete

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11949 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- C

[Issue 11952] New: struct field initialization with postblit causes un-needed destruction

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11952 Summary: struct field initialization with postblit causes un-needed destruction Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 11952] struct field initialization with postblit causes un-needed destruction

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11952 monarchdo...@gmail.com changed: What|Removed |Added Severity|enhancement |normal --- Comment #1 from m

[Issue 11953] New: Uninformative error message on override signature mismatch

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11953 Summary: Uninformative error message on override signature mismatch Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 11932] alias this and sort produce wrong code

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11932 --- Comment #5 from hst...@quickfur.ath.cx 2014-01-19 17:40:23 PST --- I vote for deprecating the built-in sort in the next release. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving thi

[Issue 11931] Linkers "Symbol Undefined" again with dmd HEAD when -g specified

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11931 --- Comment #4 from github-bugzi...@puremagic.com 2014-01-19 19:41:55 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5321d36d12dfe0b3c18cdb9755ea6342ebe66

[Issue 3827] automatic joining of adjacent strings is bad

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3827 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2685] Implicit string literal concatenation

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2685 yebblies changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #2 from

[Issue 8393] class in lambda causes linker trouble

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8393 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Co

[Issue 8393] class in lambda causes linker trouble

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8393 kekeni...@yahoo.co.jp changed: What|Removed |Added CC||kekeni...@yahoo.co.jp --- Comm

[Issue 11931] Linkers "Symbol Undefined" again with dmd HEAD when -g specified

2014-01-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11931 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|