> I'm okay with anything on this... I'm rather siding with Jason on > the principle that duplicating functionality is nearly always a > bad idea. Jonathan, isn't the "kwargs" copy stuff revealing a bug > in *your* code? This operation should be harmless...
Its not revealing a bug, its revealing an assumption that I am making in my code on how Elixir works :) However, it appears that there was someone else assuming something different about how Elixir works! Its simple enough for me to change my assumptions in order to keep users happy, and I spent some time this morning doing so. I completely sympathize with Jason's point about subclasses, and have updated my local Elixir and my code base such that `__init__` just passes right through to `set` again, and all is happy. Commit coming shortly... -- Jonathan LaCour http://cleverdevil.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
