Thank you for looking into this @miconda ! I just tried and a nightly Debian bookworm package (specifically 6.1.0~dev1+bpo12.20250614024421.153
) seems to behave as intended.
To be honest, I did not notice the weirdness of the mode, but I came across it while looking for a way to make ds_is_from_list()
look up the originating set ID of a request accomodating both
without resorting to something like
if (!ds_is_from_list("-1", "0")) {
ds_is_from_list("-1", "3");
}
I am currently happy with the "workaround", but maybe when this commit makes it into a release I will give it a spin.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.