Commit graph

1556 commits

Author SHA1 Message Date
Bob Hyman
6d01b7c880 Merge branch 'master' into flake8_0 2020-05-14 19:54:06 -04:00
paugier
3cc953f7cd get_hg_branch aware of topics
See https://www.mercurial-scm.org/doc/evolution/tutorials/topic-tutorial.html
2020-05-13 10:07:31 +02: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
David Strobach
b2545e45ad News entry 2020-05-08 23:58:27 +02:00
Bob Hyman
68fbf93ed1 Merge branch 'master' into flake8_in_CI 2020-05-08 15:42:28 -04:00
Bob Hyman
dd82c5ffd8 Clean up ignorable warnings in clean pytest run 2020-05-08 15:41:06 -04: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
Bob Hyman
a6bb5e2d56 Run (pure) flake8 in CI; deprecate config for pytest-flake8 2020-05-06 22:49:11 -04:00
Gil Forsyth
14771a7e51 Updated CHANGELOG for 0.9.18 2020-05-05 08:13:00 -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
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
anki-code
4b65af2814
New xontrib-output-search (#3538)
Co-authored-by: anki-code <anki-code>
2020-04-26 18:57:10 -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
Anthony Scopatz
da7bd1105b Updated CHANGELOG for 0.9.17 2020-04-08 14:01:13 -05:00
David Strobach
f2299e5e23 News entry 2020-04-08 20:16:35 +02:00
David Strobach
ee1486f533 News entry 2020-04-08 18:34:47 +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
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
Morten Enemark Lund
c37818d4b4
Merge pull request #3483 from xonsh/runthis
runthis
2020-04-07 22:48:48 +02:00
David Strobach
d49335174c Merge branch 'master' into fix-background-operator 2020-04-07 22:39:42 +02:00
David Strobach
200544c8e3 add news entry 2020-04-07 20:23:00 +02:00
Gil Forsyth
fc2361b875 Set up Github Actions to handle CI
* Tweak env names for easier templating
* Add condarc file to force conda-forge
* Run xonsh as module to avoid windows PATH issues
2020-04-07 11:20:23 -04:00
Gil Forsyth
6def5aa46d Updated CHANGELOG for 0.9.16 2020-04-07 08:59:44 -04:00
Morten Enemark Lund
40d181d43a Add changelog entry 2020-04-07 10:21:40 +02:00
Anthony Scopatz
b00fad96b0
Merge pull request #3497 from laloch/unthread-xdg-open
Unthread xdg open
2020-04-01 14:48:22 -05:00
David Strobach
da0dc54849 news entry 2020-04-01 21:36:32 +02:00
David Strobach
58e5b417ee news entry 2020-04-01 03:09:12 +02:00
Bob Hyman
65e639eb88 Merge branch 'master' into is3474 2020-03-29 16:14:54 -04:00
Anthony Scopatz
a06ad1fefd
Merge pull request #3484 from laloch/abbrevs
Add fish-like command abbreviations
2020-03-25 17:06:53 -05:00
David Strobach
4e224f62db news entry 2020-03-25 19:33:30 +01:00
Chris Lasher
29a11d9a9c
Register xontrib-pyenv in list of available xontribs. (#3485)
* Register xontrib-pyenv in list of available xontribs.

* Add missing news item.
2020-03-21 20:12:43 -04:00
Anthony Scopatz
0942d7b3d7 runthis 2020-03-19 23:05:18 -05:00
Anthony Scopatz
ade5b886b6 Updated CHANGELOG for 0.9.15 2020-03-19 15:38:46 -05:00
Anthony Scopatz
feeb6315cc
Merge pull request #3482 from laloch/execx-evalx-newline
Fix execx / evalx trailing newline
2020-03-19 11:50:33 -04:00
David Strobach
f395bfbd1b news entry 2020-03-19 11:44:25 +01:00
Noortheen Raja
0851866ebf feat: add HISTCONTROL(erasedups) support to sqlite backend
fixes part of !3478
2020-03-19 12:58:31 +05:30
Noortheen Raja
419c854eea update docs - running pylint for specific files 2020-03-15 20:43:56 +05:30
Bob Hyman
9fe865169e color_files() never returns None for token. 2020-03-14 23:03:11 -04:00
Gabriel Vogel
e3fccaef46 add news file 2020-03-11 01:23:51 +01:00
anki-code
19195cbf71 news 2020-03-04 12:49:38 +03:00