On Mar 18, 2:30 pm, Clive Crous <[email protected]> wrote: > 2009/3/18 Jeremy Evans <[email protected]>: > > >or other comments > > I'm not objecting, I'd just like a bit of clarity. Do you mean you are > removing enforced dependencies (ie may use if loaded optionally) or > completely removing all usage of?
Sequel doesn't use enumerator internally as far as I know. bigdecimal/ util was only used in one place, and I have a fix for that I'll be pushing soon. yaml is only used for the Dataset#transform/ Model.serialize functionality, which I'm going to be either removing or moving to a plugin. That plugin may require yaml, but Sequel itself won't need to. To answer your question, I'm removing Sequel's use of it, and since it isn't used, I don't think it should be required. If you applications use it, you can require it yourself. Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
