0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed failure to grab any proc when {:attached_to => ...} is specified, with hash present between the pattern & proc. More... over 13 years ago
Removed development-specific entry, plus some rephrasing. More... over 13 years ago
Reflected support for Proc#to_source(:ignore_nested => ...). More... over 13 years ago
Added support for Proc#to_source(:ignore_nested => ...) (& the Proc#to_sexp equivalent as well). More... over 13 years ago
Updated readme. More... over 13 years ago
Added rdoc to prevent README from getting too bloated. More... over 13 years ago
sexp_processor is required for ParseTree mode as well. More... over 13 years ago
No documentation should be generated for this, & sexp_processor is even required in ParseTree mode. More... over 13 years ago
Fixed broken spec under ParseTree mode. More... over 13 years ago
Don't generate rdoc for this. More... over 13 years ago
History now reflects the latest changes. More... over 13 years ago
Added support for Proc#to_source{ ... } & Proc#to_sexp{...}. More... over 13 years ago
Shift the '/' spec to others_spec.rb. More... over 13 years ago
Fixed problematic subject strings (w syntax error). More... over 13 years ago
Fixed bug in treating '/' operator as start of regexp. More... over 13 years ago
Failing test for finding procs with the "/" character. More... over 13 years ago
Proc#to_source(:attached_to => ...) now supports string & symbol. More... over 13 years ago
Reflected support for 1.9.2. More... over 13 years ago
Added 1.9.2 as one of the rubies to run against. More... over 13 years ago
IRB behaves slightly differently in 1.9.2 for appending newline. More... over 13 years ago
Proc#source_location in 1.9.2 behaves differently for Method#to_proc, for the sake of others, we normalize it. More... over 13 years ago
WIP supporting 1.9.2 More... over 13 years ago
More commenting to clarify stuff. More... over 13 years ago
Reflected latest changes. More... over 13 years ago
Skip running of 1.8.7 & ree in ParseTree mode due to unresolvable segmentation fault (that disappearsa after reinstalling ParseTree under that specific ruby). More... over 13 years ago
Reduces noises in output when running in infinity. More... over 13 years ago
Added support to run infinity_test. More... over 13 years ago
Customized output to be testunit-like. More... over 13 years ago
Added support for Proc#to_source(:strip_enclosure => ...) (& the Proc#to_sexp equivalent as well). More... over 13 years ago
Much needed cleaning up of lib/sourcify/proc.rb. More... over 13 years ago