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

Replace contains? on LazySeq with some #9

Merged
merged 1 commit into from Jan 20, 2013
Merged

Replace contains? on LazySeq with some #9

merged 1 commit into from Jan 20, 2013

Conversation

ahjones
Copy link

@ahjones ahjones commented Dec 14, 2012

contains? now throws an exception when called with a LazySeq. Replace contains? with some to check for dependencies.

This fixes issue #8.

@ptaoussanis
Copy link

Hi James,

This is an important fix to merge since the current behavior is broken and also throws an exception as of Clojure 1.5.0-beta1: http://dev.clojure.org/jira/browse/CLJ-932

I know you're planning some larger changes for Ring 1.2, but is there any possibility you can wrap up and release this small change in the meantime?

weavejester added a commit that referenced this pull request Jan 20, 2013
Replace contains? on LazySeq with some
@weavejester weavejester merged commit 4990292 into weavejester:master Jan 20, 2013
@weavejester
Copy link
Owner

Sorry this took so long to merge. The notification fell through the cracks of my inbox.

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

3 participants