Re: Casting char[] ranges to string can lead to unexpected behavior

2014-10-30 Thread Jesse Phillips via Digitalmars-d-learn
On Friday, 31 October 2014 at 02:04:00 UTC, Domingo wrote: I spent two days to find a nasty aleatory problem due to a string been assigned a range from a char[] array. This issue on vibe.d detail it a bit more: https://github.com/rejectedsoftware/vibe.d/issues/889 I'm putting it here to call

Re: Casting char[] ranges to string can lead to unexpected behavior

2014-10-30 Thread H. S. Teoh via Digitalmars-d-learn
On Fri, Oct 31, 2014 at 02:03:58AM +, Domingo via Digitalmars-d-learn wrote: > I spent two days to find a nasty aleatory problem due to a string been > assigned a range from a char[] array. > > This issue on vibe.d detail it a bit more: > https://github.com/rejectedsoftware/vibe.d/issues/889 >