Bug 1433772 - Review Request: nodejs-braces - Fastest brace expansion for node.js
Summary: Review Request: nodejs-braces - Fastest brace expansion for node.js
Keywords:
Status: CLOSED DUPLICATE of bug 1364172
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1433764
TreeView+ depends on / blocked
 
Reported: 2017-03-19 23:08 UTC by Honza Horak
Modified: 2017-05-08 17:12 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-08 17:12:21 UTC
Type: ---
Embargoed:
hhorak: fedora-review?


Attachments (Terms of Use)

Description Honza Horak 2017-03-19 23:08:16 UTC
Spec URL: https://hhorak.fedorapeople.org/nodemon/nodejs-braces.spec
SRPM URL: https://hhorak.fedorapeople.org/nodemon/nodejs-braces-1.8.2-8.fc25.src.rpm

Description:
Fastest brace expansion for node.js, with the most complete
support for the Bash 4.3 braces specification.

 - Complete support for the braces part of the Bash 4.3 Brace Expansion.
     Braces passes all of the relevant unit tests from the spec.
 - Expands comma-separated values: a/{b,c}/d => ['a/b/d', 'a/c/d']
 - Expands alphabetical or numerical ranges: {1..3} => ['1', '2', '3']
 - Very fast
 - Special characters can be used to generate interesting patterns.

scratch build of nodejs-braces-1.8.2-8.fc25.src.rpm for f26: http://koji.fedoraproject.org/koji/taskinfo?taskID=18354110

Fedora Account System Username: hhorak

Comment 1 Jared Smith 2017-05-08 17:12:21 UTC

*** This bug has been marked as a duplicate of bug 1364172 ***


Note You need to log in before you can comment on or make changes to this bug.