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.
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
Store time of tagging #114
Store time of tagging #114
Changes from 17 commits
ad650ed
242024e
dcbedeb
dedfb55
7266af1
42342a3
1935828
c1aa85d
1c49cd8
f847609
f82afbe
b702261
13c7a05
b9481d6
691911f
6827364
0900da9
f606f1b
0540e90
9930bac
c6f874e
064d8a5
5264da1
266f26a
cfc02ad
504aeb7
86c367e
d64515d
858002a
f254e67
92e87c9
f149b0c
f0709ac
6f5fc67
48f6240
2b3f537
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 13 in src/queries.jl
Codecov / codecov/patch
src/queries.jl#L13
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the TODO comment still valid? What is necessary to fix it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would consider it resolved, considering we're using a dictionary instead of a vector of tags, so deleting a tag just need the key to be dropped(deleted) rather than iterating and comparing for equality through each element of a vector of tags. If you agree I'll remove the TODO. This would also mean we could close #74
Check warning on line 273 in src/queries.jl
Codecov / codecov/patch
src/queries.jl#L272-L273