fix: Meta Function Shallow Copy Problem On Class Instance Creation#35
Conversation
|
🏷️ Generating labels using AI for commit |
|
🔍 Generating PR summary using AI for commit |
|
🏷️ Labels added: |
|
✅ PR summary updated using AI for commit |
|
🔍 Generating PR summary using AI for commit |
|
/ci tag |
|
✅ PR summary updated using AI for commit |
|
🏷️ Generating labels using AI for commit |
|
🏷️ Labels added: |
|
/ci summary |
|
🔍 Generating PR summary using AI for commit |
|
✅ PR summary updated using AI for commit |
LangEx
0.4.1Release Summary
0.4.0 -> 0.4.1Changelog
langex.utils.cloner.clone_functionto create a duplicate of a function object.FunctionMeta.cloneto use the new cloner.ClassMetato clone methods during initialization.test_inheritance.pyto avoid naming clashes and improve clarity.test_persistent_attributes.py.