[Issue 9121] New: Templated getters/setter for properties collision

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9121 Summary: Templated getters/setter for properties collision Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 C

[Issue 9122] New: std.concurrency send() fails with multiple arrays

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9122 Summary: std.concurrency send() fails with multiple arrays Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 9090] auto ref doesn't work with arrays

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9090 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #1 from K

[Issue 9117] format fails if opCast and this alias are both defined in an aliased struct

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9117 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #1 from K

[Issue 8783] ref foreach update of const fixed size arrays in constructor

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8783 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 2012

[Issue 9112] Uniform construction for built-in types

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9112 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #10 from Kenji Hara 201

[Issue 8783] ref foreach update of const fixed size arrays in constructor

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8783 --- Comment #2 from github-bugzi...@puremagic.com 2012-12-07 08:24:55 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a0da328e8d4cbdca1f9c983689b637c02d62f0b

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 Benjamin Thaut changed: What|Removed |Added CC||c...@benjamin-thaut.de --- Comment #9

[Issue 8783] ref foreach update of const fixed size arrays in constructor

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

[Issue 9112] Uniform construction for built-in types

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

[Issue 9112] Uniform construction for built-in types

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9112 --- Comment #12 from Andrej Mitrovic 2012-12-07 10:41:09 PST --- (In reply to comment #9) > (In reply to comment #1) > > This is useful in generic code: > > int n = int(10); > > EXTREMELY useful. Just the other day, I was writing a unittest t

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #10 from Denis Shelomovskij 2012-12-07 21:54:25 MSK --- (In reply to comment #9) > I don't quite understand the issue here. Why is it a problem that is searches > for appropriate .pdb files? Because the search may require hours fo

[Issue 9112] Uniform construction for built-in types

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9112 --- Comment #15 from Jonathan M Davis 2012-12-07 10:59:34 PST --- > AFAIK, it's not exactly the same thing, as int(10) would be only a > constructor, so would not downcast. I agree, but if you look at Kenji's proposal, he specifically says th

[Issue 9112] Uniform construction for built-in types

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9112 --- Comment #13 from monarchdo...@gmail.com 2012-12-07 10:55:13 PST --- (In reply to comment #11) > (In reply to comment #0) > > So I'd like to propose new syntax to reduce such concept confusion. > > > > int n = int(10); // same as cast(int)1

[Issue 9112] Uniform construction for built-in types

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9112 --- Comment #14 from Jonathan M Davis 2012-12-07 10:57:47 PST --- > So we're introducing C++-style casts into D? This means you can no longer > search for 'cast' and expect to find all the unsafe casts in your code. I'm > very much against thi

[Issue 9090] auto ref doesn't work with arrays

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9090 d...@dawgfoto.de changed: What|Removed |Added CC||d...@dawgfoto.de --- Comment #2 from

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #11 from Benjamin Thaut 2012-12-07 11:42:05 PST --- (In reply to comment #10) > (In reply to comment #9) > > I don't quite understand the issue here. Why is it a problem that is > > searches > > for appropriate .pdb files? > > Be

[Issue 9090] auto ref doesn't work with arrays

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9090 --- Comment #3 from d...@dawgfoto.de 2012-12-07 11:42:23 PST --- (In reply to comment #2) > This also happens with ref and plain types. > Does an implicit const cast means to become an rvalue. But still auto ref and implicit const cast doesn't w

[Issue 9112] Uniform construction for built-in types

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9112 --- Comment #16 from monarchdo...@gmail.com 2012-12-07 12:20:03 PST --- (In reply to comment #15) > > AFAIK, it's not exactly the same thing, as int(10) would be only a > > constructor, so would not downcast. > > I agree, but if you look at Ken

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #12 from Andrej Mitrovic 2012-12-07 12:55:19 PST --- (In reply to comment #11) > (In reply to comment #10) > > (In reply to comment #9) > > > I don't quite understand the issue here. Why is it a problem that is > > > searches > >

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #13 from Benjamin Thaut 2012-12-07 13:51:43 PST --- I have a improved version of the stacktrace class at: https://github.com/Ingrater/druntime/blob/master/src/core/sys/windows/stacktrace.d It's more similar to the unix interface

[Issue 9112] Uniform construction for built-in types

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9112 --- Comment #17 from bearophile_h...@eml.cc 2012-12-07 14:33:35 PST --- The pull request was closed hours ago: https://github.com/D-Programming-Language/dmd/pull/1356 Do you know where are the comments that have made Hara close it? -- Configu

[Issue 9117] format fails if opCast and this alias are both defined in an aliased struct

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9117 Alex R�nne Petersen changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9117] format fails if opCast and this alias are both defined in an aliased struct

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9117 --- Comment #2 from github-bugzi...@puremagic.com 2012-12-07 22:17:35 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/75064f6be11c61e4cd7aaef70a982fc0e