Fix marker duplication - #59
Merged
Merged
Conversation
techalchemy
force-pushed
the
fix-marker-duplication
branch
2 times, most recently
from
October 3, 2018 03:05
7d1d85e to
60e9ed8
Compare
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
- Also clean up python specifiers Signed-off-by: Dan Ryan <dan@danryan.co>
- Also add magic methods to MetaSet object - Super fast and efficient now due to set comparisons - Old method had sometimes thousands of the same pyspecs - This consolidates as it builds Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co> Add set operations and comparison methods to metasets Signed-off-by: Dan Ryan <dan@danryan.co> Add abstract extraction methods for marker cleanup Signed-off-by: Dan Ryan <dan@danryan.co> Add intersection method for PySpecs and smarter unions and creation Signed-off-by: Dan Ryan <dan@danryan.co> Simplify and cleanup metadata implementation Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
techalchemy
force-pushed
the
fix-marker-duplication
branch
from
October 3, 2018 05:38
60e9ed8 to
4d72b7a
Compare
uranusjr
reviewed
Oct 3, 2018
| # mypy | ||
| .mypy_cache/ | ||
| .dmypy.json | ||
| dmypy.json |
Member
There was a problem hiding this comment.
Why does every PR has this. Maybe commit this first and base all PRs after it?
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Codecov Report
@@ Coverage Diff @@
## add-tests-frost #59 +/- ##
===================================================
- Coverage 56.35% 54.94% -1.42%
===================================================
Files 42 42
Lines 2335 2701 +366
Branches 388 475 +87
===================================================
+ Hits 1316 1484 +168
- Misses 915 1102 +187
- Partials 104 115 +11
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#55 (4/4) deduplicate and merge markers using set logic (probably needs some cleanup but it mostly gets the job done now)