0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 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
Declare the group of specs to run via env setting when running rake tasks. More... over 12 years ago
Better describe the current state. More... over 12 years ago
Inform reader abt Sourcify::PlatformNotSupportedError on rubies that doesnt support Method#to_source (& friends). More... over 12 years ago
Unsupported platforms should raise Sourcify::PlatformNotSupportedError when calling Method#to_source & friends. More... over 12 years ago
Should never committed Methods::SourceLocation. More... over 12 years ago
Raise Sourcify::CannotFindSourceLocationError when Method#source_location is nil. More... over 12 years ago
Updated history to reflect new additions of Method#to_source (& friends). More... over 12 years ago
Updated readme to reflect the new addition of Method#to_source (& friends). More... over 12 years ago
Fix error in example for method definition via Module#define_method. More... over 12 years ago
Updated documentation for Method#to_source & friends. More... over 12 years ago
Updated list of rubies supported (which excludes jruby in 1.9 mode). More... almost 13 years ago
Determine presence of ripper at top level. More... almost 13 years ago
Fixed undefined constant issue in MRI-1.9.1. More... almost 13 years ago
MRI-1.9.1 doesnt support Method#to_source (due to unsupported Method#parameters). More... almost 13 years ago
Fine-tune message displayed & condition testing. More... almost 13 years ago
Applied fix for RubyParser weirdness. More... almost 13 years ago
Only rubies that has Method#source_location will run specs under spec/method. More... almost 13 years ago
Define Common::Parser::RawScanner::Extensions#valid? conditionally based on availability of ripper. More... almost 13 years ago
Shifted Sourcify::Common::Scanner to Sourcify::Common::Parser::RawScanner. More... almost 13 years ago
Ported 1.9x specific specs for Method#to_source. More... almost 13 years ago
Ported specs for misc specs for Method#to_source & #to_sexp. More... almost 13 years ago
Yippie, strip enclosure works !! More... almost 13 years ago
Remove the object prefix of singleton method to avoid errors downstream. More... almost 13 years ago
Preliminary support for Method#to_raw_source. More... almost 13 years ago
Ported spec for Method#to_source w specified strip enclosure. More... almost 13 years ago
Ported specs for Method#to_source within irb, & magic file & line vars. More... almost 13 years ago
Having the *_from_define_method_* equivalent is clearly redundant. More... almost 13 years ago
Tidied up example group descriptions. More... almost 13 years ago
Ported specs for Method#to_source w specified body matcher (currently only working for define_method). More... almost 13 years ago
Fixed inappropriate group description. More... almost 13 years ago