Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | restore #1649 | r-obert | 2017-11-01 | 1 | -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.md | Ryan Fitzgerald | 2017-10-22 | 1 | -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-color | Ryan Fitzgerald | 2017-10-22 | 3 | -1/+18 | |
|\ | | | | | Issue #1647: Fix String#pp output color | |||||
| * | Partially revert "Issue #1647: Fix String#pp output color" | Richard E. Dodson | 2017-10-22 | 1 | -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.md | Richard E. Dodson | 2017-10-22 | 1 | -0/+1 | |
| | | ||||||
| * | Issue #1647: Fix String#pp output color | Richard E. Dodson | 2017-10-22 | 2 | -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-obert | 2017-10-22 | 2 | -2/+38 | |
| | | | | | * add linux? and mac_osx? predicates to BaseHelpers * update documentation | |||||
* | :warning: ambiguous first argument; put parentheses or a space even after ↵ | Akira Matsuda | 2017-10-20 | 1 | -1/+1 | |
| | | | | `/' operator (#1667) | |||||
* | version 0.11.2 releasev0.11.2 | John Mair | 2017-10-18 | 1 | -1/+1 | |
| | ||||||
* | update CHANGELOG | John Mair | 2017-10-18 | 1 | -1/+1 | |
| | ||||||
* | Fix pry output error in base_helpers (#1661) | robsliwi | 2017-10-18 | 1 | -1/+1 | |
| | | | | | Like described in https://github.com/pry/pry/issues/1660 a simple change fixes pry | |||||
* | workaround JRuby CI issue. | robert | 2017-10-18 | 1 | -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.1 | John Mair | 2017-09-26 | 2 | -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-sha | John Mair | 2017-09-20 | 5 | -10/+28 | |
|\ | | | | | V0.11.0 | |||||
| * | add 'JavaPackageModuleTemplate' as a deprecated constant (jruby). | robert | 2017-09-20 | 1 | -0/+1 | |
| | | ||||||
| * | solve 1.9 spec failures, that occur on default Travis env | robert | 2017-09-20 | 2 | -8/+12 | |
| | | ||||||
| * | undo whitespace/unintended removal of comment | robert | 2017-09-20 | 1 | -0/+2 | |
| | | ||||||
| * | jruby-ing | robert | 2017-09-20 | 2 | -4/+15 | |
|/ | ||||||
* | whereami?!?!?!?! fix #1597 | r-obert | 2017-07-15 | 2 | -0/+2 | |
| | ||||||
* | add docs [ci skip] | r-obert | 2017-06-24 | 1 | -0/+21 | |
| | ||||||
* | fix eager_load! while | r-obert | 2017-06-24 | 1 | -2/+1 | |
| | ||||||
* | eager load all Pry::Config::Memoized objects that may be in chain. | r-obert | 2017-06-24 | 1 | -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::Memoized | r-obert | 2017-06-23 | 2 | -2/+9 | |
| | ||||||
* | Merge branch 'master' of github.com:pry/pry | r-obert | 2017-06-23 | 21 | -41/+73 | |
|\ | ||||||
| * | Merge pull request #1611 from pry/respond_to-2.4-warnings | robert | 2017-06-13 | 21 | -42/+74 | |
| |\ | | | | | | | improve ruby 2.4 support | |||||
| | * | use Integer instead of `1.class` | robert | 2017-06-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | update changelog.md | robert | 2017-06-13 | 1 | -7/+7 | |
| | | | ||||||
| | * | update changelog.mdrespond_to-2.4-warnings | robert | 2017-06-13 | 1 | -0/+3 | |
| | | | ||||||
| | * | add TimeoutError to the list | robert | 2017-06-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | hide deprecated constants from `ls` output by default. | robert | 2017-06-04 | 2 | -2/+14 | |
| | | | ||||||
| | * | fix warning about splat | robert | 2017-06-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | fix warning about unused variable on 2.4 | robert | 2017-06-04 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | the variable isn't unused, but ruby isn't smart enough to detect how it's used (inside eval). | |||||
| | * | remove duplicated require | robert | 2017-06-04 | 1 | -2/+0 | |
| | | | ||||||
| | * | Merge branch 'master' into respond_to-2.4-warnings | robert | 2017-06-03 | 3 | -8/+58 | |
| | |\ | ||||||
| | * | | fix 2.4 warning in edit command and specs about deprecated constant (Fixnum) | robert | 2017-06-03 | 2 | -3/+3 | |
| | | | | ||||||
| | * | | fix 2.4 warning in specs about deprecated constant (Fixnum). | robert | 2017-06-03 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | fix Forwardable warnings in WrappedModule/Candidate | robert | 2017-06-03 | 6 | -14/+32 | |
| | | | | ||||||
| | * | | test against 2.4 on travis | robert | 2017-05-27 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | fix warning about signature of respond_to? on 2.4 | robert | 2017-05-27 | 7 | -12/+12 | |
| | | | | ||||||
* | | | | rename Pry::Config::Lazy to Pry::Config::Memoization (ref #1503) | r-obert | 2017-06-23 | 8 | -51/+49 | |
|/ / / | ||||||
* | | | use Set instead of Array. | robert | 2017-06-03 | 1 | -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. | robert | 2017-06-03 | 1 | -5/+3 | |
| |/ |/| | ||||||
* | | add recent PRs to changelog | robert | 2017-05-30 | 1 | -0/+3 | |
| | | ||||||
* | | Merge pull request #1588 from dgutov/completion_speed | robert | 2017-05-27 | 2 | -8/+55 | |
|\ \ | |/ |/| | Improve completion speed in large applications | |||||
| * | Work around an unexpected success under JRuby | Dmitry Gutov | 2016-12-13 | 1 | -7/+10 | |
| | | ||||||
| * | Really ignore old Argon2::Password and the like in the methods scan | Dmitry Gutov | 2016-12-12 | 2 | -1/+13 | |
| | | ||||||
| * | Move uniq! before sort! | Dmitry Gutov | 2016-12-12 | 1 | -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 test | Dmitry Gutov | 2016-12-12 | 1 | -1/+1 | |
| | | | | | | | | irb_exit is defined on IRB's singleton class. | |||||
| * | Fix a typo | Dmitry Gutov | 2016-12-12 | 1 | -1/+1 | |
| | | ||||||
| * | Skip modules that mess with Class#hash | Dmitry Gutov | 2016-12-12 | 1 | -1/+1 | |
| | | | | | | | | Like Argon2::Password in argon2 < v1.1.1. |