HomePhorge

ParserOutput::collectMetadata: Properly handle non-scalar page properties

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

ParserOutput::collectMetadata: Properly handle non-scalar page properties

ParserOutput::setPageProperty() was deprecated for use with non-string
values in 1.42 but there are still callers out there; handle these cases
without the implicit cast to string which ::setUnsortablePageProperty()
would do via its argument type hint.

Bug: T374046
Bug: T373920
Followup-To: I68c28b0d5d23decc058a46c55e767a83c80452f8
Followup-To: I9a235ae828c2cadc9d2c619760f759e51ba73874
Change-Id: I52ecce78fcee8b18cf9d7ea848946f29e2d8b51b

Details

Provenance
C. Scott AnanianAuthored on Sep 4 2024, 7:05 PM

Event Timeline

C. Scott Ananian <cscott@cscott.net> committed rMW13ca36821a14: ParserOutput::collectMetadata: Properly handle non-scalar page properties (authored by C. Scott Ananian <cscott@cscott.net>).Sep 4 2024, 7:19 PM

Commit No Longer Exists

This commit no longer exists in the repository.