[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hash_delete safe to remove?
From: |
Bruno Haible |
Subject: |
Re: hash_delete safe to remove? |
Date: |
Sun, 14 Apr 2024 02:50:53 +0200 |
Collin Funk wrote:
> A month or two ago I updated gnulib in GNU patch to fix some build
> failures. I also noticed some deprecation warnings from 'hash_delete'
> and changed them to 'hash_remove'.
>
> I forgot to ask here, but should this be removed now?
Has there been an official 'patch' release that includes the change,
already? If not, it's too early: Some people (or distros) like to
take the git checkout of the latest release and rebuild the generated
files with the newest gnulib. There will be some things to update, sure
(like the 'execute' argument list). But the fewer problems there are,
the better. Even if we don't promise that there are no problems.
In other words: Each backward-incompatible change (-> mentioned in the
NEWS file) can trigger problems. Let's try to minimize the trouble.
Bruno