index
:
delta/ruby-gems/pry.git
0-10-stable
0-10-stable-windows-fix
0-11-stable
0-9-11-stable
0-9-12-defer-readline
0-9-12-stable
1316-xdg-history
1369-blank-prefix-fix
1452-show-source-fix
1804-jruby-source-location
1824-frozen-string-literal
1889-truffle-ruby-support
1991-output-winsize-fix
2185-pager-bug-fix
663-plugin-management
add-clear-screen-command
backup-master
base-helpers-backport
basicobj-inspect
changelog
changelog-next-version
circleci
color-printer-refactoring
command-global-state
command-refactoring
config-code-format
configuration-refactoring
control-d-handler-removal
control-d-ruby-3-friendly
copyrights
eastereggs/music
exception-handler-refactoring
extend-command-bundle-removal
extensible-prompts
feature/explicit_block
feature/pipe-syntax
feature/pipes
feature/plugin-class
feature/pryrc_repl
feature/save-source
fix-957
fix-jruby-head-build
gem-deps-cleanup
hacks
improve_basic_object_support
include-text-module
inline-restore-default-behaviour
issue-1633
list-prompts
make-global-config-greppable
master
master-backup-18-oct-2017
minitest-bacon
more-rubocop-fixes
possible-release-sha
prompt-api
prompt-commands
prompt-simpler-api
pry-and-fakefs
pry-configure
pry-gem-extraction
pry-helpers
pry-lazy
pryfork-deprecate
randomize-tests
rbx-removal
readme-rework
refactor/dont-throwaway-pry-instance
refactor/optimize_prefix
remove-global-config
remove_mri18_support
require-relative-cli
require_relative
respond_to-2.4-warnings
revert-1404-add-pwd
rubocop
rubocop-fixes
rubocop-fixes-4
rubocop-lint-ambiguous-block-assosication
show-source-doc-examples-refactoring
snowman-prompt
test-suite-silence-warnings
universal-architecture
update-pryrepl-org-refs
use-bundle-exec-in-rakefile
use-bundler-quiet-instead-of-monkey-patch
v0.11.0.pre
v0.12.x
v0.13.x
wip.refactor.callbacks
wip.refactor.decompose_repl
wip.refactor.repl
wip.refactor.repl.amc
wip.show-source-doc-super-kw-support
github.com: pry/pry.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete the 'simple-prompt' command
prompt-commands
Kyrylo Silin
2018-11-04
1
-24
/
+0
*
commands/change_prompt: incorporate 'list_prompts' functionality
Kyrylo Silin
2018-11-04
3
-44
/
+35
*
config/default: use XDG_DATA_HOME, not XDG_CACHE_HOME for history
Kyrylo Silin
2018-11-04
1
-3
/
+3
*
prompt: deprecate Pry::Prompt::MAP
Kyrylo Silin
2018-11-04
1
-0
/
+4
*
prompt: add basic API for adding prompts
Kyrylo Silin
2018-11-04
8
-118
/
+129
*
pry_instance: properly deprecate #{input,output}_array
Kyrylo Silin
2018-11-04
1
-4
/
+20
*
ring: alias #count as #size
Kyrylo Silin
2018-11-04
1
-0
/
+1
*
config/default: add support for $XDG_CACHE_HOME for history
Kyrylo Silin
2018-11-03
2
-6
/
+14
*
method: update deprecated method call
Kyrylo Silin
2018-11-03
1
-1
/
+1
*
Merge pull request #1845 from pry/base-helpers-backport
Kyrylo Silin
2018-11-03
1
-0
/
+143
|
\
|
*
helpers/base: properly backport deprecated methods
base-helpers-backport
Kyrylo Silin
2018-11-03
1
-0
/
+143
*
|
repl: calculate JRuby overhang (or rather not)
Kyrylo Silin
2018-11-03
1
-6
/
+13
|
/
*
Deprecate Pry::Platform and introduce Pry::Helpers::Platform
Kyrylo Silin
2018-11-02
19
-112
/
+171
*
Delete Pry::CommandSet#{before,after}_command
Kyrylo Silin
2018-11-01
2
-37
/
+0
*
command: delete #source_location
Kyrylo Silin
2018-11-01
1
-6
/
+0
*
Merge pull request #1834 from pry/update-copyrights
Kyrylo Silin
2018-10-28
2
-9
/
+6
|
\
|
*
Update copyrights
Kyrylo Silin
2018-10-28
2
-9
/
+6
*
|
prompt: make it possible to set name dynamically
Kyrylo Silin
2018-10-28
3
-3
/
+53
|
/
*
config: simplify structure
config-code-format
Kyrylo Silin
2018-10-28
7
-433
/
+453
*
prompt: refactor to reduce duplication
Kyrylo Silin
2018-10-28
1
-59
/
+65
*
config/default: rename prompt_safe_objects to prompt_safe_contexts
Kyrylo Silin
2018-10-28
3
-4
/
+4
*
Move prompt related code from pry.rb to prompt.rb
Kyrylo Silin
2018-10-28
7
-58
/
+100
*
prompt: use explicit nesting for class definition
Kyrylo Silin
2018-10-28
1
-21
/
+23
*
pry: move INITIAL_PWD to code/code_file
Kyrylo Silin
2018-10-28
2
-5
/
+5
*
repl: fix broken input while using rb-readline
Kyrylo Silin
2018-10-26
1
-1
/
+5
*
cli: fix `-f` not suppressing load of `pryrc`
Kyrylo Silin
2018-10-22
1
-3
/
+1
*
indent: tidy up #correct_indentation
Kyrylo Silin
2018-10-22
1
-11
/
+10
*
ring: fix #to_a example
Kyrylo Silin
2018-10-22
1
-1
/
+1
*
repl: correctly calculate overhang for empty lines
Kyrylo Silin
2018-10-22
1
-13
/
+13
*
rubocop: fix offences of the Lint/AssignmentInCondition cop
Kyrylo Silin
2018-10-21
9
-14
/
+14
*
ring: rewrite the class to improve API
Kyrylo Silin
2018-10-21
4
-99
/
+64
*
Properly clear after indenting (#1813)
W
2018-10-20
1
-2
/
+18
*
pry_instance: deprecate '#output_array' & '#input_array'
Kyrylo Silin
2018-10-20
1
-0
/
+21
*
Rename '{input/output}_array' to '{input/output}_ring'
Kyrylo Silin
2018-10-20
7
-31
/
+32
*
Rename HistoryArray to Ring
Kyrylo Silin
2018-10-20
3
-17
/
+17
*
rubocop: fix offences of the Style/MultilineTernaryOperator cop
Kyrylo Silin
2018-10-20
5
-28
/
+24
*
core_extensions: make '__binding__' work with redefined #respond_to?
Kyrylo Silin
2018-10-17
1
-1
/
+1
*
ommands/ls/formatter,helpers/table: pass local Pry config
Kyrylo Silin
2018-10-16
2
-10
/
+12
*
rubocop: fix offences of the Lint/StringConversionInInterpolation
Kyrylo Silin
2018-10-16
3
-3
/
+3
*
rubocop: fix offences of the Lint/UnneededRequireStatement cop
Kyrylo Silin
2018-10-16
1
-2
/
+0
*
rubocop: fix offences of the Lint/AmbiguousBlockAssociation cop
rubocop-lint-ambiguous-block-assosication
Kyrylo Silin
2018-10-16
1
-3
/
+4
*
Fix rubocop empty line after guard clause style violations
Arlandis Word
2018-10-14
37
-0
/
+57
*
command: fix YARD warning for '#complete'
Kyrylo Silin
2018-10-14
1
-1
/
+1
*
method/disowned: delete unused 'binding' parameter
Kyrylo Silin
2018-10-14
1
-1
/
+1
*
commands/watch_expression: add a todo to fix arguments later
Kyrylo Silin
2018-10-14
1
-0
/
+2
*
commands/import_set: add a comment to figure out what it does later
Kyrylo Silin
2018-10-14
1
-0
/
+1
*
commands/amend_line: refactor 'amended_input'
Kyrylo Silin
2018-10-14
1
-3
/
+2
*
code: delete unused 'top_module' parameter
Kyrylo Silin
2018-10-14
1
-2
/
+1
*
rubocop: fix offences of the Lint/UnusedMethodArgument cop
Kyrylo Silin
2018-10-14
12
-12
/
+12
*
rubocop: fix offences of the Layout/EmptyLineBetweenDefs cop
Kyrylo Silin
2018-10-14
9
-3
/
+13
[next]