On Mon, Aug 31, 2015 at 10:43 AM, Jon Zeppieri <[email protected]> wrote:
> On Mon, Aug 31, 2015 at 10:35 AM, Jay McCarthy <[email protected]> wrote:
>> I wouldn't say there is or has been a policy. There's advice based on
>> what the release process packages do.
>>
>> Generally, adding a new export or module is not considered
>> incompatibility. (Although technically it is, because it could reduce
>> the set of other packages that can be simultaneously installed.)
>>
>> Once you've committed to compatibility (by labeling a package with
>> version "1.0"), then any incompatible change should end up in a new
>> package/module, because at that point there's really no meaningful
>> connection between the old code and the new code, except maybe similar
>> purpose.
>>
>> I think in the case of gregor, since interface was removed, then it is
>> "incompatible" in the sense we normally mean in Racket. I think it
>> would come down to whether it was ever at 1.0 and whether it had
>> actually been used by anyone.
>
> To clarify: no interfaces were removed. Interfaces were added.

I was referring to these comments:

"So, for example, `+years` is no longer part of the `date-provider`
  interface; it's now part of `date-arithmetic-provider`, and values
  that satisfy `date-period?` also satisfy `date-arithmetic-provider?`."

 "And `duration-between` was removed in favor of
date-period-between, time-period-between, and
period-between."

The first sounds like a function isn't in a module anymore and the
second sounds like a function is just gone. But I didn't look at the
code or docs.

Jay

-- 
Jay McCarthy
http://jeapostrophe.github.io

           "Wherefore, be not weary in well-doing,
      for ye are laying the foundation of a great work.
And out of small things proceedeth that which is great."
                          - D&C 64:33

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/CAJYbDa%3D3pCGqMBgd%3DB%2B4-KkkjQ1EmUhpsfcknHSQ8E%2B4fvqbGQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to