CI tests

2022-11-05 Thread Christian Köstlin
Dear org-mode users, at the moment I am trying to enable as much of the org-mode testsuite on the ci server (see https://builds.sr.ht/~bzg for the latest testruns). >From time to time some tests fail, because the time when e.g. a timestamp is written to the buffer is different to when the timest

Re: [PATCH] Ignore flaky ob-python tests

2022-11-03 Thread Christian Köstlin
Ihor Radchenko wrote: > > Christian Köstlin writes: > > > With my patch the tests are still failing but the testsuite continues > > to run and returns > > with 0 as status code (one can see the failed test though). > > FYI, I am using automated scripts to run make test l

Re: [PATCH] Ignore flaky ob-python tests

2022-11-02 Thread Christian Köstlin
On Wed, Nov 2, 2022 at 7:52 AM Ihor Radchenko wrote: > > Christian Köstlin writes: > > > The new async feature of python seems to be implemented in a way > > that can break with high CPU load. This patch still runs the 3 tests in > > question, but does not fail the c

[PATCH] Ignore flaky ob-python tests

2022-11-01 Thread Christian Köstlin
The new async feature of python seems to be implemented in a way that can break with high CPU load. This patch still runs the 3 tests in question, but does not fail the complete testsuite if any of those fail. Kind regards, Christian 0001-testing-lisp-test-ob-python.el-Ignore-flaky-tests.patch D

Re: Problems running ob-julia tests (testing/test-ob-julia.el)

2022-10-20 Thread Christian Köstlin
On Wed, Oct 19, 2022 at 3:32 AM Ihor Radchenko wrote: > > Pedro Bruel writes: > > > I believe the ob-julia version we have on orgmode does not support sessions. > > There is definitely session support in lisp/ob-julia.el. ob-julia does > define org-babel-load-session:julia and org-babel-prep-sess

Problems running ob-julia tests (testing/test-ob-julia.el)

2022-10-17 Thread Christian Köstlin
Dear org-mode wizards, I am trying to run the ob-julia tests but `make test` is prompting me for a project folder. Has anybody the tests (or the ob-julia setup) in a working state? (Simple ob-julia evaluations (without session) do work for me). Kind regards, Christian

[PATCH] Unit-test for Please add support for dlangs packagemanager to ob-C.el

2022-10-01 Thread Christian Köstlin
Aforementioned unit-test. Kind regards, Christian 0002-testing-lisp-test-ob-C.el-Add-test-for-dub-support-i.patch Description: Binary data

[PATCH] Please add support for dlangs packagemanager to ob-C.el - v3

2022-10-01 Thread Christian Köstlin
After adding unit-tests (following in another patchset) I found a bug in my last patch. Sorry for the noise. Kind regards, Christian 0001-lisp-ob-C.el-Support-dub-in-ob-D.patch Description: Binary data

[PATCH] Please add support for dlangs packagemanager to ob-C.el

2022-10-01 Thread Christian Köstlin
Thanks a lot for you feedbacks! I rebased my change now, and I hope my changed commit message now conforms more the the projects standard. I will send in another patchset including some unittests, if I can get them to work locally at my machine. Thanks in advance, Christian 0001-lisp-ob-C.el-Su

Please add support for dlangs packagemanager to ob-C.el

2022-09-26 Thread Christian Köstlin
Please see the patch comment. I reworked my original patch to fit into the TINYPATCH category. Kind regards, Christian 0001-lisp-ob-C.el-Support-dub-dependencies-for-dlang.patch Description: Binary data

Re: Re: Please add support for dlangs packagemanager to ob-C.el

2022-03-13 Thread Christian Köstlin
Hi Thierry, thanks for your feedback and please let me know if I should change anything to fit better into the org-mode codebase. > Easily adding DLang dependencies while keeping a single code block seems > quite useful. > I will take a deeper look at your proposal. > Also, you marked your patc

Please add support for dlangs packagemanager to ob-C.el

2022-03-08 Thread Christian Köstlin
I Hope the patch already contains enough background information why its a nice feature to have in ob-C.el. Kind regards, Christian 0001-lisp-ob-C.el-Support-dub-dependencies-for-dlang.patch Description: Binary data

[O] Is there a addon or corefunctionality that helps with e.g. clock-tables?

2018-08-25 Thread Christian Köstlin
Whenever I want to work with a clock-table I have to open up https://orgmode.org/manual/The-clock-table.html and look at the options that clock-table supports. It would be great to have a simple ui e.g. like magit or deadgrep that can be opened for a clocktable and change the settings. kind regar