summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Prepare for v0.14.2 releaseAndré Luis Leal Cardoso Junior2023-01-081-1/+1
* Remove handle_read_errors 1.9 comment onlyDouglas Eichelberger2023-01-011-0/+5
* Clean up MRI 1.9 codeDouglas Eichelberger2023-01-012-11/+0
* Complete Style/SymbolArray todoDouglas Eichelberger2022-09-116-14/+14
* Short circuit eval regexes in finding module definitionDouglas Eichelberger2022-08-171-5/+6
* Merge pull request #2239 from andrehjr/drop-ruby-1-9-3André Luis Leal Cardoso Junior2022-06-113-25/+5
|\
| * Remove more 1.9 related workaroundsAndré Luis Leal Cardoso Junior2022-03-102-14/+1
| * Support jruby >= 9.0.0André Luis Leal Cardoso Junior2022-03-101-1/+1
| * Remove support for Ruby 1.9.3André Luis Leal Cardoso Junior2022-03-101-10/+3
* | Merge pull request #2235 from pry/revert-2154-patch-1André Luis Leal Cardoso Junior2022-04-211-5/+5
|\ \
| * | Revert "Escape non-printing characters"André Luis Leal Cardoso Junior2022-03-061-5/+5
* | | Merge pull request #2236 from andrehjr/enable-editor-code-flagsAndré Luis Leal Cardoso Junior2022-04-091-1/+3
|\ \ \
| * | | Configure `code` as a supported editor on Pry::EditorAndré Luis Leal Cardoso Junior2022-03-061-1/+3
| |/ /
* | | Weird method location shouldn't match unknown locationJames Coleman2022-04-091-1/+1
| |/ |/|
* | Add ruby 3.0 to the windows test matrixAndré Luis Leal Cardoso Junior2022-03-091-1/+1
|/
* Update references from pryrepl.org to pry.github.ioupdate-pryrepl-org-refsAndré Luis Leal Cardoso Junior2022-01-092-2/+2
* Add backticks to error message to reduce ambiguitySteve Condylios2022-01-051-2/+2
* Update missing docs fail message to include directives for installation and l...Steve Condylios2022-01-041-2/+3
* fix pry indent frozen error (#2136)T.Yasuma2021-10-111-1/+1
* Fix typo in comment.Masato Yamashita2021-07-221-1/+1
* Return with an error message if pry is started inside signal handler (#2206)Barrett Ingram2021-07-031-0/+13
* validates file presence in Config#default_rc_file (#2129)Armin2021-07-012-12/+9
* Merge pull request #2201 from pry/2199-ring-access-by-index-fixKyrylo Silin2021-06-281-1/+1
|\
| * ring: change guard priority so that the value at index can be readKyrylo Silin2021-06-281-1/+1
* | Restore `--no-history` CLI flag functionalityBrian Graham2021-06-141-1/+1
|/
* Release v0.14.1Kyrylo Silin2021-04-121-1/+1
* Merge pull request #2180 from wenderjean/fix/deprecate-plugins-cli-optionKyrylo Silin2021-04-111-5/+2
|\
| * Deprecate the option "--plugins" on CLI considering PluginManager does not ex...Wender Freese2021-03-271-5/+2
* | helpers/documentation: don't colorize twiceKyrylo Silin2021-04-111-1/+2
* | Merge pull request #2158 from andrehjr/fix-color-off-overwriteKyrylo Silin2021-03-281-1/+1
|\ \
| * | Make #strip_color only remove colors.André Luis Leal Cardoso Junior2020-10-051-1/+1
* | | Merge pull request #2154 from xjunior/patch-1Kyrylo Silin2021-03-281-5/+5
|\ \ \ | |_|/ |/| |
| * | Escape non-printing charactersCarlos Palhares2020-09-061-5/+5
| |/
* | Release v0.14.0Kyrylo Silin2021-02-081-1/+1
* | Merge pull request #2119 from mvz/issue-1241-remove-autoloading-of-pluginsKyrylo Silin2020-11-285-171/+5
|\ \
| * | Mark block arguments as unusedMatijs van Zuijlen2020-03-221-2/+2
| * | Remove plugin system in favor of regular requiresMatijs van Zuijlen2020-03-224-153/+2
| * | Remove should_load_plugins config optionMatijs van Zuijlen2020-03-223-16/+1
| * | Do not load plugins by defaultMatijs van Zuijlen2020-03-221-1/+1
* | | Merge pull request #2133 from tbrisker/patch-1Kyrylo Silin2020-11-282-1/+1
|\ \ \ | |_|/ |/| |
| * | Update `?` alias to use show-sourceTomer Brisker2020-05-032-1/+1
* | | do not undef =~ unless defined (#2149)卜部昌平2020-08-061-1/+1
|/ /
* | Release v0.13.1Kyrylo Silin2020-04-121-1/+1
* | Merge pull request #2122 from ahorek/frozen_pry_bugKyrylo Silin2020-04-121-3/+1
|\ \
| * | pry-backtrace frozen bugpavel2020-03-251-3/+1
| |/
* | Merge pull request #2120 from barrettkingram/fix-help-command-listingKyrylo Silin2020-04-122-2/+2
|\ \
| * | Improve help listing for regex aliasesBarrett Ingram2020-03-221-1/+1
| * | Display Bang command as "!" instead of regex in help listingBarrett Ingram2020-03-221-1/+1
| |/
* | config: return `nil` on unknown option instead of raisingKyrylo Silin2020-04-121-3/+3
|/
* Display all syntax error messages when catching SyntaxExceptionBarrett Ingram2020-03-211-1/+1