Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Comments

Bug Fixes from 0.0.11#14

Merged
cgarciae merged 2 commits intomasterfrom
fix-mutability-in-constructor
Mar 30, 2022
Merged

Bug Fixes from 0.0.11#14
cgarciae merged 2 commits intomasterfrom
fix-mutability-in-constructor

Conversation

@cgarciae
Copy link
Owner

@cgarciae cgarciae commented Mar 29, 2022

Changes

  • Fixes an issues that disabled mutability inside __init__ for Immutable classes when TreeMeta's `constructor method is overloaded.
  • Fixes the Apply.apply mixin method.

Closes cgarciae/treex#68

@codecov-commenter
Copy link

codecov-commenter commented Mar 29, 2022

Codecov Report

Merging #14 (99f9488) into master (9ae87f1) will increase coverage by 0.14%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   91.27%   91.42%   +0.14%     
==========================================
  Files           6        6              
  Lines         711      711              
==========================================
+ Hits          649      650       +1     
+ Misses         62       61       -1     
Impacted Files Coverage Δ
treeo/__init__.py 100.00% <100.00%> (ø)
treeo/mixins.py 86.58% <100.00%> (+1.21%) ⬆️
treeo/tree.py 94.84% <100.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@cgarciae cgarciae added the fix label Mar 29, 2022
@cgarciae cgarciae changed the title Bug Fixes Bug Fixes from 0.0.11 Mar 29, 2022
@cgarciae cgarciae merged commit a4d17ff into master Mar 30, 2022
@cgarciae cgarciae deleted the fix-mutability-in-constructor branch March 30, 2022 16:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Latest treex is incompatible with the latest treeo

2 participants