git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] TODO in read-cache.c
@ 2019-04-06 11:40 Kapil Jain
  2019-04-06 12:03 ` Duy Nguyen
  0 siblings, 1 reply; 7+ messages in thread
From: Kapil Jain @ 2019-04-06 11:40 UTC (permalink / raw)
  To: git, Johannes.Schindelin, Thomas Gummerer

i found some TODO tasks inside `read-cache.c` in `read_index_from()`
function. which says:

/*
* TODO trace2: replace "the_repository" with the actual repo instance
that is associated with the given "istate".
*/

this same TODO occurs at 4 other places in the same file.

Will it be ok, if i complete this TODO by modifying the trace2's
function signatures to accept `struct repository`
and change the calls to those functions accordingly ?

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-04-09  2:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-06 11:40 [RFC] TODO in read-cache.c Kapil Jain
2019-04-06 12:03 ` Duy Nguyen
2019-04-06 12:13   ` Kapil Jain
2019-04-06 12:18     ` Duy Nguyen
2019-04-06 13:30       ` Kapil Jain
2019-04-07  3:04         ` Duy Nguyen
2019-04-09  2:04     ` Taylor Blau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).