Refactor tag suggestion mechanism (#7199)
authorGereon Kremer <nafur42@gmail.com>
Sat, 18 Sep 2021 00:13:16 +0000 (02:13 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Sep 2021 00:13:16 +0000 (00:13 +0000)
commit57de807335402741c6371f66cbdd3d3f47863341
treeb22b4c896428b82a8c5754d752c59f454e61d1c4
parent4209fb71c97c06833ef320ad9c73590546c16fa2
Refactor tag suggestion mechanism (#7199)

This refactors the internal tag suggestion mechanism to no longer rely on C-style char arrays, but use a C++ vector of strings instead.
src/base/collect_tags.py
src/base/configuration.cpp
src/base/configuration.h
src/options/didyoumean.h
src/options/options_handler.cpp