From 81e566e9e1355d42ef30861cb3ec7170d4c099ec Mon Sep 17 00:00:00 2001 From: jdf Date: Mon, 15 Mar 2010 16:20:31 +0000 Subject: [PATCH] Moved fixed bug up --- todo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todo.txt b/todo.txt index 7d9f8dee5..07b85f556 100644 --- a/todo.txt +++ b/todo.txt @@ -16,6 +16,8 @@ X preprocessor error if last line of code is a comment with no CR after it, X an OutOfMemoryError wants to happen, X but right now there's a hack to add a CR in PdePreprocessor X http://dev.processing.org/bugs/show_bug.cgi?id=5 +_ preproc can't handle labels to break/continue nested loops +_ http://dev.processing.org/bugs/show_bug.cgi?id=631 _ finish build instructions for 1.1 @@ -753,8 +755,6 @@ _ with additional .pde files, don't allow static mode in front tab _ don't allow "for (blah; blah; blah) ;" _ or if (blah blah blah) ; _ it's never useful. students can use { } if they want an empty block -_ preproc can't handle labels to break/continue nested loops -_ http://dev.processing.org/bugs/show_bug.cgi?id=631 _ toInt() needs to go away in time for the book.. fix parser bugs _ using a processing keyword as a variable name gives unhelpful error message _ http://dev.processing.org/bugs/show_bug.cgi?id=213