[Issue 6830] New: valgrind flags memory leak in _d_monitor_create

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6830 Summary: valgrind flags memory leak in _d_monitor_create Product: D Version: unspecified Platform: x86_64 OS/Version: Linux Status: NEW Severity: minor Priority: P2

[Issue 2553] Excess attribute propagation for interfaces

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2553 yebblies changed: What|Removed |Added Status|NEW |RESOLVED Platform|x86

[Issue 3836] [TDPL] obligatory override attribute

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3836 --- Comment #10 from yebblies 2011-10-19 22:06:55 EST --- Patch to make it deprecated: https://github.com/D-Programming-Language/dmd/pull/462 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are recei

[Issue 6665] Regression(2.055) ICE(cg87.c): static double inside closure

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6665 Maksim Zholudev changed: What|Removed |Added CC||maxim...@gmail.com --- Comment #7 fr

[Issue 6822] New ubuntu linking rules prevent dmd from linking programs on Ubuntu 11.10

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6822 Brad Roberts changed: What|Removed |Added CC||bra...@puremagic.com --- Comment #1 fro

[Issue 6822] New ubuntu linking rules prevent dmd from linking programs on Ubuntu 11.10

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6822 --- Comment #2 from Steven Schveighoffer 2011-10-19 09:31:13 PDT --- That doesn't work. pragma(lib) only works if you are compiling all files at the same time. This fails to compile: void main() {} I didn't import std.datetime at all, so t

[Issue 6822] New ubuntu linking rules prevent dmd from linking programs on Ubuntu 11.10

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6822 --- Comment #3 from Steven Schveighoffer 2011-10-19 09:31:54 PDT --- (In reply to comment #2) > I didn't import std.datetime at all or rather core.time... -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 6822] New ubuntu linking rules prevent dmd from linking programs on Ubuntu 11.10

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6822 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6822] New ubuntu linking rules prevent dmd from linking programs on Ubuntu 11.10

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6822 --- Comment #5 from Steven Schveighoffer 2011-10-19 11:47:11 PDT --- works, thanks. Note that it still works even if you leave -L-rt in dmd.conf, even though it's not necessary to have it there. -- Configure issuemail: http://d.puremagic.co

[Issue 6831] New: mangled name over 128 characters becomes unreadable

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6831 Summary: mangled name over 128 characters becomes unreadable Product: D Version: D1 & D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 6831] mangled name over 128 characters becomes unreadable

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6831 Simen Kjaeraas changed: What|Removed |Added CC||simen.kja...@gmail.com --- Comment #1

[Issue 5409] Disallow (!x & y)

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5409 --- Comment #3 from bearophile_h...@eml.cc 2011-10-19 15:35:52 PDT --- One more case found here, in the source code of the Chrome browser: http://www.viva64.com/en/b/0113/ Fragment N3: #define SEC_ASN1_CHOICE0x10 typedef struct se

[Issue 6783] Implicit cast to immutable from pure function

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6783 --- Comment #3 from bearophile_h...@eml.cc 2011-10-19 15:46:43 PDT --- See also: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.learn&article_id=30167 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.c

[Issue 6832] Can't test objects wrapped with alias this

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6832 --- Comment #1 from Andrej Mitrovic 2011-10-19 20:44:46 PDT --- test.d(9): Error: incompatible types for ((bar) !is (null)): 'Bar' and 'void*'(In reply to comment #0) > class Foo { } > struct Bar { Foo foo; alias foo this; } > void main() > {

[Issue 6832] New: Can't test objects wrapped with alias this

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6832 Summary: Can't test objects wrapped with alias this Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Co