summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Release v0.13.0Kyrylo Silin2020-03-2113-13/+13
* repl: clear line after indenting when Vi mode is enabledKyrylo Silin2020-03-211-1/+1
* method: delegate internally-used methodsKyrylo Silin2020-03-211-0/+5
* Merge pull request #2098 from barrettkingram/whereami_bug_fixKyrylo Silin2020-03-201-1/+1
|\
| * Fix whereami -c when class definition is not beginning of lineBarrett Ingram2019-12-291-1/+1
* | commands/edit/file_and_line_locator: refactor eval expressionKyrylo Silin2020-03-201-1/+1
* | exceptions: check if $SAFE is supported by RubyKyrylo Silin2020-03-172-1/+12
|/
* Fix: Rubocop: Layout/EmptyLineAfterMagicCommentViktor Fonic2019-12-031-0/+1
* Revert e84c34b17a43e2fcfb622f12cb918e19aec6e2baKyrylo Silin2019-11-072-1/+4
* Fix Ruby 2.7 compatibility in Pry::Slop#mehtod_missingJean Boussier2019-10-011-1/+1
* Allow negative ranges in hist --showBrian Graham2019-08-091-2/+0
* Attempt to allow pasting multiple lines with leading dots (#2060)Josh Cheek2019-07-112-2/+10
* Use Pry::Env where it makes senseKyrylo Silin2019-06-099-18/+25
* Add Pry::EnvKyrylo Silin2019-06-092-0/+19
* Close #2054 - prefer XDG_* paths (if set)A. Nackov2019-06-052-5/+5
* MemoizedValue memoizes nil results (#2053)Josh Cheek2019-06-031-1/+5
* Merge pull request #2048 from JoshCheek/fix-test-output-clobbering-itselfKyrylo Silin2019-06-011-1/+1
|\
| * REPL prints to the configured output, not directly to $stdoutJosh Cheek2019-05-291-1/+1
* | Remove exclusionary easter egg commandvaidehijoshi2019-05-311-10/+0
|/
* spec/pry_defaults: silence unwanted deprecation warningstest-suite-silence-warningsKyrylo Silin2019-05-281-1/+1
* Merge Pry::Terminal with Pry::OutputKyrylo Silin2019-05-2611-111/+102
* output: assign @color inside initializeKyrylo Silin2019-05-261-6/+4
* output: rename 'boxed_io' to 'output'Kyrylo Silin2019-05-261-6/+6
* terminal: rename 'bang' methods to normal onesKyrylo Silin2019-05-196-13/+13
* Merge pull request #2037 from pry/1876-wtf-codeKyrylo Silin2019-05-121-4/+24
|\
| * commands/wtf: add the --code flagKyrylo Silin2019-05-121-4/+24
* | commands/wtf: fix typo in bannerKyrylo Silin2019-05-111-1/+1
|/
* commands/wtf: refactor to avoid duplicationKyrylo Silin2019-05-111-26/+27
* Resolve config warnings about redefined methodKyrylo Silin2019-05-112-4/+1
* Fix offences of the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-0817-49/+47
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-08134-0/+268
* control_d_handler: don't mutate eval_string within the handlerKyrylo Silin2019-05-043-4/+32
* warning: print file and line of the calling frameKyrylo Silin2019-05-041-2/+2
* Merge pull request #2031 from pry/warning-moduleKyrylo Silin2019-05-044-14/+34
|\
| * Add Pry::WarningKyrylo Silin2019-05-044-14/+34
* | pry_instance: fix Style/AccessModifierDeclarations cop offencesKyrylo Silin2019-05-041-107/+105
|/
* config: add `rc_file` that allows specifying `pryrc` fileKyrylo Silin2019-05-032-15/+22
* commands/show_info: fix formatting error for C method headerKyrylo Silin2019-05-022-2/+2
* history: cache @history.count to improve performanceKyrylo Silin2019-05-021-6/+8
* Refactor ConfigKyrylo Silin2019-05-0215-546/+359
* Reduce the influence of Pry::ConfigKyrylo Silin2019-04-304-4/+7
* pry_instance: factor out command state to be globalcommand-global-stateKyrylo Silin2019-04-295-5/+37
* commands/watch_expression: use command state instead of configKyrylo Silin2019-04-281-1/+1
* config: factor out control_d_handler to ControlDHandlerKyrylo Silin2019-04-153-21/+27
* config: factor out 'system' to SystemCommandHandlerKyrylo Silin2019-04-153-8/+17
* config: factor out exception_handler hook to a separate classexception-handler-refactoringKyrylo Silin2019-04-153-22/+43
* config: factor out color printer proc to ColorPrinterKyrylo Silin2019-04-144-10/+10
* config: factor out default hook definition to Pry::HooksKyrylo Silin2019-04-142-8/+11
* Move history file detection to Pry::HistoryKyrylo Silin2019-04-103-16/+20
* Move `default_editor_for_platform` to Pry::EditorKyrylo Silin2019-04-104-12/+12