Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Insert a quick jump for well-formed code.indent-check | Conrad Irwin | 2012-06-28 | 1 | -2/+37 |
| | |||||
* | Fix procs/lambdas | Conrad Irwin | 2012-06-03 | 3 | -4/+4 |
| | |||||
* | Make rake gemspec dtrtv0.8.pre.1 | Conrad Irwin | 2012-06-03 | 1 | -0/+3 |
| | |||||
* | Bump to version 0.8.pre.1 | Conrad Irwin | 2012-06-03 | 2 | -6/+6 |
| | |||||
* | Improve error messages | Conrad Irwin | 2012-06-03 | 1 | -9/+12 |
| | |||||
* | Import some CodeHelpers from Pry. | Conrad Irwin | 2012-06-03 | 2 | -96/+168 |
| | | | | | The hope is that they can live in this gem permanently, and Pry can also include MethodSource::CodeHelpers in the relevant places. | ||||
* | Allow source_location to work in eval on 1.8.7 | Conrad Irwin | 2012-06-02 | 1 | -1/+1 |
| | |||||
* | Added SourceNotFoundError class | Reginald Tan | 2012-06-02 | 2 | -8/+10 |
| | |||||
* | Skip broken tests in jruby | Conrad Irwin | 2012-05-26 | 1 | -5/+8 |
| | |||||
* | Fix regex warnings on ruby-1.8.7 | Conrad Irwin | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'redgetan/eval_workaround' | Conrad Irwin | 2012-05-26 | 3 | -11/+98 |
|\ | |||||
| * | If displaying method source fails for *_evaled methods, retry again. | Reginald Tan | 2012-05-23 | 3 | -11/+98 |
| | | | | | | | | | | | | | | | | | | This time, assume inside eval string and simulate interpolation of #{} by replacing with a placeholder when doing syntax validation Only works if *_eval contains the arguments filename and lineno + 1. Without them, UnboundMethod#source_location would not return the proper filename and lineno needed to display the source. | ||||
* | | Merge pull request #15 from voxik/master | John Mair | 2012-05-03 | 1 | -1/+1 |
|\ \ | |/ |/| | Expand require paths (#12). | ||||
| * | Expand require paths (#12). | Vít Ondruch | 2012-05-03 | 1 | -1/+1 |
|/ | |||||
* | version 0.7.1v0.7.1 | John Mair | 2012-02-29 | 3 | -3/+10 |
| | |||||
* | Merge pull request #10 from ConradIrwin/master | John Mair | 2012-02-28 | 1 | -2/+2 |
|\ | | | | | Fix method_source in the case that the method method has been overridden on 1.8.7 | ||||
| * | Fix in the case of overridden method method | Conrad Irwin | 2012-02-28 | 1 | -2/+2 |
|/ | |||||
* | be conservative and bump version to 0.7.0v0.7.0 | John Mair | 2012-01-01 | 2 | -3/+3 |
| | |||||
* | version bump, 0.6.8 | John Mair | 2011-12-01 | 1 | -1/+1 |
| | |||||
* | replace ruby_parser dependency with eval | Ryan Fitzgerald | 2011-11-30 | 3 | -35/+18 |
| | |||||
* | bumped dependencies for compatibility with pryv0.6.7 | John Mair | 2011-10-26 | 3 | -17/+17 |
| | |||||
* | removed open4 dependencyv0.6.6 | John Mair | 2011-10-03 | 2 | -3/+0 |
| | |||||
* | added gemspec and updated Rakefile | John Mair | 2011-10-03 | 3 | -4/+51 |
| | |||||
* | updated Rakefile for travis | John Mair | 2011-10-03 | 1 | -3/+5 |
| | |||||
* | added travis support | John Mair | 2011-10-03 | 1 | -0/+16 |
| | |||||
* | version 0.6.6, added REE support | John Mair | 2011-10-03 | 3 | -12/+2 |
| | |||||
* | Merge pull request #9 from ConradIrwin/master | John Mair | 2011-10-02 | 1 | -4/+20 |
|\ | | | | | Use Ruby enterprise edition's __file__ and __line__ methods. | ||||
| * | Use syntactically nicer version | Conrad Irwin | 2011-10-01 | 1 | -3/+3 |
| | | |||||
| * | Add a less hacky version for ree-1.8.7 | Conrad Irwin | 2011-10-01 | 1 | -4/+20 |
|/ | |||||
* | added thanks to samuel kadolph | John Mair | 2011-09-11 | 1 | -0/+2 |
| | |||||
* | fixed tests, now running green on jruby, mri, rbx. version 0.6.5 releasev0.6.5 | John Mair | 2011-09-07 | 2 | -17/+24 |
| | |||||
* | added JRuby source_location hack, also added a LICENSE file | John Mair | 2011-09-07 | 4 | -54/+128 |
| | |||||
* | version 0.6.0 release | John Mair | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | can now retrieve source for Procs in ruby 1.8v0.6.0 | John Mair | 2011-06-08 | 1 | -1/+0 |
| | |||||
* | version 0.6.0pre1. added *.rbc files to CLEAN task | John Mair | 2011-06-09 | 2 | -5/+5 |
| | |||||
* | added Proc#source_location support for ruby 1.8 | John Mair | 2011-06-09 | 4 | -15/+26 |
| | |||||
* | Merge pull request #5 from robgleeson/master | John Mair | 2011-06-05 | 2 | -0/+12 |
|\ | | | | | Assert no warnings are emitted by method_source. | ||||
| * | Assert no warnings are emitted by method_source. | Rob Gleeson | 2011-06-05 | 1 | -0/+9 |
| | | |||||
| * | Add Open4 as a dependency. | Rob Gleeson | 2011-06-05 | 1 | -0/+3 |
|/ | |||||
* | version bump 0.5.0 | John Mair | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | added source_location to procs for rbx, all tests passing on rbx | John Mair | 2011-06-01 | 4 | -36/+60 |
| | |||||
* | Merge pull request #4 from robgleeson/master | John Mair | 2011-05-19 | 2 | -2/+2 |
|\ | | | | | Fix warnings emitted by -w. | ||||
| * | Fix warnings emitted by -w. | Rob Gleeson | 2011-05-19 | 2 | -2/+2 |
|/ | |||||
* | defaults to RubyParser on all 1.9 implementations except MRI | John Mair | 2011-04-11 | 2 | -2/+2 |
| | |||||
* | version 0.4.0, added proper support for immediate values to | John Mair | 2011-03-16 | 3 | -1/+34 |
| | | | | source_location in 1.8. | ||||
* | changed (C) to 2011 from 2010 | John Mair | 2011-03-05 | 1 | -1/+1 |
| | |||||
* | version 0.3.5, now has support to take advantage of Method#source on rubinius | John Mair | 2011-03-05 | 2 | -1/+25 |
| | |||||
* | version 0.3.4, fixed 1.8 1.9 String#clear incompat in Method#commentv0.3.4 | John Mair | 2011-02-28 | 3 | -8/+2 |
| | |||||
* | opted in to gemtest | John Mair | 2011-02-28 | 2 | -1/+1 |
| | |||||
* | version 0.3.2, added more tests and improved some code | John Mair | 2011-02-28 | 4 | -2/+28 |
| |