More refactoring for BuildIndexInfo

Started by Michael Paquierover 6 years ago2 messageshackers
Jump to latest
#1Michael Paquier
michael@paquier.xyz

Hi all,

7cce1593 has introduced a new routine makeIndexInfo to create
IndexInfo nodes. It happens that we can do a bit more refactoring as
per the attached, as BuildIndexInfo can make use of this routine,
removing some duplication on the way (filling in IndexInfo was still
duplicated in a couple of places before 7cce159).

Any thoughts or objections?
--
Michael

Attachments:

indexinfo-refactor.patchtext/x-diff; charset=us-asciiDownload+11-37
#2Michael Paquier
michael@paquier.xyz
In reply to: Michael Paquier (#1)
Re: More refactoring for BuildIndexInfo

On Thu, Aug 01, 2019 at 01:13:22PM +0900, Michael Paquier wrote:

Any thoughts or objections?

Hearing nothing, done.
--
Michael