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
/
pry
/
repl.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-2
/
+2
*
repl: fix broken input while using rb-readline
Kyrylo Silin
2018-10-26
1
-1
/
+5
*
repl: correctly calculate overhang for empty lines
Kyrylo Silin
2018-10-22
1
-13
/
+13
*
Properly clear after indenting (#1813)
W
2018-10-20
1
-2
/
+18
*
Fix rubocop empty line after guard clause style violations
Arlandis Word
2018-10-14
1
-0
/
+2
*
repl.rb: guard against negative overhang
Damien Robert
2018-10-03
1
-1
/
+1
*
remove duplicated require
robert
2017-06-04
1
-2
/
+0
*
fix Forwardable warnings in WrappedModule/Candidate
robert
2017-06-03
1
-1
/
+1
*
return false from #piping? when $stdout is not an IO.
strcmp
2015-08-24
1
-1
/
+2
*
fix #1464
strcmp
2015-08-22
1
-1
/
+1
*
Fix warning
Fumiaki MATSUSHIMA
2015-04-05
1
-0
/
+2
*
Remove support of Foreman altogether
Kyrylo Silin
2015-03-17
1
-6
/
+0
*
repl: set readline output to Pry's output
Kyrylo Silin
2015-03-03
1
-3
/
+11
*
repl: try setting the readline output on carriage return
Kyrylo Silin
2015-03-02
1
-4
/
+7
*
repl: factorout the "coolline" duplication to its own method
Kyrylo Silin
2015-03-02
1
-2
/
+6
*
repl: don't reopen 'dev/tty' on each carriage return when piping
Kyrylo Silin
2015-03-02
1
-4
/
+21
*
Fix possible reference to past scope warnings
Matijs van Zuijlen
2015-01-23
1
-2
/
+2
*
Revert 16c6037cde860c8b406e8140c5263fb7f4b26506 to fix spec/Procfile
Frank Macreery
2014-06-28
1
-0
/
+3
*
Remove occurrences in repl
Conrad Irwin
2014-05-01
1
-4
/
+4
*
No Pry.config in Pry::Indent
Conrad Irwin
2014-05-01
1
-1
/
+1
*
Merge branch 'master' into lazy-readline
Ryan Fitzgerald
2014-02-02
1
-3
/
+0
|
\
|
*
Remove Foreman hack from 5f3b5857fc94f0237ecd0440069cf34cc6aed86a
Ryan Fitzgerald
2014-02-02
1
-3
/
+0
*
|
visit instance of 'Pry' through delegate.
Robert Gleeson
2014-02-01
1
-1
/
+1
*
|
update Pry::REPL to not assume Readline is loaded.
Robert Gleeson
2014-02-01
1
-2
/
+2
|
/
*
No longer touching the the input. It's a global lock for now (:all)
Nicolas Viennot
2013-06-26
1
-26
/
+12
*
register_ownership -> with_ownership
Nicolas Viennot
2013-06-26
1
-1
/
+1
*
InputLocks are maintained in a single hash, keyed by inputs
Nicolas Viennot
2013-06-26
1
-5
/
+2
*
Thread support for REPL
Nicolas Viennot
2013-06-25
1
-15
/
+38
*
Guard against windows? + style homogenization
☈king
2013-02-08
1
-2
/
+2
*
Experimental logic for Readline.output
☈king
2013-02-08
1
-0
/
+3
*
Remove confusing rescue raise
Conrad Irwin
2013-01-18
1
-12
/
+5
*
Clean up various docs for Pry::REPL
Ryan Fitzgerald
2012-12-28
1
-39
/
+47
*
Pull out Indent#should_correct_indentation?
Ryan Fitzgerald
2012-12-28
1
-6
/
+9
*
write to history incrementally
Conrad Irwin
2012-12-28
1
-2
/
+0
*
Docstrings for Pry::REPL
Conrad Irwin
2012-12-28
1
-8
/
+28
*
Use correct_indent not auto_indent...
Conrad Irwin
2012-12-28
1
-5
/
+5
*
Refactor completion API (git diff -w)
Conrad Irwin
2012-12-28
1
-8
/
+6
*
Rename loop to rep
Conrad Irwin
2012-12-28
1
-3
/
+3
*
Remove input_stack and fix REPLFileLoader
Conrad Irwin
2012-12-28
1
-10
/
+6
*
Make interactive? explicit
Conrad Irwin
2012-12-28
1
-8
/
+0
*
Rename `retrieve_line` to `read`
Ryan Fitzgerald
2012-12-27
1
-5
/
+4
*
Rename `repl` to `loop`
Ryan Fitzgerald
2012-12-27
1
-8
/
+7
*
Rename `accept_line` to `eval`
Ryan Fitzgerald
2012-12-27
1
-1
/
+1
*
Rename reset_line to reset_eval_string
Ryan Fitzgerald
2012-12-27
1
-1
/
+1
*
Slightly refactor REPL initialization
Ryan Fitzgerald
2012-12-23
1
-5
/
+6
*
Re-add (deprecated) Pry#repl for @robgleeson
Conrad Irwin
2012-12-21
1
-0
/
+3
*
Readd Pry#repl
Conrad Irwin
2012-12-21
1
-1
/
+1
*
Simplify accept_line a bit
Conrad Irwin
2012-12-21
1
-7
/
+8
*
Pry.accept_line returns a 'should continue?' boolean
Conrad Irwin
2012-12-21
1
-21
/
+8
[next]