https://bugzilla.redhat.com/show_bug.cgi?id=1164483
Bug ID: 1164483
Summary: Review Request: nodejs-filelist - Lazy-evaluating list
of files, based on globs or regexes
Product: Fedora
Version: rawhide
Component: Package Review
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Spec URL: http://download.compton.nu/nodejs/nodejs-filelist.spec
SRPM URL:
http://download.compton.nu/nodejs/nodejs-filelist-0.0.3-1.fc20.src.rpm
Fedora Account System Username: tomh
Description:
A FileList is a lazy-evaluated list of files. When given a list of
glob patterns for possible files to be included in the file list,
instead of searching the file structures to find the files, a FileList
holds the pattern for latter use.
This allows you to define a FileList to match any number of files, but
only search out the actual files when then FileList itself is actually
used. The key is that the first time an element of the FileList/Array
is requested, the pending patterns are resolved into a real list of
file names.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review