[Bug 204772] Added GH_TUPLE that allows to add many GitHub projects in a more succinct form

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 13 12:13:44 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204772

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

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

.for T in ${TT}
X:=${T:C@:.*@@}
G+=X${X:C at 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.


More information about the freebsd-ports-bugs mailing list