Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow embedded documents in incomplete expressions [Fixes pry#622] | Conrad Irwin | 2012-07-02 | 1 | -0/+41 |
| | | | | Also import complete_expression? tests from Pry. | ||||
* | Added SourceNotFoundError class | Reginald Tan | 2012-06-02 | 1 | -2/+2 |
| | |||||
* | Skip broken tests in jruby | Conrad Irwin | 2012-05-26 | 1 | -5/+8 |
| | |||||
* | Merge remote-tracking branch 'redgetan/eval_workaround' | Conrad Irwin | 2012-05-26 | 2 | -1/+62 |
|\ | |||||
| * | If displaying method source fails for *_evaled methods, retry again. | Reginald Tan | 2012-05-23 | 2 | -1/+62 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Expand require paths (#12). | Vít Ondruch | 2012-05-03 | 1 | -1/+1 |
|/ | |||||
* | removed open4 dependencyv0.6.6 | John Mair | 2011-10-03 | 1 | -1/+0 |
| | |||||
* | version 0.6.6, added REE support | John Mair | 2011-10-03 | 1 | -10/+0 |
| | |||||
* | 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 Proc#source_location support for ruby 1.8 | John Mair | 2011-06-09 | 1 | -3/+3 |
| | |||||
* | Assert no warnings are emitted by method_source. | Rob Gleeson | 2011-06-05 | 1 | -0/+9 |
| | |||||
* | added source_location to procs for rbx, all tests passing on rbx | John Mair | 2011-06-01 | 2 | -14/+21 |
| | |||||
* | version 0.4.0, added proper support for immediate values to | John Mair | 2011-03-16 | 1 | -0/+19 |
| | | | | source_location in 1.8. | ||||
* | version 0.3.4, fixed 1.8 1.9 String#clear incompat in Method#commentv0.3.4 | John Mair | 2011-02-28 | 1 | -6/+0 |
| | |||||
* | version 0.3.2, added more tests and improved some code | John Mair | 2011-02-28 | 2 | -0/+22 |
| | |||||
* | version 0.3.0, some ruby 1.8 supportdev | John Mair | 2011-02-28 | 2 | -50/+42 |
| | |||||
* | version 0.2.0, support for method comments (and a few minor changes), thanks ↵ | Adam Sanderson | 2010-12-18 | 2 | -15/+94 |
| | | | | | | | | | | to Adam Sanderson * Merged in Adam's changes * Refactored source_helper to reflect comment_helper style * Made some adjustments to Adam's code: removed buffer.strip, now doing an lstrip on each line before adding to buffer * No longer including blank lines in comment buffer (blank lines ignored) * Added large number of comment-related tests | ||||
* | added warning about YARV only (due to RubyVM, so not JRuby compatible). Also ↵ | John Mair | 2010-12-17 | 1 | -14/+36 |
| | | | | added support and tests for Proc#source | ||||
* | first commit | John Mair | 2010-12-17 | 1 | -0/+32 |