Commit graph

8883 commits

Author SHA1 Message Date
anki-code
37c1828bfc bash2xsh improvements 2020-05-27 09:31:44 +03:00
Jamie Bliss
7b108b13d9
Merge pull request #3574 from xxh/exit
exit to docs
2020-05-12 12:29:09 -04:00
anki-code
30cd46511c exit 2020-05-12 19:10:13 +03:00
anki-code
40af9b197a exit 2020-05-12 17:37:15 +03:00
David Strobach
3a6e9de201
Fix column offset of unary operator AST node (#3565)
* Fix unary operator AST node column offset

This fixes a bug in subprocess mode. Logical subrocess
operators could not follow long subprocess arguments (e.g. --version).
2020-05-10 10:17:55 -04:00
Jamie Bliss
debb98ceab
Merge pull request #3566 from xonsh/add-history-flush
Add history `flush` action
2020-05-08 23:12:14 -04:00
David Strobach
b2545e45ad News entry 2020-05-08 23:58:27 +02:00
David Strobach
19e774c0d5 Add history flush action 2020-05-08 23:56:49 +02:00
David Strobach
5d74e5c2a0
Merge pull request #3527 from xonsh/fix_pip_completer
Fix `pip` completer misfires for `pipx`
2020-05-08 15:10:44 +02:00
Gil Forsyth
14771a7e51 Updated CHANGELOG for 0.9.18 2020-05-05 08:13:00 -04:00
Gil Forsyth
d960267d95 bumped version to 0.9.18 2020-05-05 08:12:59 -04:00
Gil Forsyth
c781b7c8b9 Updated authorship for 0.9.18 2020-05-05 08:12:59 -04:00
Gil Forsyth
acbd75e8a5
Update authors list 2020-05-05 08:12:32 -04:00
Bob Hyman
26475146e2
Flake8 1 (#3550)
* flake8 fixes -- tests only

* fix ci failure

* integrate fix from is_3551 so tests will pass.

* Update tests/test_builtins.py

Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2020-05-05 06:42:28 -04:00
anki-code
6a67cbe646
xontrib-prompt-bar and xontrib-pipeliner (#3558)
* Fix #3519

* xontrib-prompt-bar

* xontrib-pipeliner

* pypi

Co-authored-by: anki-code <anki-code>
2020-05-05 06:39:33 -04:00
anki-code
292d292d65
Fix #3519 (#3546)
Co-authored-by: anki-code <anki-code>
2020-05-01 07:35:50 -04:00
Gil Forsyth
80cf826961
Mark flaky test (#3556) 2020-04-30 20:47:23 -04:00
Bob Hyman
9aa4d4803c
fix test case for convert_macro_arg (#3552)
* fix test case for convert_macro_arg

* fix test case for convert_macro_arg
2020-04-30 20:31:45 -04:00
Noorhteen Raja J
8e6d2fae7d
feat: added xontrib for directory history navigation (#3533)
closes #3530
2020-04-30 20:29:56 -04:00
anki-code
fe06b3d82a
Update appimage.rst (#3535)
* Update appimage.rst

* news

* run

Co-authored-by: anki-code <anki-code>
2020-04-30 20:28:06 -04:00
Marduk Bolaños
d6f5e2e5bd
Use UTF-8 encoding to write .xonshrc with webconfig (#3543)
* Use UTF-8 encoding to write .xonshrc with webconfig

Solves #3542.

* Create utf8.rst
2020-04-30 20:26:48 -04:00
anki-code
e1e7d27081
Add $XONSH_TRACE_SUBPROC to the tutorial (#3540)
* New xontrib-output-search

* $XONSH_TRACE_SUBPROC in the tutorial #3539

* $XONSH_TRACE_SUBPROC in the tutorial #3539

* news

* trace alternative

Co-authored-by: anki-code <anki-code>
2020-04-30 20:18:28 -04:00
Jamie Bliss
4bb091a4d6
Update reference to xontrib cookiecutter repo (#3549) 2020-04-30 18:48:59 -04:00
anki-code
4b65af2814
New xontrib-output-search (#3538)
Co-authored-by: anki-code <anki-code>
2020-04-26 18:57:10 -04:00
Jamie Bliss
ce9b3d3c10
Merge pull request #3537 from manor/patch-1
Typo in WELCOME_MSG
2020-04-26 16:17:30 -04:00
Manor Askenazi
167c391420
Typo in WELCOME_MSG 2020-04-25 18:21:05 -04:00
Jamie Bliss
a859950875
Merge pull request #3528 from xonsh/gh_actions_osx_oncemorewithfeeling
Add OSX to gh actions matrix
2020-04-22 14:14:25 -04:00
Gil Forsyth
3a09f3b936
Add OSX to gh actions matrix 2020-04-20 12:24:12 -04:00
Gil Forsyth
f32f0a0d96 Fix pip completer misfires for pipx
Need a word-boundary now after the initial match

Resolves #3526
Resolves #3379

Signed-off-by: Gil Forsyth <gil@forsyth.dev>
2020-04-20 11:26:49 -04:00
Bob Hyman
53bfe8c99c
Add ptk3 (#3521)
* delete package ptk; rename ptk2 to ptk_shell.; leave ptk2 as alias for ptk_shell.
* SHELL_TYPE "prompt_toolkit" only; remove ptk1 specific behavior.
* Doc updates: eliminate reference to prompt-toolkit < 2.0
* update requirements files ptk>=2; test shell_style="none"
* fix ptk2 stub per code review
* Add ptk2 to list of packages to install.
2020-04-18 10:44:27 -04:00
Raphael Das Gupta
3a232c6782
make comments easier to comprehend (#3517)
Make comments in the test_multiline_...-testcases easier to comprehend
by using correct grammar and spelling and by stating more relevant aspects.

Comment on test parameters with inline instead of block comments,
as this makes it easier to associate code lines with comments,
without having to resort to additional blank lines for separation.
2020-04-15 14:14:24 -04:00
Anthony Scopatz
da7bd1105b Updated CHANGELOG for 0.9.17 2020-04-08 14:01:13 -05:00
Anthony Scopatz
d270333844 bumped version to 0.9.17 2020-04-08 14:01:13 -05:00
Anthony Scopatz
a1582b91fa Updated authorship for 0.9.17 2020-04-08 14:01:13 -05:00
Anthony Scopatz
ec48aae939
Merge pull request #3513 from laloch/autovox-fstrings
Make autovox work with Python 3.5
2020-04-08 13:39:37 -05:00
David Strobach
f2299e5e23 News entry 2020-04-08 20:16:35 +02:00
David Strobach
98bd6b6a48 Make autovox work with Python 3.5
We still can't use f-strings because of Python 3.5 support.
2020-04-08 20:13:12 +02:00
Anthony Scopatz
d86cea184b
Merge pull request #3512 from laloch/fix-captured-inject
Fix @$() subprocess operator
2020-04-08 12:05:04 -05:00
David Strobach
ee1486f533 News entry 2020-04-08 18:34:47 +02:00
David Strobach
940713f7f8 Add @$() tests 2020-04-08 18:34:47 +02:00
David Strobach
20196ac2a1 Allow for using @$() operator without leading and trailing whitespace 2020-04-08 18:34:47 +02:00
David Strobach
b6ec145fa6 Fix @$() subprocess operator
@$() operator now removes trailing newline characters from
multiline command output.
2020-04-08 18:34:47 +02:00
Morten Enemark Lund
789f4d2e96
Merge pull request #3511 from xonsh/github_actions_PRs
Add PRs to event triggers for github actions
2020-04-08 18:28:24 +02:00
Gil Forsyth
9ee607aa26
Add PRs to event triggers for github actions 2020-04-08 12:06:42 -04:00
Anthony Scopatz
7e1b0997ae
Merge pull request #3467 from xonsh/gforsyth-patch-1
Create xonshpytest.yml
2020-04-08 10:00:04 -05:00
Gil Forsyth
196e0159bc
Re-enable travis OSX checks 2020-04-08 10:16:12 -04:00
Morten Enemark Lund
54a34494e3
Merge pull request #3494 from laloch/fix-background-operator
Do not handle ampersand as an argument in subprocess mode
2020-04-08 07:11:39 +02:00
Gil Forsyth
4466f12c45
Check if it's just OSX that's flaky 2020-04-07 18:45:29 -04:00
David Strobach
222472d015 Fix ampersand parameter test 2020-04-07 23:48:22 +02:00
Morten Enemark Lund
c37818d4b4
Merge pull request #3483 from xonsh/runthis
runthis
2020-04-07 22:48:48 +02:00