Mostly change TODOs to FIXMEs and annotate them

But, one change in io to implement a TODO suggestion (using a
const u8)
This commit is contained in:
Tim Chevalier 2012-07-05 14:17:16 -07:00
parent b0d4f09201
commit 50d2e7e07e
6 changed files with 23 additions and 19 deletions

View file

@ -2139,7 +2139,7 @@ class parser {
Is it strange for the parser to check this?
*/
none {
self.fatal("class with no ctor");
self.fatal("class with no constructor");
}
}
}