summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Allow embedded documents in incomplete expressions [Fixes pry#622]Conrad Irwin2012-07-021-0/+41
| | | | Also import complete_expression? tests from Pry.
* Added SourceNotFoundError classReginald Tan2012-06-021-2/+2
|
* Skip broken tests in jrubyConrad Irwin2012-05-261-5/+8
|
* Merge remote-tracking branch 'redgetan/eval_workaround'Conrad Irwin2012-05-262-1/+62
|\
| * If displaying method source fails for *_evaled methods, retry again.Reginald Tan2012-05-232-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 Ondruch2012-05-031-1/+1
|/
* removed open4 dependencyv0.6.6John Mair2011-10-031-1/+0
|
* version 0.6.6, added REE supportJohn Mair2011-10-031-10/+0
|
* fixed tests, now running green on jruby, mri, rbx. version 0.6.5 releasev0.6.5John Mair2011-09-072-17/+24
|
* added Proc#source_location support for ruby 1.8John Mair2011-06-091-3/+3
|
* Assert no warnings are emitted by method_source.Rob Gleeson2011-06-051-0/+9
|
* added source_location to procs for rbx, all tests passing on rbxJohn Mair2011-06-012-14/+21
|
* version 0.4.0, added proper support for immediate values toJohn Mair2011-03-161-0/+19
| | | | source_location in 1.8.
* version 0.3.4, fixed 1.8 1.9 String#clear incompat in Method#commentv0.3.4John Mair2011-02-281-6/+0
|
* version 0.3.2, added more tests and improved some codeJohn Mair2011-02-282-0/+22
|
* version 0.3.0, some ruby 1.8 supportdevJohn Mair2011-02-282-50/+42
|
* version 0.2.0, support for method comments (and a few minor changes), thanks ↵Adam Sanderson2010-12-182-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 Mair2010-12-171-14/+36
| | | | added support and tests for Proc#source
* first commitJohn Mair2010-12-171-0/+32