Re: Testing issues for Ada/SPARK support in Babel

2024-05-18 Thread Ihor Radchenko
Francesc Rocher writes: > If you don't mind, I attach here the patch in its current state for > reviewing purposes. Sure. See my comments inline. > +;; Author: Francesc Rocher > +;; Maintainer: Francesc Rocher If you can, please provide a contact email here. > + > +(require 'ob) > +(require

Re: Testing issues for Ada/SPARK support in Babel

2024-05-13 Thread Francesc Rocher
purposes. BR, -- Francesc Rocher On Mon, May 13, 2024 at 10:08 AM Ihor Radchenko wrote: > Ihor Radchenko writes: > > > Francesc Rocher writes: > > > >> I'm starting from scratch the set of tests for Ada/SPARK support in > Babel. > >> I've prepared a file wit

Re: Testing issues for Ada/SPARK support in Babel

2024-05-13 Thread Ihor Radchenko
Ihor Radchenko writes: > Francesc Rocher writes: > >> I'm starting from scratch the set of tests for Ada/SPARK support in Babel. >> I've prepared a file with the first example: > ... It has been a while since the last update in this thread. May I know if you need any hel

Re: Testing issues for Ada/SPARK support in Babel

2024-03-12 Thread Ihor Radchenko
Francesc Rocher writes: > I'm starting from scratch the set of tests for Ada/SPARK support in Babel. > I've prepared a file with the first example: > > ---8<--- testing/examples/ob-ada-spark-test-org ---8<--- > ... > Then in the file testing/test-ob-ada-spark.el I've defi

Testing issues for Ada/SPARK support in Babel

2024-03-10 Thread Francesc Rocher
Hi all, I'm starting from scratch the set of tests for Ada/SPARK support in Babel. I've prepared a file with the first example: ---8<--- testing/examples/ob-ada-spark-test-org ---8<--- * Simple tests :PROPERTIES: :ID: 778e63c2-2644-4a6f-8e7d-f956fa3d9241 :END: #+name: hello

Re: Ada/SPARK support in Babel

2024-02-27 Thread Francesc Rocher
Hi all, At the moment, ob-ada-spark is available at MELPA, https://melpa.org/#/ob-ada-spark. For what I've seen, it seems enough for the Ada community: 187 downloads since it was published back in 2022 (possibly that's not relevant; possibly if it was available in org-mode some people would be

Re: Ada/SPARK support in Babel

2024-02-25 Thread Ihor Radchenko
Francesc Rocher writes: > If you still want to include it into the mainstream org-mode repository, > then I'll be more than happy > to contribute. If so, let me know what are the next steps and what kind of > test do you expect. Yes, we are interested to have Ada support in Org mode repository.

Re: Ada/SPARK support in Babel

2024-02-24 Thread Bastien Guerry
Ihor Radchenko writes: > My initial assessment is that we might include babel support for Ada if > it is accompanied by good set of tests, so that we do not need to worry > too much about things breaking even if there is no ob-ada maintainer. > > ... and let's see if the original author is still

Re: Ada/SPARK support in Babel

2023-12-17 Thread Ihor Radchenko
[ I am going through some old threads without reply. ] Francesc Rocher writes: > I've started developing Babel support for Ada and SPARK languages. > I would like to include them in the main org-mode repository, as an > additional ("officially") supported l

Ada/SPARK support in Babel

2021-12-01 Thread Francesc Rocher
Hi all, I've started developing Babel support for Ada and SPARK languages. I would like to include them in the main org-mode repository, as an additional ("officially") supported language by org-mode. Temporary development can be found at https://github.com/rocher/ob-ada-spark/