On Fri, Feb 6, 2009 at 10:53 AM, Paul Joseph Davis (JIRA) <[email protected]> wrote: > > My vote would be to make left and right ends optionally open or closed. I can > put some time into trying my hand a patch pretty soon. >
The open/closed distinction is counter-intuitive to me, maybe the options api would be better off as inclusive_start=true inclusive_end=true (the current behavior) being the default, where either can be overridden with false. Maybe defaulting to inclusive_end=false (a change in default behavior) would be better, but let's play with it a little first. -- Chris Anderson http://jchris.mfdz.com
