Skip to content

Rewrite the single text-format use with concat

Jean-Paul Calderone requested to merge remove-text-format-dependency into master

This removes the dependency on the text-format which brings with it substantial dependencies, including a dependency on the double-conversion native library which is difficult to build for some platforms (aarch64-android, notably).

The use was pretty trivial and is easily replaced by simple text concatenation.

Merge request reports