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

Fix atom sink typo causing ClassCastException #77

Merged
merged 1 commit into from Oct 5, 2013

Conversation

avh4
Copy link

@avh4 avh4 commented Sep 29, 2013

atom-sink has a typo which causes a ClassCastException for any use of it, for example:

(use 'lamina.core)
(atom-sink (channel 1 2 3))
  => ClassCastException lamina.core.channel$channel cannot be cast to lamina.core.channel.IChannel  lamina.core.channel/receive-all (channel.clj:253)

Fixes ClassCastException lamina.core.channel$channel cannot be cast to lamina.core.channel.IChannel  lamina.core.channel/receive-all (channel.clj:253) for all calls to `atom-sink`
ztellman added a commit that referenced this pull request Oct 5, 2013
Fix atom sink typo causing ClassCastException
@ztellman ztellman merged commit 2de7685 into ztellman:master Oct 5, 2013
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.

None yet

2 participants