Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Adamantium::Mutable #17

Merged
merged 2 commits into from
Jul 21, 2013
Merged

Add Adamantium::Mutable #17

merged 2 commits into from
Jul 21, 2013

Conversation

mbj
Copy link
Collaborator

@mbj mbj commented Jul 21, 2013

Rationale:

Sometimes an object must be mutable. But it can end up in a frozen
object tree. Instead of using memoize :foo, :freezer => :noop the
object itself could make sure it does not really get frozen.

Use. With. Care.

Rationale:

Sometimes an object *must* be mutable. But it can end up in a frozen
object tree. Instead of using `memoize :foo, :freezer => :noop` the
object itself could make sure it does not *really* get frozen.

Use. With. Care.
@mbj
Copy link
Collaborator Author

mbj commented Jul 21, 2013

@dkubb I'm okay with merging this in but opening PR to give you a chance to veto my thoughts.

cc: @solnic, @snusnu

@@ -0,0 +1,41 @@
module Adamantium
module Mutable
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing a summary. I would probably also write a tiny bit about why it's necessary, because on it's own it's unclear.

@dkubb
Copy link
Owner

dkubb commented Jul 21, 2013

@mbj I left one comment, but otherwise I'm fine with merging it in.

mbj added a commit that referenced this pull request Jul 21, 2013
@mbj mbj merged commit fa1f13e into dkubb:master Jul 21, 2013
@mbj mbj deleted the adamantium-mutable branch July 21, 2013 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants