Re: [PATCH] Include support for evaluating julia code

2021-10-03 Thread 陈贤文
Message SUBJECT: Re: [PATCH] Include support for evaluating julia code DATE: 2021-09-24 20:31 FROM: Pedro Bruel TO: Timothy Hi Timothy, Thanks for the reply! I

Re: [PATCH] Include support for evaluating julia code

2021-09-25 Thread Bastien
Timothy writes: > I’ve talked to Nicolò about this, and I don’t think he has yet, but > he’s said he knows what’s needed and it won’t be a problem. Thanks for taking care of this!

Re: [PATCH] Include support for evaluating julia code

2021-09-25 Thread Timothy
Hi Bastien, > We had previous discussions with Pedro on his contribution regarding > ob-julia.el¹, I agreed he could be the maintainer once he signed the > FSF copyright assignment, so I feel an obligation to apply his patch > right now, but I’m sure Pedro, you and Nicolò can work together on >

Re: [PATCH] Include support for evaluating julia code

2021-09-25 Thread Bastien
Hi Timothy, Timothy writes: > Thanks for your patch, it’s great to see the interest in Julia > support and it’s something that I absolutely think should be in > org-core . However, ob-julia.el was moved into org-contrib because > it was not well maintained, and very buggy. I’m actually

Re: [PATCH] Include support for evaluating julia code

2021-09-25 Thread Bastien
Hi Pedro, Pedro Bruel writes: > This patch includes ob-julia.el from org-contrib, and a tentative > test-ob-julia.el test file. Applied in main, thanks a lot. -- Bastien

Re: [PATCH] Include support for evaluating julia code

2021-09-24 Thread Greg Minshall
Timothy, Pedro, would it make sense to consider Pedro's patch as being against the one in org-contrib? (i'm not sure how such patches work.) cheers, Greg

Re: [PATCH] Include support for evaluating julia code

2021-09-24 Thread Pedro Bruel
and intend to submit that to Org > when I feel it is mature enough. See https://github.com/nico202/ob-julia/ > for more information. > > All the best, > *Timothy* > > * From*: Pedro Bruel <%22pedro+bruel%22+%3cpedro.br...@gmail.com%3E> > * Subject*: [PATCH] Include

Re: [PATCH] Include support for evaluating julia code

2021-09-24 Thread Timothy
Hi Pedro, Thanks for your patch, it’s great to see the interest in Julia support and it’s something that I absolutely think should be in org-core . However, ob-julia.el was moved into org-contrib because it was not well maintained, and very buggy. I’m actually currently working on a successor

[PATCH] Include support for evaluating julia code

2021-09-24 Thread Pedro Bruel
: Fri, 24 Sep 2021 16:31:40 -0300 Subject: [PATCH] Include support for evaluating julia code * lisp/ob-julia.el: included from org-contrib * testing/lisp/test-ob-julia.el: start adapting from testing/lisp/test-ob-python.el --- lisp/ob-julia.el | 344