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

Ensure that (:streams core) is always a vec. #179

Merged
merged 1 commit into from Mar 29, 2013

Conversation

b20n
Copy link
Contributor

@b20n b20n commented Mar 29, 2013

Clojure.core/concat always returns a LazySeq, not a vec, and LazySeq has some
synchronized badness.

Clojure.core/concat always returns a LazySeq, not a vec, and LazySeq has some
synchronized badness (see src/jvm/clojure/lang/LazySeq.java, line 59).
@aphyr
Copy link
Collaborator

aphyr commented Mar 29, 2013

Thanks banjiewen! :)

aphyr added a commit that referenced this pull request Mar 29, 2013
Ensure that (:streams core) is always a vec.
@aphyr aphyr merged commit ab14d27 into riemann:master Mar 29, 2013
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.

None yet

2 participants