TODO session bugs

  • State "TODO" from "" 2010-02-28 Sun 14:54

PROPOSED shell different results for :session and external process

  • State "PROPOSED" from "TODO" 2010-02-25 Thu 16:58
  • State "TODO" from "" 2010-02-19 Fri 13:27
echo 1
echo 2

But without :session this gives

echo 1
echo 2

PROPOSED Getting – marker doesn't point anywhere

  • State "PROPOSED" from "" 2010-02-16 Tue 15:48 Only on first execution; second is OK. And doesn't occur when stepping through with edebug…
hostname
pwd

TODO python 'session output' evaluation is not outputting last line

  • State "TODO" from "PROPOSED" 2010-02-25 Thu 18:13

This is a bit weird. The first evaluation in a session is OK, but second and subsequent evaluations fail to output the last line.

print 'hello'
print 'bye'

But evaluate it again and the second line will not be output.

TODO (R) session evaluation fails if no new line terminating output

cat("There's no newline ending this")