On Mon, Jun 24, 2013 at 04:54:44PM +0200, Joachim Breitner wrote: > lambdabot> index map > bzzt > lambdabot> run 1 + 1 > Terminated > lambdabot> oeis 1 2 3 > Plugin `oeis' failed with: <<timeout>>
I don't see any regressions below other than it being visibly more upset about djinn not being installed. Even with the mueval binaries "run 1+1" still fails, but that's true in sid as well. Someone might want to fix up mueval and package djinn. % lambdabot [NOTICE] : Initialising plugins [ERROR] Plugin.djinn: Djinn command failed: fd:8: hClose: resource vanished (Broken pipe) WARNING: failed to read Seen module state: too few bytes. Failed reading at byte position 8 [NOTICE] : Done loading plugins lambdabot> index map Data.IntMap, Data.IntSet, Data.Map, Data.Set, Data.List, Prelude lambdabot> run 1 + 1 Terminated lambdabot> oeis 1 2 3 Fibonacci numbers: F(n) = F(n-1) + F(n-2) with F(0) = 0 and F(1) = 1.[0,1,1,2,3,5,8,13,21,34,55,89,144,233,377,610,987,1597,2584,4181,6765,10946,17711,28657,46368,75025,121393,196418,317811,514229, 832040,1346269,2178309,3524578,5702887,9227465,14930352,24157817,39088169] lambdabot> @pl \x -> x * x join (*) lambdabot> @undo do x <- y; a <- b; return (x,a) y >>= \ x -> b >>= \ a -> return (x, a) lambdabot> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
