Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Fix recursive brace expansion #65

Merged

Conversation

tmadlener
Copy link
Contributor

This addresses and solves #64 and fixes the recursive expansion while keeping branches with braces in their names working as they should.

I have also run some timing tests and it basically doesn't change w.r.t. to the previous solution.

The solution is a copy from
https://rosettacode.org/wiki/Brace_expansion#Python
with some minor adaptions to clearer variable names and at least a sentence describing the functionality. I am not entirely sure about the licensing but as far as I can tell it should be OK.

The solution is a copy from
https://rosettacode.org/wiki/Brace_expansion#Python
with some minor adaptions to clearer variable names and at least a sentence
describing the functionality.
@coveralls
Copy link

coveralls commented Jul 11, 2018

Coverage Status

Coverage decreased (-0.7%) to 90.351% when pulling 1a7b20f on tmadlener:fix-recursive-brace-expansion into b7f7479 on scikit-hep:master.

@chrisburr chrisburr merged commit 66bef4e into scikit-hep:master Jul 12, 2018
@chrisburr
Copy link
Member

Hi @tmadlener, thanks for fixing this!

I've tested it locally and it works (Travis is broken at the moment) so LGTM! 👍

@tmadlener tmadlener deleted the fix-recursive-brace-expansion branch July 12, 2018 07:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants