about summary refs log tree commit homepage
path: root/lib/PublicInbox/Git.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-11-01 19:06:08 +0000
committerEric Wong <e@80x24.org>2021-11-01 19:49:38 +0000
commitb46de4da83d797281af9603f350e5b7105845eed (patch)
tree07c64258749a9b8bcef4b69cb7ed480aaca09d24 /lib/PublicInbox/Git.pm
parent22ac219d0a2cf78e60d853c2ea527ef5f2a84497 (diff)
downloadpublic-inbox-b46de4da83d797281af9603f350e5b7105845eed.tar.gz
I've been seeing the following error on occasion during "make check-run":
$PWD/t/data-gen/reindex-time-range.v1-master index failed: Modification of a read-only value attempted at $DIR/lib/PublicInbox/SearchIdx.pm line 899, <$r> line 1.

Perhaps this fixes it.  In any case, a construct of:

	 $h->{k} //= do { $h->{x} = ...; $val };

seems wrong and may cause Perl to error out depending on how
hashes are randomized.
Diffstat (limited to 'lib/PublicInbox/Git.pm')
0 files changed, 0 insertions, 0 deletions