[Issue 9343] Problem installing dmd-2.061-0.fedora.x86_64.rpm on Fedora 18

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9343 yazan.dab...@gmail.com changed: What|Removed |Added CC||yazan.dab...@gmail.com --- Com

[Issue 9449] Segmentation fault in main()

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9449 --- Comment #6 from Maxim Fomin 2013-02-15 23:41:19 PST --- It may be a regression. 8 month ago Walter introduced two commits to e2ir.c (https://github.com/D-Programming-Language/dmd/commit/6c2a2878200e0df1c73db976a747abf61b6a5e1a) and src/mem

[Issue 9343] Problem installing dmd-2.061-0.fedora.x86_64.rpm on Fedora 18

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9343 Maxim Fomin changed: What|Removed |Added CC||ma...@maxim-fomin.ru --- Comment #2 from

[Issue 9343] Problem installing dmd-2.061-0.fedora.x86_64.rpm on Fedora 18

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9343 --- Comment #1 from Peter Williams 2013-02-15 21:37:18 PST --- I'm willing to have a go at fixing this issue. How do I get a copy of the sources including the RPM spec file? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cg

[Issue 9514] "template instance … is not an alias"

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 --- Comment #6 from Kenji Hara 2013-02-15 20:52:35 PST --- (In reply to comment #4) (In reply to comment #5) > A smaller case: > > template TStructHelpers() { > > void opEquals(Foo) { > FieldNames!(); > } > } >

[Issue 5839] Spellchecker matches private symbols outside of the module, leading to extra, broken error messages

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5839 Andrej Mitrovic changed: What|Removed |Added Keywords||pull Platform|x86

[Issue 9514] "template instance … is not an alias"

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 --- Comment #5 from Walter Bright 2013-02-15 15:09:19 PST --- A smaller case: template TStructHelpers() { void opEquals(Foo) { FieldNames!(); } } struct Foo { mixin TStructHelpers!(); } import std.algor

[Issue 5185] Recursive template expansion error in class method

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5185 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com

[Issue 4541] Intrinsic functions do not have pointers

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4541 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com

[Issue 9514] "template instance … is not an alias"

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 --- Comment #4 from Walter Bright 2013-02-15 14:21:01 PST --- So far, I've reduced it to: -- import std.typetuple : TypeTuple; template TStructHelpers() { alias typeof(this) This; bool opEquals(This ) {

[Issue 9514] "template instance … is not an alias"

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 --- Comment #3 from David Nadlinger 2013-02-15 12:14:19 PST --- (In reply to comment #2) > Let's back to the Thrift code issue. This is just my prediction, the Foo > declaration contains "mixin TStructHelpers!(...)", and it may have some > fo

[Issue 9504] typeof does not look up properties correctly on template argument

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9504 --- Comment #2 from github-bugzi...@puremagic.com 2013-02-15 12:12:30 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e877fb2e47c197427cfa1c50039a563a31e2d7f

[Issue 9514] "template instance … is not an alias"

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9514 --- Comment #2 from Kenji Hara 2013-02-15 08:53:11 PST --- This problem had occured by this commit: Revision: de4f8f6bf8dc9fcc1730ea4d7f2bbd3e74880f08 Message: Merge pull request #1543 from 9rnsr/fix5933 Issue 5933 & 7159 & 9377 - Invoke funct

[Issue 314] [module] Static, renamed, and selective imports are always public

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=314 Andrej Mitrovic changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #41 f

[Issue 9516] Selective imports are always public

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9516 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6185] Include non-global functions when resolving UFCS

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6185 Andrej Mitrovic changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #14

[Issue 9515] UFCS fails with local aliases

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9515 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9513] RedBlackTree excessively copies structs by value

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9513 Steven Schveighoffer changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|nob.

[Issue 9513] RedBlackTree excessively copies structs by value

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9513 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 9505] std.zlib seem to be bugged

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9505 --- Comment #9 from bioinfornatics 2013-02-15 06:37:25 PST --- I updated the code http://dpaste.dzfl.pl/683c053b just add compress uncompress from the old code but fit with d2 way -- Configure issuemail: http://d.puremagic.com/issues/userpr

[Issue 8118] Impossible to initialize a member struct without default constructor or assigment

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8118 Marco Leise changed: What|Removed |Added CC||marco.le...@gmx.de --- Comment #5 from M

[Issue 9510] core.bitop.bsr undefined

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9510 --- Comment #4 from Arthur Castonguay 2013-02-15 03:13:41 PST --- *** Issue 9509 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this m

[Issue 9510] core.bitop.bsr undefined

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9510 Arthur Castonguay changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9509] std.stdio fails to import with specific dmd command-line options

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9509 Arthur Castonguay changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5229] Inaccurate parsing of floating-point literals

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5229 --- Comment #3 from Lars T. Kyllingstad 2013-02-15 00:44:29 PST --- Maxime: What you're describing looks like a bug in Phobos, while this report is about a bug in DMD. You should probably create a new report for that one. -- Configure issue

[Issue 6539] Incomprehensible error message with failed template instantiation

2013-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6539 Kenji Hara changed: What|Removed |Added Keywords||pull Platform|Other