From 26146dbe9eb2404274b7c51121710f3f3529c930 Mon Sep 17 00:00:00 2001 From: "teor (Tim Wilson-Brown)" Date: Thu, 23 Jun 2016 10:49:03 +1000 Subject: Comment-out fallbacks in a way the stem fallback parser understands If we manually remove fallbacks in C by adding '/*' and '*/' on separate lines, stem still parses them as being present, because it only looks at the start of a line. Add a comment to this effect in the generated source code. --- changes/ticket19071-19480 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'changes') diff --git a/changes/ticket19071-19480 b/changes/ticket19071-19480 index 3366f825d3..ab5c72a2d1 100644 --- a/changes/ticket19071-19480 +++ b/changes/ticket19071-19480 @@ -5,6 +5,9 @@ o Minor features (fallback directory list): - Update hard-coded fallback list to remove unsuitable fallbacks. Resolves ticket 19071. Patch by teor. + - Add a comment to the generated list that explains how to comment-out + unsuitable fallbacks in a way that's compatible with the stem fallback + parser. - Update fallback whitelist and blacklist based on relay operator emails. Blacklist unsuitable fallbacks. Resolves ticket 19071. Patch by teor. -- cgit v1.2.3-54-g00ecf