Commit graph

5056 commits

Author SHA1 Message Date
BlahGeek
f9abbc8a05 support autocd path highlight 2016-09-13 11:29:49 +08:00
BlahGeek
acb0bfe3cb more tests 2016-09-13 10:54:20 +08:00
BlahGeek
50aecce6ff fix = in subproc arg 2016-09-13 10:41:39 +08:00
BlahGeek
8078f96869 update changelog 2016-09-12 12:07:46 +08:00
BlahGeek
c1e128d8f0 fix backtick regex syntax 2016-09-12 12:07:36 +08:00
BlahGeek
9ce5a8494d fix alias lookup on windows 2016-09-12 11:52:09 +08:00
BlahGeek
ddf97f0149 support macro syntax 2016-09-12 11:47:18 +08:00
BlahGeek
c7629b1f3c add cd alias for windows while testing, support windows path highlight 2016-09-12 11:23:20 +08:00
BlahGeek
0f2ab88f2e Revert "tests use type instead of cd for windows"
This reverts commit 7c635add93.
2016-09-12 11:20:39 +08:00
BlahGeek
7c635add93 tests use type instead of cd for windows 2016-09-12 11:05:20 +08:00
BlahGeek
642b46976a Merge branch 'master' into new-xonsh-highlight 2016-09-11 20:51:46 +08:00
Gil Forsyth
dbae098673 Merge pull request #1703 from xonsh/cmd_cache_lookup_win
Cmd cache lookup on windows
2016-09-11 08:39:39 -04:00
BlahGeek
66d6f50662 use Name.Builtin instead of Keyword 2016-09-11 20:17:49 +08:00
BlahGeek
fc080c6b06 add lookahead assertion for COMMAND_TOKEN 2016-09-11 19:58:18 +08:00
BlahGeek
4d3e9cbed7 fix test fixture 2016-09-11 16:22:42 +08:00
BlahGeek
61c38a3ccd loads command cache while initing xonsh lexer 2016-09-11 16:20:22 +08:00
BlahGeek
30e43401b8 cleanup code 2016-09-11 16:19:00 +08:00
Morten Enemark Lund
4d84a5dbc9 Updates from review 2016-09-11 10:11:41 +02:00
BlahGeek
521ca3b471 add highlight for backtick regex 2016-09-11 16:09:19 +08:00
BlahGeek
86fef03d45 fix tests for windows 2016-09-11 16:09:10 +08:00
Morten Enemark Lund
4f9304cbd9 Add xonsh_builtins fixture to test_commands_cache_lazy() 2016-09-11 09:59:16 +02:00
Morten Enemark Lund
2c0d0442e0 Add PATHEXT to the xonsh_builtins.__xonsh_env__ on windows 2016-09-11 09:59:15 +02:00
Morten Enemark Lund
636b7c5067 Add changelog 2016-09-11 09:59:15 +02:00
Morten Enemark Lund
e26dbabbcd Fix command cache lookup on windows. On windows all commands are stored in upper case in the command cache, since the system is case insensitive. This change ensure that command lookup also works if case is different. For example 'git', 'git.exe' org 'GIT' should all point to the same command. 2016-09-11 09:59:14 +02:00
Morten Enemark Lund
a6c602c9a4 Merge pull request #1684 from bobhy/track_wd1
Track wd1
2016-09-11 08:27:47 +02:00
BlahGeek
e311ae26cb new implementation of XonshLexer for pygments 2016-09-11 00:50:52 +08:00
Konstantinos Tsakiltzidis
e1c4d2ac8b Merge pull request #1697 from Carreau/autodocs
Build docs on travis
2016-09-10 19:45:25 +03:00
Konstantinos Tsakiltzidis
1dfac01cd6 Merge pull request #1705 from xonsh/fortarg
Fixed issue with accidentally wrapping generators in function calls
2016-09-10 19:36:53 +03:00
Gil Forsyth
84c0faa615 Merge pull request #1707 from xonsh/nm
Nested subprocess macro fix
2016-09-10 11:29:46 -04:00
Gil Forsyth
9eb2adb509 Merge pull request #1706 from xonsh/tildeassign
Fixed tilde expansion
2016-09-10 08:21:39 -04:00
Anthony Scopatz
0f45b87703 added news test 2016-09-09 19:32:10 -04:00
Anthony Scopatz
72cafa31a0 p_subproc_atom_captured_stdout_bang 2016-09-09 19:29:28 -04:00
Anthony Scopatz
9b80a9ec3d removed dead code 2016-09-09 19:25:38 -04:00
Anthony Scopatz
9f7c9ae817 fixed tilde expansion 2016-09-09 19:21:26 -04:00
Anthony Scopatz
27437a4913 fixed issue with accidentally wrapping generators in function calls 2016-09-09 19:07:41 -04:00
Gil Forsyth
af268c5b66 travis is unhappy with my smooth (incorrect) stylings 2016-09-09 11:51:36 -04:00
Gil Forsyth
fc483dde18 allow failures in nightly until py3.6 and pytest make up 2016-09-09 11:08:40 -04:00
Gil Forsyth
1638cbadf7 Merge pull request #1701 from blahgeek/fix-bash-completion-v1.x
fix bash completion for bash-completer v1.x
2016-09-09 11:04:06 -04:00
BlahGeek
3f4d4a21e9 fix bash completion for bash-completer v1.x 2016-09-09 16:24:31 +08:00
Anthony Scopatz
1bd5276344 keywork fix 2016-09-08 20:00:18 -04:00
Matthias Bussonnier
1dbfb41499 Define __xonsh_commands_cache__ during doc builds. 2016-09-08 13:56:31 -07:00
Matthias Bussonnier
28d1d41681 Build docs on travis 2016-09-08 13:42:53 -07:00
Bob Hyman
87117203ad fix test failures (possibly caused by context manager monkeying with globals?) 2016-09-07 21:37:33 -04:00
Anthony Scopatz
93d659f3fb Merge pull request #1669 from blahgeek/xontrib-gitstatus
Informative git status on prompt
2016-09-06 19:34:51 -04:00
Anthony Scopatz
e1dca1464b Merge pull request #1688 from blahgeek/highlight-cmd
Highlight valid command
2016-09-06 19:32:46 -04:00
BlahGeek
3f4244c958 update amalgamed __init__.py 2016-09-07 00:22:21 +08:00
BlahGeek
4fa470158e add changelog 2016-09-06 23:35:03 +08:00
BlahGeek
1b80332b31 do not highlight directory 2016-09-06 23:35:03 +08:00
BlahGeek
38760dfab9 highlight valid command 2016-09-06 23:35:03 +08:00
Anthony Scopatz
ad05d89eda Merge pull request #1682 from laerus/testnews
better news testing
2016-09-06 10:59:41 -04:00