On Mon, May 27, 2019 at 01:37:00PM +0200, Phil Sutter wrote: > Parsing of the "target" property was flawed in two ways: > > * The value was extracted twice. Drop the first unconditional one. > * Expression allocation required since commit f1e8a129ee428 was broken, > The expression was allocated only if the property was not present. Applied, thanks.