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

added es_list function, made graphite wildcards match exactly #371

Merged
merged 1 commit into from
Nov 7, 2016

Conversation

DanCech
Copy link
Contributor

@DanCech DanCech commented Nov 4, 2016

No description provided.

q="$q$new"
done
i=$(expr $i + 1)
q="$q+-_exists_:nodes.n$i"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do i understand correctly that this checks for the absence of the "next word we don't need" ? e.g. for foo.* it checks for absence of 3rd node? that's neat.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that was the idea.

@Dieterbe
Copy link
Contributor

Dieterbe commented Nov 5, 2016

looks good.
we can probably remove all the exists clauses in favor of a single check on the node length property, but meh this will do for me.

@Dieterbe Dieterbe merged commit b67bb67 into master Nov 7, 2016
@Dieterbe Dieterbe deleted the maint-script branch December 15, 2017 22:04
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.

2 participants