zakarumych / edict

Other
93 stars 6 forks source link

Fix QueryTrackedIter::fold uses 0 as tracks epoch #13

Closed akhilman closed 2 years ago

akhilman commented 2 years ago

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

akhilman commented 2 years ago

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

zakarumych commented 2 years ago

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?

akhilman commented 2 years ago

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 compileedictdue to 24 previous errors; 27 warnings emitted

zakarumych commented 2 years ago

QueryTrackedIter is no longer exists