Skip to content

Commit

Permalink
Deprecate "todo" and "TODO" tags in favor of "fixme" (re: #6214)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Apr 28, 2019
1 parent c9c5284 commit c812d11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,14 @@
"old": {"theatre:type": "amphitheatre"},
"replace": {"theatre:type": "amphi"}
},
{
"old": {"todo": "*"},
"replace": {"fixme": "$1"}
},
{
"old": {"TODO": "*"},
"replace": {"fixme": "$1"}
},
{
"old": {"toilets:disposal": "longdrop"},
"replace": {"toilets:disposal": "pitlatrine"}
Expand Down
2 changes: 2 additions & 0 deletions data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -1848,6 +1848,8 @@
{"key": "sloped_curb", "value": "no", "description": "🄳 ➜ kerb=raised"},
{"key": "sloped_curb", "value": "yes", "description": "🄳 ➜ kerb=lowered"},
{"key": "theatre:type", "value": "amphitheatre", "description": "🄳 ➜ theatre:type=amphi"},
{"key": "todo", "description": "🄳 ➜ fixme=*"},
{"key": "TODO", "description": "🄳 ➜ fixme=*"},
{"key": "toilets:disposal", "value": "longdrop", "description": "🄳 ➜ toilets:disposal=pitlatrine"},
{"key": "toilets:disposal", "value": "pit_latrine", "description": "🄳 ➜ toilets:disposal=pitlatrine"},
{"key": "tourism", "value": "bed_and_breakfast", "description": "🄳 ➜ tourism=guest_house + guest_house=bed_and_breakfast"},
Expand Down

0 comments on commit c812d11

Please sign in to comment.