[Issue 4276] CTFE error messages use random variable names

2011-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4276


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID


--- Comment #2 from Don clugd...@yahoo.com.au 2011-04-21 00:31:20 PDT ---
Invalid - no test case. (Based on the error message, I think this has been
fixed anyway).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5868] New: static attribute ignored with public static {} blocks

2011-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5868

   Summary: static attribute ignored with public static {} blocks
   Product: D
   Version: D2
  Platform: x86
OS/Version: Windows
Status: NEW
  Severity: normal
  Priority: P2
 Component: DMD
AssignedTo: nob...@puremagic.com
ReportedBy: aldac...@gmail.com


--- Comment #0 from Mike Parker aldac...@gmail.com 2011-04-21 05:35:39 PDT ---
The following produces an error for conflicting constructors, Previous
Definition Different.

class Foo
{
public static
{
this() {}
}

public
{
this() {}
}
}

Remove the curly braces from the public static and it compiles fine. With
anything defined or declared in a public static block, the static attribute is
ignored. I'm sure this used to work, once upon a time. Tested on 2.052 only.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5868] static attribute ignored with public static {} blocks

2011-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5868


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 CC||clugd...@yahoo.com.au


--- Comment #1 from Don clugd...@yahoo.com.au 2011-04-21 05:51:27 PDT ---
(In reply to comment #0)
 The following produces an error for conflicting constructors, Previous
 Definition Different.

 I'm sure this used to work, once upon a time.
No. It failed even on DMD 0.140 (Nov 2005).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5086] Regression(1.061): Stack overflow with recursive alias declaration

2011-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5086



--- Comment #6 from Iain Buclaw ibuc...@ubuntu.com 2011-04-21 07:32:10 PDT ---
Created an attachment (id=946)
issue5086

Yep, that questionable change broke tango build - should now be sorted.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5869] New: std.thread needs to be removed

2011-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5869

   Summary: std.thread needs to be removed
   Product: D
   Version: unspecified
  Platform: Other
OS/Version: Windows
Status: NEW
  Severity: normal
  Priority: P2
 Component: websites
AssignedTo: nob...@puremagic.com
ReportedBy: andrej.mitrov...@gmail.com


--- Comment #0 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-04-21 
08:31:01 PDT ---
http://d-programming-language.org/phobos/index.html links to:
http://d-programming-language.org/phobos/std_thread.html

I think this is now core.thread.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5869] std.thread needs to be removed

2011-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5869


Andrei Alexandrescu and...@metalanguage.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||and...@metalanguage.com
 AssignedTo|nob...@puremagic.com|and...@metalanguage.com


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5869] std.thread needs to be removed

2011-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5869



--- Comment #2 from Steven Schveighoffer schvei...@yahoo.com 2011-04-21 
09:24:50 PDT ---
Just a note, that web site is not the official documentation, although it's
good that you reported this.

The official documentation is here:

http://www.digitalmars.com/d/2.0/phobos/core_thread.html

which does work.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5869] std.thread needs to be removed

2011-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5869


Brad Roberts bra...@puremagic.com changed:

   What|Removed |Added

 CC||bra...@puremagic.com


--- Comment #4 from Brad Roberts bra...@puremagic.com 2011-04-21 10:17:36 PDT 
---
That excuse needs to end, very soon.  Or the d-p-l.org site needs a big banner
on it until it's no longer some toy playground pointing people at the right
place to go for docs.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


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

2011-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5839


Stewart Gordon s...@iname.com changed:

   What|Removed |Added

 CC||s...@iname.com
Summary|No error line number with   |Spellchecker matches
   |did you mean of private   |private symbols outside of
   |symbol  |the module, leading to
   ||extra, broken error
   ||messages


--- Comment #1 from Stewart Gordon s...@iname.com 2011-04-21 14:02:45 PDT ---
That error message shouldn't be there at all.  The only output it should give
is

test.d(4): Error: undefined identifier seep

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 5657] Temporary object destruction

2011-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5657



--- Comment #8 from Walter Bright bugzi...@digitalmars.com 2011-04-21 
16:01:40 PDT ---
https://github.com/D-Programming-Language/dmd/commit/aef37eb0c8986a508ccf185286465b4cbef8a066

This is a rewrite of Kenji's patch, which was in the right direction but needed
to handle a few more cases.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---