Mislav Marohnić
ab9ebb9d0d
add tests for `help` and `rbenv --version`
il y a 13 ans
Mislav Marohnić
ab197ef51e
add tests for version commands
il y a 13 ans
Mislav Marohnić
7fc5f46bbb
undo `assert_output_lines` in tests
It was a dumb idea and it wasn't even implemented perfectly.
il y a 13 ans
Mislav Marohnić
969af1567a
add tests for rehash, whence, which
il y a 13 ans
Yamashita, Yuu
d1013e82de
Merge pull request #12 from f440/support_2.7.4_3.2.4_3.3.1
Support 2.7.4, 3.2.4, 3.3.1
il y a 13 ans
f440
bb2d058167
Support 2.7.4, 3.2.4, 3.3.1
il y a 13 ans
Mislav Marohnić
7a10b64cf7
better emulate `ruby -S` behavior in testing
Per https://github.com/ruby/ruby/blob/7d3db3c/ruby.c#L1383-1391
il y a 13 ans
Mislav Marohnić
f6db678b20
un-indent shebang for test executables
il y a 13 ans
Mislav Marohnić
97290b2442
simplify iterating through arglist
il y a 13 ans
Mislav Marohnić
b8504ed2a9
saner assertions for multiline output
il y a 13 ans
Alisdair Sullivan
497911d6c0
improve detection of completion support for commands
Enable JavasCript, Lua and Erlang scripts to provide completions
il y a 13 ans
Mislav Marohnić
4d96d0a6c6
add tests for completions
il y a 13 ans
Mislav Marohnić
9b58b6642e
test completions for exec
il y a 13 ans
Mislav Marohnić
45f651ab00
hack around the hack around bash `echo`
il y a 13 ans
Mislav Marohnić
400fe31061
fix exec fails for invalid version
il y a 13 ans
Mislav Marohnić
4b6ab0389b
add tests for exec
il y a 13 ans
Mislav Marohnić
baf7656d2f
fix iterating through paths that have spaces in them
Fixes #344 , #196
il y a 13 ans
Yamashita, Yuu
6e58c43d8a
Merge pull request #11 from draftcode/build-pydebug
Add an option to build a debug version of Python
il y a 13 ans
draftcode
dce4eb636a
Add a help string to describe the debug option
il y a 13 ans
draftcode
c170255580
Preserve CONFIGURE_OPTS
il y a 13 ans
draftcode
8bf0938e60
Add an option to build a debug version of Python
il y a 13 ans
Sam Stephenson
382db59cd0
Merge pull request #367 from shoyan/master
replace tab with spaces
il y a 13 ans
Shohei Yamasaki
2bbf49b2f5
replace tab with spaces
il y a 13 ans
Mislav Marohnić
6a6ae8ae46
tests for rbenv-init
il y a 13 ans
Tim Pope
03fa148e81
Don't duplicate shims in PATH
il y a 13 ans
Mislav Marohnić
ea3203dbab
fix resolving symlinks in rbenv-hooks
il y a 13 ans
Yamashita, Yuu
aa831836e1
Merge pull request #10 from oza/patch-1
Update README.md
il y a 13 ans
OZAWA Tsuyoshi
0eb1520707
Update README.md
il y a 13 ans
Mislav Marohnić
a81ace2ccb
add hook lookup tests
il y a 13 ans
Mislav Marohnić
a7da06998e
use C on Travis for even less overhead
il y a 13 ans
Mislav Marohnić
5e5e3e0588
skip Ruby stuff on Travis
il y a 13 ans
Mislav Marohnić
bc369fb1ab
configure Travis
il y a 13 ans
Mislav Marohnić
bb6bccb782
tests galore
il y a 13 ans
Mislav Marohnić
1fe59e41ea
error message when rehash fails on non-writable directory
Fixes #238
il y a 13 ans
Yamashita Yuu
606346761f
s/python-virtualenv/pyenv-virtualenv/g in README.md
il y a 13 ans
Tim Pope
0d1f1d09f0
Fix multiple argument completion with zsh
This changes the zsh completion to omit the final, incomplete command
line argument when invoking rbenv completions, making it consistent with
the bash completion. Since no built-in completion cares about the
argument list, this inconsistency only affected plugins.
il y a 13 ans
Yamashita Yuu
48e1488bc9
remove duplicated LICENSE from python-build.
il y a 13 ans
Yamashita Yuu
0259b6adfb
update copyright year
il y a 13 ans
YanhaoYang
13f36e0416
rbenv(): preserve multiline output of `sh-*` commands
il y a 13 ans
Yamashita Yuu
dbb1fb5a06
release 0.2.0
il y a 13 ans
Yamashita Yuu
755c00e67c
fix broken installation scripts for Jython and some of CPython.
replaced deprecated method calls of `fetch_url` by `http get`.
il y a 13 ans
Yamashita Yuu
ad900ba436
fix some differences between ruby-build (refs #8 )
il y a 13 ans
Yamashita Yuu
ea7dc5f1e1
fix inverted result of checking version existence (refs #7 )
il y a 13 ans
Yamashita Yuu
be53bb8951
update README
il y a 13 ans
Yamashita Yuu
167ff2a198
s/Ruby/Python/g; s/RBENV/PYENV/g
il y a 13 ans
Yamashita Yuu
ee3c9bef5e
fix typo; s/vesions/versions/
also this will fix https://github.com/yyuu/python-virtualenv/issues/1
il y a 13 ans
Yamashita Yuu
6d307c6e11
import recent changes from ruby-build:
* verify checksum of downloaded archives.
* add PYTHON_BUILD_MIRROR_URL to use mirror site.
But we don't have CloudFront setup as of now :-(
* rbenv 0.4.x style help messages
il y a 13 ans
Yamashita Yuu
a0705cb86e
fix shell syntax error. add missing `then'.
il y a 13 ans
Sam Stephenson
e3f72ebae2
Guard against exported `CDPATH` ( fixes #316 )
il y a 13 ans
Sam Stephenson
98f45695db
Suppress shell warnings when hashing is disabled by `set +h`
il y a 13 ans