--- Begin Message ---
Subject: |
24.0.50; CCL is broken |
Date: |
Sat, 28 May 2011 21:49:35 +0900 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/23.3.50 (i386-mingw-nt6.1.7601) MULE/6.0 (HANACHIRUSATO) |
Below code raises error "Error in CCL program at 4th code" on trunk.
(progn
(define-ccl-program ccl-test
'(1 (loop
(read r0)
(write-repeat r0))))
(ccl-execute-on-string 'ccl-test (make-vector 9 0) "_"))
--
Kazuhiro Ito
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#8751: 24.0.50; CCL is broken |
Date: |
Mon, 30 May 2011 19:16:40 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 |
> Here is a quick fix for actual code, but I don't check whether there
> is other problems.
Thanks, I came up with something similar independently, and installed
a fix into the trunk (bzr 104441). This fix adjusted the comment as
best I could.
Bug#8719 and Bug#8751 are related so I'll CC: this to bug 8719 to give
Kenichi Handa a heads-up.
--- End Message ---