Re: consistent behavior across babel languages

2020-11-27 Thread ian martins
On Thu, Nov 26, 2020 at 9:42 AM Neil Jerram wrote: > Wonderful, thank you. I have been thinking it would be nice to have a test > suite along these lines, but detailed doc like this is more feasible and > maintainable. A test suite is a good idea as a next step to protect correct behaviors. I

Re: consistent behavior across babel languages

2020-11-26 Thread Neil Jerram
On Wed, 25 Nov 2020 at 05:20, ian martins wrote: > Something I've found challenging is the inconsistency between babel > languages. It makes it difficult for a babel user to get a source > block to do what they want, or for a babel developer to even know what > correct behavior is. > > I'm not su

Re: consistent behavior across babel languages

2020-11-26 Thread Neil Jerram
On Wed, 25 Nov 2020 at 05:20, ian martins wrote: > Something I've found challenging is the inconsistency between babel > languages. It makes it difficult for a babel user to get a source > block to do what they want, or for a babel developer to even know what > correct behavior is. > > I'm not su

Re: consistent behavior across babel languages

2020-11-25 Thread ian martins
On Wed, Nov 25, 2020 at 2:06 AM Tim Cross wrote: > > I will try to allocate time on the weekend to > review what you have and see if there are any I know of which you have > not included. That would be great. On Wed, Nov 25, 2020 at 2:39 PM Tom Gillespie wrote: > > Since there are so many diffe

Re: consistent behavior across babel languages

2020-11-25 Thread Tom Gillespie
Hi Ian, Thanks for getting this started. I have been collecting a list of org babel issues and worg is definitely a better place to put them than in one big email. Since there are so many different features that a babel language implementation can support I don't want to try to put them all in

Re: consistent behavior across babel languages

2020-11-24 Thread Tim Cross
ian martins writes: > Something I've found challenging is the inconsistency between babel > languages. It makes it difficult for a babel user to get a source > block to do what they want, or for a babel developer to even know what > correct behavior is. > > I'm not sure if anything can be done

consistent behavior across babel languages

2020-11-24 Thread ian martins
Something I've found challenging is the inconsistency between babel languages. It makes it difficult for a babel user to get a source block to do what they want, or for a babel developer to even know what correct behavior is. I'm not sure if anything can be done since changes will likely break exi