Re: [O] [babel] BUG in :session

2011-09-26 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> Martyn Jago wrote: >>> "Sebastien Vauban" >>> writes: Loading /cygdrive/c/home/sva/src/org-mode/testing/lisp/test-ob-R.el (source)... peculiar error >> >> Just git pull'ed, and re-tested: >> >> ┏ >> ┃ Ran 11

Re: [O] [babel] BUG in :session

2011-09-26 Thread Eric Schulte
"Sebastien Vauban" writes: > Hi Martyn and Eric, > > Martyn Jago wrote: >> "Sebastien Vauban" >> writes: >>> Martyn Jago wrote: Eric Schulte writes: > Martyn Jago writes: >> Unfortunately this is still broken for me. Given the exe exists but the >> feature doesn't (ie no perso

Re: [O] [babel] BUG in :session

2011-09-26 Thread Sebastien Vauban
Hi Martyn and Eric, Martyn Jago wrote: > "Sebastien Vauban" > writes: >> Martyn Jago wrote: >>> Eric Schulte writes: Martyn Jago writes: > Unfortunately this is still broken for me. Given the exe exists but the > feature doesn't (ie no personal config), the following line causes th

Re: [O] [babel] BUG in :session

2011-09-25 Thread Martyn Jago
Hi Sebastien "Sebastien Vauban" writes: > Hi Martyn and Eric, > > Martyn Jago wrote: >> Eric Schulte writes: >>> Martyn Jago writes: Eric Schulte writes: > I've just pushed up what will hopefully be a more general solution. > Basically, language-specific test files can now signal

Re: [O] [babel] BUG in :session

2011-09-25 Thread Martyn Jago
Hi Eric Eric Schulte writes: > Martyn Jago writes: > >> Hi Eric >> >> Eric Schulte writes: >> >>> Martyn Jago writes: >>> Hi Eric Eric Schulte writes: > Hi Martyn, > > I've just pushed up what will hopefully be a more general solution. > Basically, languag

Re: [O] [babel] BUG in :session

2011-09-24 Thread Eric Schulte
"Sebastien Vauban" writes: > Hi Martyn and Eric, > > Martyn Jago wrote: >> Eric Schulte writes: >>> Martyn Jago writes: Eric Schulte writes: > I've just pushed up what will hopefully be a more general solution. > Basically, language-specific test files can now signal errors if the

Re: [O] [babel] BUG in :session

2011-09-24 Thread Eric Schulte
Martyn Jago writes: > Hi Eric > > Eric Schulte writes: > >> Martyn Jago writes: >> >>> Hi Eric >>> >>> Eric Schulte writes: >>> Hi Martyn, I've just pushed up what will hopefully be a more general solution. Basically, language-specific test files can now signal errors if th

Re: [O] [babel] BUG in :session

2011-09-23 Thread Sebastien Vauban
Hi Martyn and Eric, Martyn Jago wrote: > Eric Schulte writes: >> Martyn Jago writes: >>> Eric Schulte writes: I've just pushed up what will hopefully be a more general solution. Basically, language-specific test files can now signal errors if they have unmet dependencies. These

Re: [O] [babel] BUG in :session

2011-09-23 Thread Martyn Jago
Hi Eric Eric Schulte writes: > Martyn Jago writes: > >> Hi Eric >> >> Eric Schulte writes: >> >>> Hi Martyn, >>> >>> I've just pushed up what will hopefully be a more general solution. >>> Basically, language-specific test files can now signal errors if they >>> have unmet dependencies. These

Re: [O] [babel] BUG in :session

2011-09-23 Thread Eric Schulte
Martyn Jago writes: > Hi Eric > > Eric Schulte writes: > >> Hi Martyn, >> >> I've just pushed up what will hopefully be a more general solution. >> Basically, language-specific test files can now signal errors if they >> have unmet dependencies. These are then intercepted by `org-test-load' >>

Re: [O] [babel] BUG in :session

2011-09-23 Thread Martyn Jago
Hi Eric Eric Schulte writes: > Hi Martyn, > > I've just pushed up what will hopefully be a more general solution. > Basically, language-specific test files can now signal errors if they > have unmet dependencies. These are then intercepted by `org-test-load' > and the file is not added to the t

Re: [O] [babel] BUG in :session

2011-09-21 Thread Eric Schulte
Hi Martyn, I've just pushed up what will hopefully be a more general solution. Basically, language-specific test files can now signal errors if they have unmet dependencies. These are then intercepted by `org-test-load' and the file is not added to the test suite. Hopefully this will allow langu

Re: [O] [babel] BUG in :session

2011-09-21 Thread Martyn Jago
Hi Sebastien and Eric "Sebastien Vauban" writes: > Hi Eric and Martyn, > > Eric Schulte wrote: >> Martyn Jago writes: >>> Unfortunately this test introduces an external dependency for R (which I >>> haven't currently got on my system so fails here). Not sure if that is >>> avoidable - I have no

Re: [O] [babel] BUG in :session

2011-09-21 Thread Sebastien Vauban
Hi Eric and Martyn, Eric Schulte wrote: > Martyn Jago writes: >> Unfortunately this test introduces an external dependency for R (which I >> haven't currently got on my system so fails here). Not sure if that is >> avoidable - I have no problem installing it if not. > > Yes, I think we're going

Re: [O] [babel] BUG in :session

2011-09-21 Thread Eric Schulte
"Sebastien Vauban" writes: > Hi Martyn, > > Martyn Jago wrote: >> Eric Schulte writes: >>> Thanks for finding this bug, I introduced it in one of my recent >>> changes. I've just pushed up a fix and a test case. >> >> Unfortunately this test introduces an external dependency for R (which I >> h

Re: [O] [babel] BUG in :session

2011-09-21 Thread Eric Schulte
Martyn Jago writes: > Hi Eric > > Eric Schulte writes: > >> Hi Rainer, >> >> Thanks for finding this bug, I introduced it in one of my recent >> changes. I've just pushed up a fix and a test case. >> >> Best -- Eric >> > > Unfortunately this test introduces an external dependency for R (which I

Re: [O] [babel] BUG in :session

2011-09-21 Thread Sebastien Vauban
Hi Martyn, Martyn Jago wrote: > Eric Schulte writes: >> Thanks for finding this bug, I introduced it in one of my recent >> changes. I've just pushed up a fix and a test case. > > Unfortunately this test introduces an external dependency for R (which I > haven't currently got on my system so fai

Re: [O] [babel] BUG in :session

2011-09-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/09/11 14:57, Eric Schulte wrote: > Hi Rainer, > > Thanks for finding this bug, I introduced it in one of my recent > changes. I've just pushed up a fix and a test case. Thanks for your prompt response - that's what I like about the open sourc

Re: [O] [babel] BUG in :session

2011-09-21 Thread Martyn Jago
Hi Eric Eric Schulte writes: > Hi Rainer, > > Thanks for finding this bug, I introduced it in one of my recent > changes. I've just pushed up a fix and a test case. > > Best -- Eric > Unfortunately this test introduces an external dependency for R (which I haven't currently got on my system so

Re: [O] [babel] BUG in :session

2011-09-21 Thread Eric Schulte
Hi Rainer, Thanks for finding this bug, I introduced it in one of my recent changes. I've just pushed up a fix and a test case. Best -- Eric Rainer M Krug writes: > Hi > > Org-mode version 7.7 (release_7.7.311.g0c099) > > If execute (Ctrl-c) the code below > > * load data > #+begin_src R :ta

[O] [babel] BUG in :session

2011-09-21 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Org-mode version 7.7 (release_7.7.311.g0c099) If execute (Ctrl-c) the code below * load data #+begin_src R :tangle no :export results :session R paste("Yep!") #+end_src I get an error: ## executing R code block... org-babel-R-evalu