[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] lisp/org-table.el: Allow named columns on lhs
From: |
Ihor Radchenko |
Subject: |
Re: [PATCH] lisp/org-table.el: Allow named columns on lhs |
Date: |
Mon, 24 Jul 2023 07:23:16 +0000 |
Gavin Downard <gavin.downard@runbox.com> writes:
> Ihor Radchenko <yantar92@posteo.net> writes:
>> Do we have any tests covering this part of the code?
>
> Not that I know of. I can add a test case for this specific instance,
> but I'm not sure if I should add more comprehensive tests in this patch.
> What do you think?
I'd prefer to see tests for the aspects of org-table that are modified
by the patch (if there are no tests available).
org-table is an old, not very readable code. So, we should better ensure
test coverage to avoid breakage. Eyeballing the code is not very
reliable in this case.
>> In Emacs 26, we will need (require 'subr-x), but otherwise it is not a
>> problem to use `if-let'.
>
> Oh, I didn't realize that. Sorry about that.
Nothing to sorry about. You do not even need to do anything.
org-compat is already loaded by org-table and org-compat loads subr-x.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
- Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, (continued)
- Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Max Nikulin, 2023/07/21
- Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Gavin Downard, 2023/07/21
- Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Max Nikulin, 2023/07/21
- Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Ihor Radchenko, 2023/07/22
- Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Max Nikulin, 2023/07/22
- Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Ihor Radchenko, 2023/07/22
Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Max Nikulin, 2023/07/22
Re: [PATCH] lisp/org-table.el: Allow named columns on lhs, Max Nikulin, 2023/07/24