Skip to content

Commit

Permalink
Add TODO(tsoding#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Sep 28, 2020
1 parent f090f2a commit 5b79187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Config_Parse_Result parse_other_variable_compatibility(String_View name, ssize_t
return parse_success();
}

// TODO: get rid of duplicate code in parse_config_text by trying to parse the value as the variable first
// TODO(#216): get rid of duplicate code in parse_config_text by trying to parse the value as the variable first
// That will require somehow distinguishing the variable names and the color values.
// The easiest way to do that is to introduce a prefix for color values. Usually it is `#`. For example `#69696969`.
// But we already use `#` as the comment prefix. So we have to also choose a different comment prefix and migrate the
Expand Down

0 comments on commit 5b79187

Please sign in to comment.