Re: cannot implicitly convert char[] to string

2015-08-15 Thread Ali Çehreli via Digitalmars-d-learn
On 08/15/2015 04:45 AM, cym13 wrote: > On Saturday, 15 August 2015 at 11:34:01 UTC, cym13 wrote: >> On Saturday, 15 August 2015 at 11:25:20 UTC, vladde wrote: >>> I made a PR to phobos where I modified `std.format.format`. >>> https://github.com/D-Programming-Language/phobos/pull/3528 >>> >>> How

Re: cannot implicitly convert char[] to string

2015-08-15 Thread Timon Gehr via Digitalmars-d-learn
On 08/15/2015 01:54 PM, Timon Gehr wrote: On 08/15/2015 01:25 PM, vladde wrote: I made a PR to phobos where I modified `std.format.format`. https://github.com/D-Programming-Language/phobos/pull/3528 However the auto builder fails, with the error message: runnable/test23.d(1219): Error: cannot

Re: cannot implicitly convert char[] to string

2015-08-15 Thread Timon Gehr via Digitalmars-d-learn
On 08/15/2015 01:25 PM, vladde wrote: I made a PR to phobos where I modified `std.format.format`. https://github.com/D-Programming-Language/phobos/pull/3528 However the auto builder fails, with the error message: runnable/test23.d(1219): Error: cannot implicitly convert expression (format("s =

Re: cannot implicitly convert char[] to string

2015-08-15 Thread cym13 via Digitalmars-d-learn
On Saturday, 15 August 2015 at 11:34:01 UTC, cym13 wrote: On Saturday, 15 August 2015 at 11:25:20 UTC, vladde wrote: I made a PR to phobos where I modified `std.format.format`. https://github.com/D-Programming-Language/phobos/pull/3528 However the auto builder fails, with the error message: ru

Re: cannot implicitly convert char[] to string

2015-08-15 Thread cym13 via Digitalmars-d-learn
On Saturday, 15 August 2015 at 11:25:20 UTC, vladde wrote: I made a PR to phobos where I modified `std.format.format`. https://github.com/D-Programming-Language/phobos/pull/3528 However the auto builder fails, with the error message: runnable/test23.d(1219): Error: cannot implicitly convert ex

cannot implicitly convert char[] to string

2015-08-15 Thread vladde via Digitalmars-d-learn
I made a PR to phobos where I modified `std.format.format`. https://github.com/D-Programming-Language/phobos/pull/3528 However the auto builder fails, with the error message: runnable/test23.d(1219): Error: cannot implicitly convert expression (format("s = %s", s)) of type char[] to string Th