www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4999] New: Add Kenji Hara's adaptTo() to Phobos

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4999

           Summary: Add Kenji Hara's adaptTo() to Phobos
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Mac OS X
            Status: ASSIGNED
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: andrei metalanguage.com
        ReportedBy: andrei metalanguage.com



08:06:50 PDT ---
http://github.com/9rnsr/scrap/blob/master/interfaces/interfaces.d

See also discussion "LazyInterface (simplified Boost.Interfaces)" on
digitalmars.d.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 06 2010
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4999


Andrei Alexandrescu <andrei metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 06 2010
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4999


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich gmail.com
          Component|DMD                         |Phobos
           Platform|Other                       |All
         OS/Version|Mac OS X                    |All



09:06:20 PST ---
So, what ever happened to this?

NG links to discussions:

http://www.digitalmars.com/d/archives/digitalmars/D/LazyInterface_simplified_Boost.Interfaces_117715.html

http://www.digitalmars.com/d/archives/digitalmars/D/duck_119480.html#N119480

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 09 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4999




PDT ---
I think we should move forward with this. Kenji, could you please convert this
to a pull request? Let's review it there. I'll assign this bug to you, hope you
don't mind.

We should definitely change adaptTo to a more marketable name. I think
structuralCast should do better.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 31 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4999


Kenji Hara <k.hara.pg gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull



Sorry for my late correspondence. I opened a pull request for this.

https://github.com/D-Programming-Language/phobos/pull/1265

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Apr 19 2013
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4999




Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/8b390ae6c4650cd9d34098eac33e88b8b1efe266
fix Issue 4999 - Add Kenji Hara's adaptTo() to Phobos

Add structuralCast and structuralDownCast in std.typecons

https://github.com/D-Programming-Language/phobos/commit/cee7de0103b77de7b36067486a71f45d5c21f78e


Issue 4999 - Add Kenji Hara's adaptTo() to Phobos

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