Re: [PATCH] Fix warning about using `eq' to compare strings.

2023-11-02 Thread Ihor Radchenko
Karl Fogel  writes:

> This is now beyond the "trivial fix" level of effort that I was 
> prepared to invest to make this warning go away.  Like Rudolf 
> Adamkovič and others before him, I now retire to my country 
> estate, to simultaneously lick my wounds and rest on my laurels 
> (which I guess is better than licking my laurels and resting on my 
> wounds).

If you want to look into low-effort things to contribute, you may
consider helping to clean up https://tracker.orgmode.org/bugs. A number
of bugs there are already resolved or got no reply and should be closed
- see https://tracker.orgmode.org/howto

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [PATCH] Fix warning about using `eq' to compare strings.

2023-11-01 Thread tomas
On Wed, Nov 01, 2023 at 11:29:23AM -0500, Karl Fogel wrote:

> [...] (which I guess is better than licking my
> laurels and resting on my wounds).

Don't underestimate Medirerranean cooking. Laurels can be...
yummy :)

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: [PATCH] Fix warning about using `eq' to compare strings.

2023-11-01 Thread Karl Fogel

On 01 Nov 2023, Ihor Radchenko wrote:

Bastien  writes:

Karl Fogel  writes:

Hi, everyone.  Small fix attached -- it just makes a warning 
go

away.


Applied against the main branch, thanks!


Unfortunately, fixing this warning breaks org-table logic and 
tests.

See previous discussion in
https://list.orgmode.org/orgmode/20230827214320.46754-1-salu...@me.com/


Oh my goodness.  That is... sigh.  Wow.

This is now beyond the "trivial fix" level of effort that I was 
prepared to invest to make this warning go away.  Like Rudolf 
Adamkovič and others before him, I now retire to my country 
estate, to simultaneously lick my wounds and rest on my laurels 
(which I guess is better than licking my laurels and resting on my 
wounds).


Thank you for noticing, and for adding the FIXME later.

Best regards,
-Karl



Re: [PATCH] Fix warning about using `eq' to compare strings.

2023-11-01 Thread Bastien Guerry
Ihor Radchenko  writes:

> I added a FIXME explaining the issue to make the problem more clear.

Good idea, thanks!

-- 
 Bastien Guerry



Re: [PATCH] Fix warning about using `eq' to compare strings.

2023-11-01 Thread Ihor Radchenko
Bastien  writes:

>> Unfortunately, fixing this warning breaks org-table logic and tests.
>> See previous discussion in
>> https://list.orgmode.org/orgmode/20230827214320.46754-1-salu...@me.com/
>
> Ouch. Reverted.

I added a FIXME explaining the issue to make the problem more clear. I
think this is the third attempted fix of this warning on the list :)

https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=1ef9e144a

Canceled.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [PATCH] Fix warning about using `eq' to compare strings.

2023-11-01 Thread Bastien
Ihor Radchenko  writes:

> Bastien  writes:
>
>> Karl Fogel  writes:
>>
>>> Hi, everyone.  Small fix attached -- it just makes a warning go
>>> away.
>>
>> Applied against the main branch, thanks!
>
> Unfortunately, fixing this warning breaks org-table logic and tests.
> See previous discussion in
> https://list.orgmode.org/orgmode/20230827214320.46754-1-salu...@me.com/

Ouch. Reverted.

I took back control over my zombie clone and put him back to sleep in
his coffin.

-- 
 Bastien



Re: [PATCH] Fix warning about using `eq' to compare strings.

2023-11-01 Thread Ihor Radchenko
Bastien  writes:

> Karl Fogel  writes:
>
>> Hi, everyone.  Small fix attached -- it just makes a warning go
>> away.
>
> Applied against the main branch, thanks!

Unfortunately, fixing this warning breaks org-table logic and tests.
See previous discussion in
https://list.orgmode.org/orgmode/20230827214320.46754-1-salu...@me.com/

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [PATCH] Fix warning about using `eq' to compare strings.

2023-11-01 Thread Bastien
Hi Karl,

Karl Fogel  writes:

> Hi, everyone.  Small fix attached -- it just makes a warning go
> away.

Applied against the main branch, thanks!

-- 
 Bastien