On Jun 17, 2:02 am, Tamas <[EMAIL PROTECTED]> wrote: > Hi Jeremy! > > You wrote after announcing 2.0 that You will rest a bit but as I see > You Can't :) > Great work! > > Anyway there is a minor problem loading sequel_core without ParseTree: > at the end of sequalizer.rb it can't set Sequel.use_parse_tree = false > because it's not defined yet. Probably in sequel_core.rb core_ext.rb > should be required first, than metaattr_accessors should be defined > before requiring dataset (and others).
Thanks for the heads up. Fixed, in a slightly different way: http://github.com/jeremyevans/sequel/commit/46c674b27ec706ec586d7fa6b807be1444f19952 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 -~----------~----~----~----~------~----~------~--~---
