Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix call to 'str-join-once' from 'join-once'. #23

Merged
merged 1 commit into from
May 1, 2016
Merged

Fix call to 'str-join-once' from 'join-once'. #23

merged 1 commit into from
May 1, 2016

Conversation

xsc
Copy link
Contributor

@xsc xsc commented May 1, 2016

The sep parameter was not passed and str-join-once was applyed to coll resulting in a call like

(join-once "/" "path-to" "file")

to succeed and produce:

"fpath-toipath-tolpath-toe"

("path-to" being used as the separator between each letter of "file")

@ptaoussanis
Copy link
Member

Much thanks Yannick!

@ptaoussanis ptaoussanis merged commit 0757574 into taoensso:master May 1, 2016
@ptaoussanis
Copy link
Member

Just pushed [com.taoensso/encore "2.51.1"] to Clojars, cheers :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants