edict icon indicating copy to clipboard operation
edict copied to clipboard

Fix QueryTrackedIter::fold uses 0 as tracks epoch

Open akhilman opened this issue 2 years ago • 3 comments

QueryTrackedIter::fold function always used 0 instead of the requested component epoch value. Use the epoch value as it should.

akhilman avatar May 20 '22 03:05 akhilman

This fault is CI's fault, same commit in #14 passes clippy check.

akhilman avatar May 20 '22 10:05 akhilman

I didn't run checks in #14 yet. Do you mean that you checked it locally? Can you validate that you have up-to-date clippy?

zakarumych avatar May 20 '22 11:05 zakarumych

I didn't run checks in #14 yet. Do you mean that you checked it locally? Can you validate that you have up-to-date clippy?

I have the exactly same error count as with master. clippy from stable: error: could not compile edict due to 24 previous errors; 27 warnings emitted

akhilman avatar May 20 '22 11:05 akhilman

QueryTrackedIter is no longer exists

zakarumych avatar Sep 07 '22 14:09 zakarumych