Re: [PHP-DEV] Re: Feature request and RFC

2015-03-08 Thread Lester Caine
On 08/03/15 14:03, Rowan Collins wrote: > On 04/03/2015 10:07, Lester Caine wrote: >> On 04/03/15 09:41, Rowan Collins wrote: >>> Hm, yes, I hadn't thought of the use case of sorting external data. >>> Perhaps we actually need to specify both interfaces (yes, I realise >>> I'm just inventing more w

Re: [PHP-DEV] Re: Feature request and RFC

2015-03-08 Thread Rowan Collins
On 04/03/2015 10:07, Lester Caine wrote: On 04/03/15 09:41, Rowan Collins wrote: Hm, yes, I hadn't thought of the use case of sorting external data. Perhaps we actually need to specify both interfaces (yes, I realise I'm just inventing more work here, sorry!) - one for the use case of a custom

Re: [PHP-DEV] Re: Feature request and RFC

2015-03-08 Thread Lester Caine
On 08/03/15 08:57, Thomas Gielfeldt wrote: >> > > What about a "hybrid" solution? Pass the flags as well as a callback. Then > the implementor can react on the flags if necessary. > > https://gist.github.com/gielfeldt/c0ca611f525878c36a65 Off topic I know - but how the do I make the github t

Re: [PHP-DEV] Re: Feature request and RFC

2015-03-08 Thread Thomas Gielfeldt
2015-03-04 10:41 GMT+01:00 Rowan Collins : > On 4 March 2015 07:12:41 GMT, Thomas Gielfeldt > wrote: > >2015-03-02 16:26 GMT+01:00 Rowan Collins : > > > >> Rowan Collins wrote on 02/03/2015 10:52: > >> > >>> Thomas Gielfeldt wrote on 02/03/2015 07:43: > >>> > >>> 2015-02-24 17:17 GMT+01:00 Thoma

Re: [PHP-DEV] Re: Feature request and RFC

2015-03-04 Thread Lester Caine
On 04/03/15 09:41, Rowan Collins wrote: > Hm, yes, I hadn't thought of the use case of sorting external data. Perhaps > we actually need to specify both interfaces (yes, I realise I'm just > inventing more work here, sorry!) - one for the use case of a custom data > structure that wants to worry

Re: [PHP-DEV] Re: Feature request and RFC

2015-03-04 Thread Rowan Collins
On 4 March 2015 07:12:41 GMT, Thomas Gielfeldt wrote: >2015-03-02 16:26 GMT+01:00 Rowan Collins : > >> Rowan Collins wrote on 02/03/2015 10:52: >> >>> Thomas Gielfeldt wrote on 02/03/2015 07:43: >>> >>> 2015-02-24 17:17 GMT+01:00 Thomas Gielfeldt : Hi internals. > > I've made P

Re: [PHP-DEV] Re: Feature request and RFC

2015-03-03 Thread Thomas Gielfeldt
2015-03-02 16:26 GMT+01:00 Rowan Collins : > Rowan Collins wrote on 02/03/2015 10:52: > >> Thomas Gielfeldt wrote on 02/03/2015 07:43: >> >> 2015-02-24 17:17 GMT+01:00 Thomas Gielfeldt : >>> >>> Hi internals. I've made PR proposing a feature request: A new interface Sortable.

Re: [PHP-DEV] Re: Feature request and RFC

2015-03-02 Thread Rowan Collins
Rowan Collins wrote on 02/03/2015 10:52: Thomas Gielfeldt wrote on 02/03/2015 07:43: 2015-02-24 17:17 GMT+01:00 Thomas Gielfeldt : Hi internals. I've made PR proposing a feature request: A new interface Sortable. https://github.com/php/php-src/pull/1116 If possible, I would like to create a

Re: [PHP-DEV] Re: Feature request and RFC

2015-03-02 Thread Rowan Collins
Thomas Gielfeldt wrote on 02/03/2015 07:43: 2015-02-24 17:17 GMT+01:00 Thomas Gielfeldt : Hi internals. I've made PR proposing a feature request: A new interface Sortable. https://github.com/php/php-src/pull/1116 If possible, I would like to create and RFC describing this in more detail, and

[PHP-DEV] Re: Feature request and RFC

2015-03-01 Thread Thomas Gielfeldt
2015-02-24 17:17 GMT+01:00 Thomas Gielfeldt : > Hi internals. > > I've made PR proposing a feature request: A new interface Sortable. > > https://github.com/php/php-src/pull/1116 > > If possible, I would like to create and RFC describing this in more > detail, and perhaps get a voting on. > > Than