Phobos 3 Discussion Notes - 02-01-2024

Walter Bright newshound2 at digitalmars.com
Fri Feb 2 17:50:57 UTC 2024


On 2/2/2024 1:09 AM, Adam Wilson wrote:
> Finally, we touched briefly on the major changes we would like to see in Phobos 
> 3 and these are the major changes we are committing to for Phobos 3 so far:
> - Removal of Autodecoding.
> - Promoting allocators out of experimental.
> - Range interface redesign (see JMD's thread 
> [here](https://forum.dlang.org/thread/mailman.588.1705813271.3719.digitalmars-d@puremagic.com)).
> - Fix std.traits.

- Drop all support for wchar and dchar from the templates. Instead, use the 
adaptors from std.utf to convert wchar/dchar to/from char.


More information about the Digitalmars-d mailing list