TODO session bugs
- State "TODO" from ""
PROPOSED shell different results for :session and external process
- State "PROPOSED" from "TODO"
- State "TODO" from ""
echo 1 echo 2
But without :session this gives
echo 1 echo 2
PROPOSED Getting – marker doesn't point anywhere
- State "PROPOSED" from "" 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"
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")