[Issue 4672] [patch] rdmd fails when -I is needed

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4672 --- Comment #4 from Nick Sabalausky cbkbbej...@mailinator.com 2010-09-03 00:05:07 PDT --- There's a typo in the test case above: - $ cat src/app/main.d module app.main; import foo; void main(){}

access member error

2010-09-03 Thread existen
I've got 2 classes: class A { private int _x = 5; } class B : A { void output() { writeln(_x); } } When I call (new B).output() there is no compile-time or run-time errors. Is it correct?

[Issue 3418] link error with cast(ulong)(ulong*real)

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3418 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4173] Regression(2.037) Explicitly instantiated templates still try to do IFTI in some cases

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4173 --- Comment #3 from Don clugd...@yahoo.com.au 2010-09-03 01:45:03 PDT --- It seems to be just luck that this ever worked at all. Template parameter deduction has never worked for base classes or interfaces of a class. So although this

Re: access member error

2010-09-03 Thread Jonathan M Davis
On Friday 03 September 2010 00:36:11 existen wrote: I've got 2 classes: class A { private int _x = 5; } class B : A { void output() { writeln(_x); } } When I call (new B).output() there is no compile-time or run-time errors. Is it correct? This is

[Issue 4792] New: Assertion in shift right operations.

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4792 Summary: Assertion in shift right operations. Product: D Version: D1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 4794] New: Stack overflow on recursive auto assignments

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4794 Summary: Stack overflow on recursive auto assignments Product: D Version: D1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 4795] New: new demangler + dmd test suite -- a problem

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4795 Summary: new demangler + dmd test suite -- a problem Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4795] new demangler + dmd test suite -- a problem

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4795 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Severity|normal |regression --

[Issue 4796] New: std.array.appender changes broke dmd unit test runnable/untag.d

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4796 Summary: std.array.appender changes broke dmd unit test runnable/untag.d Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity:

[Issue 4797] New: onOutOfMemoryError in dmd unit test causes segv

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4797 Summary: onOutOfMemoryError in dmd unit test causes segv Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4796] std.array.appender changes broke dmd unit test runnable/untag.d

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4796 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 4798] New: std.algorithm.map unusable for ranges with const elements

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4798 Summary: std.algorithm.map unusable for ranges with const elements Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal

[Issue 4791] Assigning a static array to itself should be allowed

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4791 --- Comment #2 from David Simcha dsim...@yahoo.com 2010-09-03 05:25:43 PDT --- Yes, and this is a nightmare for generic code. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 4801] New: Incorrect stride example

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4801 Summary: Incorrect stride example Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 4802] Incorrect Radial example

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4802 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2010-09-03 08:52:42 PDT --- The docs also state: Iterates a random-access range starting from a given point and progressively extending left and right from that point. If no

[Issue 4802] New: Incorrect Radial example

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4802 Summary: Incorrect Radial example Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 4803] New: std.range.chain with const string arguments

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4803 Summary: std.range.chain with const string arguments Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4806] New: Typo in transversal

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4806 Summary: Typo in transversal Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 4803] std.range.chain with const string arguments

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4803 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 4803] std.range.chain with const string arguments

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4803 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2010-09-03 10:35:43 PDT --- (In reply to comment #1) What exactly is the purpose of a constant string type? That type evaluates to const(immutable(char)[]), which wouldn't make

[Issue 4173] Regression(2.037) Explicitly instantiated templates still try to do IFTI in some cases

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4173 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #4 from

[Issue 4173] Regression(2.037) Explicitly instantiated templates still try to do IFTI in some cases

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4173 --- Comment #5 from Don clugd...@yahoo.com.au 2010-09-03 11:24:34 PDT --- Created an attachment (id=745) Template Interface tests for test suite These 16 tests are for both D1 and D2. Compile with dmd -c templiface.d -- Configure issuemail:

[Issue 1970] Templated interfaces not matched

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1970 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch CC|

[Issue 1715] Template specialization checks for equality rather than convertibility

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1715 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch CC|

[Issue 4792] Assertion in shift right operations.

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4792 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4751] Regression(1.062, 2.047) ICE(constfold.c) after error

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4751 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||ibuc...@ubuntu.com ---

[Issue 4796] std.array.appender changes broke dmd unit test runnable/untag.d

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4796 Don clugd...@yahoo.com.au changed: What|Removed |Added Component|DMD |dstress

[Issue 4790] Wrong code when updating struct member value from fiber

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4790 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4805] no equality between iota and double literal

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4805 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4802] Incorrect Radial example

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4802 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4801] Incorrect stride example

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4801 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4800] Incorrect retro example

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4800 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4807] New: Examples for std.array insert and replace

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4807 Summary: Examples for std.array insert and replace Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 4796] std.array.appender changes broke dmd unit test runnable/untag.d

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4796 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4808] New: UNEXPECTED OPTLINK TERMINATION AT EIP=0042787B

2010-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4808 Summary: UNEXPECTED OPTLINK TERMINATION AT EIP=0042787B Product: D Version: D1 Platform: Other OS/Version: Windows Status: NEW Severity: blocker Priority: P2