Open nico opened 11 years ago
Good: resource.pak -> resources.pak
Good: unittests.exe -> unit_tests.exe
(Tacking on ".exe" on windows might be useful)
Bad: didn't correct "webkit_all" to "all_webkit"
Bad: unknown target '0j2', did you mean 'not'?
Currently, ninja suggests a spellchecked target if the edit distance is 3 or less. That works well in many cases, but doesn't in some. This issue is for collecting good and bad examples, then that can be used to decide on some better heuristic in the future.
Good: content_unit_tests -> content_unittests Bad: pdf -> wtf
(to be continued…)