Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4084 +/- ##
==========================================
+ Coverage 90.45% 90.48% +0.03%
==========================================
Files 941 942 +1
Lines 60390 60402 +12
Branches 1145 1145
==========================================
+ Hits 54628 54657 +29
+ Misses 5252 5238 -14
+ Partials 510 507 -3
🚀 New features to boost your workflow:
|
|
The fix seems reasonable at first glance, but we do a lot of these A better solution would be to basically refactor the module pattern we use and clearly separate the module level from instance level stuff. I'm currently experimenting Teal. The type system it brings would help a lot in this scenario. The big migration, in addition to being a massive work would probably be not welcomed considering the current status of the project. |
It’s true—it would be much better if the language supported object-oriented programming. |
|
@Aire-One So how should we fix this? |
table filter interfere with property filter, so we need to remove table filter from the instance.
actionless
left a comment
There was a problem hiding this comment.
thanks! mb additionally some note should be added to the docstring
table filterinterfere withproperty filter, so we need to removetable filterfrom the instance.In practical terms, this means we cannot modify the filter property of a taglist instance.