bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New conditional assignment facility


From: Dmitry Goncharov
Subject: Re: New conditional assignment facility
Date: Mon, 22 Jan 2024 21:33:08 -0500

On Mon, Jan 22, 2024 at 8:16 AM Paul Smith <psmith@gnu.org> wrote:
> I don't understand the point you are making about +!=.

If all new operators behave the same as +=, when the variable exists, then
+!= is not needed, because +!= would do the same as +=$(shell ...).

Based on your explanations, it looks like you want the new operators
to differ from +=, when the variable exists.
Which brings me to the conclusion that this is not only about having
+:= create a simple variable, when there is no variable.
This project must have some other goals?
In other words, in which scenarios do you envision the new operators to be used?

regards, Dmitry



reply via email to

[Prev in Thread] Current Thread [Next in Thread]