summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * restore #1649r-obert2017-11-011-0/+1
| |/ | | | | | | | | version string jruby-9.1.13.0 is working, catch-all "jruby" didn't work at time of writing due to TravisCI+RVM issues.
| * Update formatting in CHANGELOG.mdRyan Fitzgerald2017-10-221-5/+5
|/ | | | | Most of the previous versions used subheaders to separate features and bugfixes.
* Merge pull request #1674 from rdodson41/issue-1647-fix-string-pp-output-colorRyan Fitzgerald2017-10-223-1/+18
|\ | | | | Issue #1647: Fix String#pp output color
| * Partially revert "Issue #1647: Fix String#pp output color"Richard E. Dodson2017-10-221-0/+2
| | | | | | | | This commit partially reverts commit ba6903e0b1afc9e6a80462c40d66c6a07012b606 and adds back the comment re: Ruby 2.4+ String#pretty_print.
| * Issue 1647: Add pull request to CHANGELOG.mdRichard E. Dodson2017-10-221-0/+1
| |
| * Issue #1647: Fix String#pp output colorRichard E. Dodson2017-10-222-3/+17
|/ | | | | | | This commit fixes #1647 and pretty prints strings in red instead of green. This bug was introduced in https://github.com/pry/pry/pull/1586. It will also continue to pretty print multi-line strings without a '+' delimiter, per the same pull request.
* add linux? & mac_osx? predicates to BaseHelpers (#1668)r-obert2017-10-222-2/+38
| | | | | * add linux? and mac_osx? predicates to BaseHelpers * update documentation
* :warning: ambiguous first argument; put parentheses or a space even after ↵Akira Matsuda2017-10-201-1/+1
| | | | `/' operator (#1667)
* version 0.11.2 releasev0.11.2John Mair2017-10-181-1/+1
|
* update CHANGELOGJohn Mair2017-10-181-1/+1
|
* Fix pry output error in base_helpers (#1661)robsliwi2017-10-181-1/+1
| | | | | Like described in https://github.com/pry/pry/issues/1660 a simple change fixes pry
* workaround JRuby CI issue.robert2017-10-181-0/+1
| | | | | | | | 'jruby' as a catch-all often fails (not always) but pinning to a specific version seems to at least be able to run the test suite. Tracking JRuby development may be best, and then pinning to a new version of JRuby when a new version is released. It's not ideal, but at least it doesn't cause false red flags.
* version 0.11.1 releasev0.11.1John Mair2017-09-262-2/+2
| | | | With updated method_source dependency to ensure ruby 2.4 support
* Merge pull request #1645 from r-obert/v0.11.0v0.11.0possible-release-shaJohn Mair2017-09-205-10/+28
|\ | | | | V0.11.0
| * add 'JavaPackageModuleTemplate' as a deprecated constant (jruby).robert2017-09-201-0/+1
| |
| * solve 1.9 spec failures, that occur on default Travis envrobert2017-09-202-8/+12
| |
| * undo whitespace/unintended removal of commentrobert2017-09-201-0/+2
| |
| * jruby-ingrobert2017-09-202-4/+15
|/
* whereami?!?!?!?! fix #1597r-obert2017-07-152-0/+2
|
* add docs [ci skip]r-obert2017-06-241-0/+21
|
* fix eager_load! whiler-obert2017-06-241-2/+1
|
* eager load all Pry::Config::Memoized objects that may be in chain.r-obert2017-06-241-4/+5
| | | | | | | Pry has one, the last: > Pry.config.default > _pry_.config.default.default > Pry.config.default.equal?(_pry_.config.default.default) # => true.
* last_default might not be a Pry::Config::Memoizedr-obert2017-06-232-2/+9
|
* Merge branch 'master' of github.com:pry/pryr-obert2017-06-2321-41/+73
|\
| * Merge pull request #1611 from pry/respond_to-2.4-warningsrobert2017-06-1321-42/+74
| |\ | | | | | | improve ruby 2.4 support
| | * use Integer instead of `1.class`robert2017-06-131-1/+1
| | |
| | * update changelog.mdrobert2017-06-131-7/+7
| | |
| | * update changelog.mdrespond_to-2.4-warningsrobert2017-06-131-0/+3
| | |
| | * add TimeoutError to the listrobert2017-06-041-1/+1
| | |
| | * hide deprecated constants from `ls` output by default.robert2017-06-042-2/+14
| | |
| | * fix warning about splatrobert2017-06-041-1/+1
| | |
| | * fix warning about unused variable on 2.4robert2017-06-041-2/+1
| | | | | | | | | | | | | | | the variable isn't unused, but ruby isn't smart enough to detect how it's used (inside eval).
| | * remove duplicated requirerobert2017-06-041-2/+0
| | |
| | * Merge branch 'master' into respond_to-2.4-warningsrobert2017-06-033-8/+58
| | |\
| | * | fix 2.4 warning in edit command and specs about deprecated constant (Fixnum)robert2017-06-032-3/+3
| | | |
| | * | fix 2.4 warning in specs about deprecated constant (Fixnum).robert2017-06-031-1/+2
| | | |
| | * | fix Forwardable warnings in WrappedModule/Candidaterobert2017-06-036-14/+32
| | | |
| | * | test against 2.4 on travisrobert2017-05-271-0/+1
| | | |
| | * | fix warning about signature of respond_to? on 2.4robert2017-05-277-12/+12
| | | |
* | | | rename Pry::Config::Lazy to Pry::Config::Memoization (ref #1503)r-obert2017-06-238-51/+49
|/ / /
* | | use Set instead of Array.robert2017-06-031-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | The tests are a bit faster, before this change i ran the tests 10 times: ["5.49", "5.56", "5.53", "5.27", "5.26", "5.24", "5.48", "5.19", "5.28"] After this change i ran them again: ["5.02", "5.25", "4.85", "4.97", "4.9", "4.86", "4.83", "4.87", "4.86"]
* | | avoids intermediate string's and to_sym coercion in to_ignore.robert2017-06-031-5/+3
| |/ |/|
* | add recent PRs to changelogrobert2017-05-301-0/+3
| |
* | Merge pull request #1588 from dgutov/completion_speedrobert2017-05-272-8/+55
|\ \ | |/ |/| Improve completion speed in large applications
| * Work around an unexpected success under JRubyDmitry Gutov2016-12-131-7/+10
| |
| * Really ignore old Argon2::Password and the like in the methods scanDmitry Gutov2016-12-122-1/+13
| |
| * Move uniq! before sort!Dmitry Gutov2016-12-121-1/+1
| | | | | | | | | | uniq! uses a hash table anyway. But now sort! needs to deal with a shorter list.
| * Use a better method in the blacklisting testDmitry Gutov2016-12-121-1/+1
| | | | | | | | irb_exit is defined on IRB's singleton class.
| * Fix a typoDmitry Gutov2016-12-121-1/+1
| |
| * Skip modules that mess with Class#hashDmitry Gutov2016-12-121-1/+1
| | | | | | | | Like Argon2::Password in argon2 < v1.1.1.