0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Sep 14, 2025 — Sep 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated history More... about 17 years ago
Added final spec that exposes correct strict behavior in lazy dataflow More... about 17 years ago
Merge branch 'lazybinding' into integration More... about 17 years ago
Made equality work transparently, making dataflow variables more seemless. Please yell at me for redefining Object#==, but at least I ran the change against rubyspec and did not get failures =/ More... about 17 years ago
Added ideal specs for how equality, such that Dataflow proxy variables get treated the same way regular Ruby variables do More... about 17 years ago
Updated by_need specs and fixed unify implementation. It now depends on fixes to the way equality works in proxy objects. More... about 17 years ago
Added equality spec exposing failure with the way 2 proxy objects are compared More... about 17 years ago
Specs for proper lazy behavior with regard to unification/binding More... about 17 years ago
Abort on exception for all spec runs More... about 17 years ago
Added installation to README More... over 17 years ago
Made gem require'able More... over 17 years ago
Added a Rakefile for building the gem More... over 17 years ago
Added actor_spec, exposing a bug that was fixed More... over 17 years ago
Very minor refactorings More... over 17 years ago
Performance optimizations, and got rid of a small race condition in variables created with "declare" More... over 17 years ago
Added need_later expressions that return futures More... over 17 years ago
Mentioned by_need triggers in the README references More... over 17 years ago
Added by_need triggers for dataflow-powered lazy evaluation More... over 17 years ago
Separated out dataflow_http_gets example from port_http_get example More... over 17 years ago
Passed JRuby specs in 1.8.6 mode again by backporting Enumerable#take into the Stream class if it is not defined. More... over 17 years ago
Added a parallel HTTP GET processing example More... over 17 years ago
Reformatted something in README More... over 17 years ago
Namespaced ivar caching of declare instance variables with "dataflow" to highlight that they were created by this lib. More... over 17 years ago
Updated the references in the README More... over 17 years ago
Changed "while 1" to "loop do" More... over 17 years ago
Changed port_send example to something more straightforward More... over 17 years ago
Renamed a file and removed an old comment More... over 17 years ago
Merged amiller's changes. Reorganized lib. Added port_spec. More... over 17 years ago
Added port_spec More... over 17 years ago
Got rid of merge conflicts <<<<< More... over 17 years ago