Re: Language support for C# in org-babel

2025-05-05 Thread poverobuosodonati
ssumption is not exactly /elegant/. Should we transition to an explicit check for either "yes" or "no"? I am a bit undecided here tbh. I will however adapt the code accordingly and add an appropriate test. On 27.04.25 13:40, Ihor Radchenko wrote: poverobuosodonati wri

Re: Language support for C# in org-babel

2025-04-21 Thread poverobuosodonati
g.org/buoso/csharp-babel/src/commit/8bfe402122e48b0145deef86772310d47aa17efa/test-ob-csharp.el#L84-L92 On 19.04.25 15:54, Ihor Radchenko wrote: poverobuosodonati writes: 1. Let's call the file a part of Emacs (we plan to move tests to Emacs eventually) For this I would need some additional support as I don't

Re: Language support for C# in org-babel

2025-04-15 Thread poverobuosodonati
t; I updated the respective docstrings. 9.8 is the future version I bumped the version number. Additionally, there are now tests for the `org-babel-csharp-additional-project-flags` setting as well. On 14.04.25 20:23, Ihor Radchenko wrote: poverobuosodonati writes: Next step will be wr

Re: Language support for C# in org-babel

2025-04-13 Thread poverobuosodonati
the org-mode repository. In addition, the FSF paperwork is complete and I got access to the emacs repository. [1] https://codeberg.org/buoso/csharp-babel/src/branch/dev/test-ob-csharp.el [2] https://codeberg.org/buoso/csharp-babel/src/branch/dev/ob-csharp-test.org On 15.03.25 15:34, Ihor Radch

Re: Language support for C# in org-babel

2025-03-11 Thread poverobuosodonati
doc-csharp.org" after the review. [1] https://codeberg.org/buoso/csharp-babel/src/commit/6f0c528bbdc0cd56c0639c630a11e80b25d1f74c/ob-csharp.el#L225-L230 [2] https://codeberg.org/buoso/csharp-babel/src/branch/dev/Readme.org [3] https://git.sr.ht/~bzg/worg/tree/master/item/org-contrib/babel/la

Re: Language support for C# in org-babel

2025-02-22 Thread poverobuosodonati
tus of a "shared library" that can be included in other code blocks/csharp projects to make use of the functionality it provides. Please rename this into org-babel-variable-assignments:csharp and let it accept params argument. Can you help me out here understanding this better? Is i

Re: Language support for C# in org-babel

2025-01-26 Thread poverobuosodonati
Thank you so much for your input and guidance. I have put my "patch request" in a public repository. Please find it here https://codeberg.org/buoso/csharp-babel I've tried to document the incentive as well as the usage quite extensive. I would like to propose to merge this as a maintainer as I'

Language support for C# in org-babel

2025-01-06 Thread poverobuosodonati
Hi guys, I am a newbie in that I've never contributed so far. Thus, I would like to start this journey with pinging the mailing list first as it is indicated in the contributing documentation. As far as I know, there is currently no language support for C# withi org-babel. As t