diff string.rhope @ 69:d0ce696786cc

Clean up debug print statements a bit. Fix bug that prevented workers that took no inputs from working. Remove workaround in Array for said bug.
author Mike Pavone <pavone@retrodev.com>
date Wed, 16 Jun 2010 04:36:08 +0000
parents 048046186d22
children c40c3d399133
line wrap: on
line diff
--- a/string.rhope	Mon Jun 07 15:36:04 2010 -0400
+++ b/string.rhope	Wed Jun 16 04:36:08 2010 +0000
@@ -93,7 +93,7 @@
 {	
 	//TODO: Sanitize string (remove terminal escapes and replace invalid UTF)
 	write[1i32, [string]Buffer >>, Int64[[[string]Buffer >>]Length >>]]
-	{ out <- write[1i32, [Array[1]]Append[10u8], 1i64] }
+	{ out <- write[1i32, [Array[]]Append[10u8], 1i64] }
 }
 
 Flatten@String[string:out]