July 08, 2012 [phobos] [D-Programming-Language/phobos] ea6c9b: Replace `typeof(<type>.init[0])` with templates | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: ea6c9be477a50c47eb4d1a8fcec13395210612f3 https://github.com/D-Programming-Language/phobos/commit/ea6c9be477a50c47eb4d1a8fcec13395210612f3 Author: Denis Shelomovskij <verylonglogin.reg@gmail.com> Date: 2012-07-06 (Fri, 06 Jul 2012) Changed paths: M std/array.d M std/conv.d M std/parallelism.d M std/stdio.d M std/utf.d Log Message: ----------- Replace `typeof(<type>.init[0])` with templates * ElementEncodingType (12) * ElementType(1) Commit: 564dab300e1aa2be113665f60fd5835b063ef8a8 https://github.com/D-Programming-Language/phobos/commit/564dab300e1aa2be113665f60fd5835b063ef8a8 Author: Denis Shelomovskij <verylonglogin.reg@gmail.com> Date: 2012-07-06 (Fri, 06 Jul 2012) Changed paths: M std/traits.d Log Message: ----------- Add `ArrayTarget` template Commit: 00c0d614039a4d7a539ca767b37c13f82b866070 https://github.com/D-Programming-Language/phobos/commit/00c0d614039a4d7a539ca767b37c13f82b866070 Author: Denis Shelomovskij <verylonglogin.reg@gmail.com> Date: 2012-07-06 (Fri, 06 Jul 2012) Changed paths: M std/array.d M std/conv.d M std/datetime.d M std/format.d M std/parallelism.d M std/traits.d M std/variant.d Log Message: ----------- Replace `typeof(<type>.init[0])` with templates * ArrayTarget (12) Commit: f4d0a49493cf323aeff08efa666dd974c2700eb0 https://github.com/D-Programming-Language/phobos/commit/f4d0a49493cf323aeff08efa666dd974c2700eb0 Author: David Simcha <dsimcha@gmail.com> Date: 2012-07-08 (Sun, 08 Jul 2012) Changed paths: M std/array.d M std/conv.d M std/datetime.d M std/format.d M std/parallelism.d M std/stdio.d M std/traits.d M std/utf.d M std/variant.d Log Message: ----------- Merge pull request #664 from denis-sh/add-ArrayTarget-template Add array target template Compare: https://github.com/D-Programming-Language/phobos/compare/3cb69914c55d...f4d0a49493cf |
July 08, 2012 Re: [phobos] [D-Programming-Language/phobos] ea6c9b: Replace `typeof(<type>.init[0])` with templates | ||||
---|---|---|---|---|
| ||||
Posted in reply to GitHub | On Sunday, July 08, 2012 13:08:29 GitHub wrote: > Add array target template In case you don't have your github settings set up to see my reply there, I'll reply here as well. Why do think that this is worth adding? It duplicates ElementEncodingType, and it has a horrible name. I was considering just closing it but figured that another Phobos dev should chime in first, not outright merge it. Pull request: https://github.com/D-Programming-Language/phobos/pull/664 - Jonathan M Davis _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
Copyright © 1999-2021 by the D Language Foundation