Closed digitalextremist closed 11 years ago
Damn. Not sure what happened here because I pulled in master before doing this. Not sure that it've not been this way if I did actually branch for the revision. Will write a post-it note or tattoo it on my hands or something: BRANCH BEFORE REVISING.
That second commit ought to catch the read_partial that's unrelated to what I set out to do.
Following the tests failing in Travis, still unrelated to the original thing I noticed but in the same vicinity.
*read
Everyone knows I ought to close this shiaat.
Go ahead and open an issue for Errno::ETIMEDOUT
Resolved the two EOFError test failures. Now one is left:
rspec /home/vagrant/.bundler/rbx/1.9/celluloid-cdfab73bdb7d/spec/support/actor_examples.rb:682 # Celluloid::IO behaves like a Celluloid Actor using Threads timers suspends execution of a method (but not the actor) for a given time
This is passing in all the cases I need it looks like... it appears. I did the cleanup you asked and will maintain that practice. I cannot handle the actor behavior failure, but that is pending @halorgium.
This PR is now out of sync with master and generally obsolete.
Been getting this a lot:
Unless I'm wrong, it couldn't hurt to return 0 characters written, as in the case of EOFError which was previously the only caught exception allowed to return 0.