Jerry D'Antonio
Jerry D'Antonio
@pitr-ch We haven't heard from you in a while? Are you still interested in maintaining this gem? I haven't worked with Ruby at all in the past two years and...
I stepped down as maintainer in October of last year (issue #580), but I still follow notifications. If @pitr-ch isn't interested in maintaining the gem anymore I'll step up my...
I'm not familiar with the issue or its history so I'll have to catch up before I can express an opinion. I'm probably less concerned about people misusing a feature...
All: I emailed @pitr-ch on his private email. He says he wants to be the maintainer of this gem, admits he hasn't been very responsive, and has promised to talk...
:+1: to parallel enumerable. I'm heading out the door and only have time for a quick note. This topic has been discussed at length before and some spike code was...
Excellent feedback and suggestions. Thank you everyone!
@vemv Thank you for sharing your thoughts. I think this is a great idea and I'd love more of your input. There are inconsistencies in the APIs of our atomic...
Certain operations might not make sense on all atomic classes, but we should be consistent with as much as possible across all atomic classes. That will be our goal.
Removing Dereferencable is a breaking API change. I think 2.0 is the appropriate time. I've tried to update MVar to use the synchronization layer but the tests fail every time....
> "puts the exceptions from which we are picking on the same level..." Yes, so treating them all identically is reasonable. > "only unrecoverable exceptions (fatal, NoMemoryError)..." This is a...