Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2015 12:13:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204772] Added GH_TUPLE that allows to add many GitHub projects in a more succinct form
Message-ID:  <bug-204772-13-xalz51z5HM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204772-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204772-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204772

--- Comment #11 from yuri@rawbw.com ---
Here is the short testcase:

TT+=lx:x
TT+=cx:y

.for T in ${TT}
X:=${T:C@:.*@@}
G+=X${X:C@x@@}
.endfor
.error "G=${G}"

It evaluates to Xc Xc instead of Xl Xc

I am not sure if it is practical to attempt to find a solution in this case.

Because it otherwise works fine, just nor very human-readable.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204772-13-xalz51z5HM>