[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2019-11-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||razvan.nitu1...@gmail.com
 Resolution|--- |WORKSFORME

--- Comment #6 from RazvanN  ---
This issue does not manifest in D2 git master and D1 is no longer supported.
Closing as WORKSFORME.

--


[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334

--- Comment #5 from Andrej Mitrovic andrej.mitrov...@gmail.com ---
(In reply to Andrej Mitrovic from comment #4)
 (In reply to Kenji Hara from comment #3)
  (In reply to Andrej Mitrovic from comment #2)
   It's not fixed:
   http://dpaste.dzfl.pl/734b3b884325
  
  It's using 2.065.
 
 Ah I'm soryr, I misread your comment as 2.055.1! :)

Sorry even.

--


[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2015-03-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334

--- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com ---
(In reply to Kenji Hara from comment #3)
 (In reply to Andrej Mitrovic from comment #2)
  It's not fixed:
  http://dpaste.dzfl.pl/734b3b884325
 
 It's using 2.065.

Ah I'm soryr, I misread your comment as 2.055.1! :)

--


[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2015-03-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334

Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

Version|D1  D2 |D1
Summary|Forward reference error |(D1 only) Forward reference
   |with method returning   |error with method returning
   |template instance equal to  |template instance equal to
   |typeof(this)|typeof(this)

--- Comment #1 from Kenji Hara k.hara...@gmail.com ---
(In reply to Andrej Mitrovic from comment #0)
  Error: alias test.SInt recursive alias declaration

This is a dup of 13204, and it's fixed from 2.066.1.

--


[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2015-03-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334

--- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com ---
(In reply to Kenji Hara from comment #1)
 (In reply to Andrej Mitrovic from comment #0)
   Error: alias test.SInt recursive alias declaration
 
 This is a dup of 13204, and it's fixed from 2.066.1.

It's not fixed:
http://dpaste.dzfl.pl/734b3b884325

--


[Issue 14334] (D1 only) Forward reference error with method returning template instance equal to typeof(this)

2015-03-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14334

--- Comment #3 from Kenji Hara k.hara...@gmail.com ---
(In reply to Andrej Mitrovic from comment #2)
 It's not fixed:
 http://dpaste.dzfl.pl/734b3b884325

It's using 2.065.

--