]> Sergey Matveev's repositories - public-inbox.git/commit
msgmap: ->new_file to supports $ibx arg, drop ->new
authorEric Wong <e@80x24.org>
Tue, 12 Oct 2021 11:47:04 +0000 (11:47 +0000)
committerEric Wong <e@80x24.org>
Tue, 12 Oct 2021 21:46:36 +0000 (21:46 +0000)
commit9f02576da775abf208f5a03c03b6f7abd72596d0
tree49d24d01fca0987281d087862e5149c60928b68a
parent2a3c8d7a2c40ad9424db10d68470d8bb120bddf9
msgmap: ->new_file to supports $ibx arg, drop ->new

The original Msgmap->new API was v1-specific and not necessary.
The ->new_file API now supports an $ibx object being passed to
it, simplify -no_fsync use.  It will also make an upcoming
change easier...
lib/PublicInbox/Inbox.pm
lib/PublicInbox/InboxWritable.pm
lib/PublicInbox/Msgmap.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm
t/altid.t
t/altid_v2.t
t/filter_rubylang.t
t/init.t
t/msgmap.t