Opened 9 years ago
Closed 9 years ago
#48347 closed enhancement (fixed)
tbb: use expand operator instead of eval
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | sean@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | haspatch | Cc: | |
Port: | tbb |
Description
Now that we guarantee the availability of Tcl 8.5 in MacPorts, we should use the expand operator ({*}
) instead of the eval
proc to expand lists. May I commit this patch?
Attachments (1)
Change History (3)
Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | tbb-expand.diff added |
---|
comment:1 Changed 9 years ago by sean@…
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Yes, please do! Thanks.