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

Fix attribute override problem with recent perl (issue #64) #67

Merged
merged 1 commit into from
Jan 14, 2017

Conversation

asolovey
Copy link
Contributor

Using mouse metaclass attribute cache inside add_attribute may
cause strange problems such as missing attributes or memory
corruption.

Using mouse metaclass attribute cache inside add_attribute may
cause strange problems such as missing attributes or memory
corruption.
@syohex syohex merged commit 6c2774e into xslate:master Jan 14, 2017
@syohex
Copy link
Collaborator

syohex commented Jan 14, 2017

Merged

syohex added a commit that referenced this pull request Jan 14, 2017
Changelog diff is:

diff --git a/Changes b/Changes
index c50ca85..6565eeb 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Mouse

 {{$NEXT}}

+v2.4.7 2017-01-14T13:46:04Z
+    - Workaround for issue #64(#67)
+      In some case stack is corrupted at more than 23 attributes.
+      This change may makes a bit slow in that case.
+
 v2.4.6 2017-01-06T06:51:15Z
     - Fix test for older Perls (#68)
     - Define macros for older Visual Studio compiler(#66)
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.

2 participants