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

Clear-mode should be optional for Filters #7116

Merged
merged 2 commits into from
Jan 2, 2021

Conversation

bigtimebuddy
Copy link
Member

Small typings bug was discovered upgrading pixi-filters to new types.

The apply method for Filters should have an optional clearMode. This is defaulted in the FilterSystem class.

@bigtimebuddy bigtimebuddy added this to the v6.0.0 milestone Jan 1, 2021
@codecov-io
Copy link

codecov-io commented Jan 1, 2021

Codecov Report

Merging #7116 (d4a5ea3) into main (3a52546) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main     #7116   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines          699       699           
=========================================
  Hits           699       699           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a52546...d4a5ea3. Read the comment docs.

Copy link
Member

@ShukantPal ShukantPal left a comment

Choose a reason for hiding this comment

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

This will be easier once we strip out typings from the doc comments! (webdoc should infer that the argument is optional)

@bigtimebuddy bigtimebuddy added the ✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t label Jan 2, 2021
@bigtimebuddy bigtimebuddy merged commit 13b7c21 into main Jan 2, 2021
@bigtimebuddy bigtimebuddy deleted the fix/filter-clear-mode-typing branch January 2, 2021 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants