David Strobach
5ff57aee7f
changelog entry
2020-07-28 20:04:17 +02:00
David Strobach
1ad143f9a5
Fix TypeError triggered by unexpected return from callable alias
2020-07-28 20:04:11 +02:00
David Strobach
c0089a4cef
Merge pull request #3561 from bobhy/flake8_in_CI
...
Run (pure) flake8 in CI; deprecate config for pytest-flake8
2020-06-20 21:00:39 +02:00
Jamie Bliss
867a53086a
Merge pull request #3624 from laloch/xontrib-failok
...
xontrib: don't stop loading xontribs on error
2020-06-19 19:43:45 -04:00
Bob Hyman
8e4d2bfb0e
changes per review
2020-06-19 17:31:37 -04:00
David Strobach
19c9379df7
changelog entry
2020-06-18 15:41:16 +02:00
David Strobach
daeeadfbc3
xontrib: don't stop loading xontribs on error
...
xontrib load action can load multiple xontribs at once. If, however,
one of the xontribs fails to load, because, for instance, of
a missing dependency, the command exits and the rest of the modules
is not attempted to load at all.
This patch modifies the `load` action behavior to only print
exception on error, but to continue loading remaining xontribs.
2020-06-18 15:41:10 +02:00
Jamie Bliss
ecfea5d965
Merge pull request #3620 from laloch/ci-timeout
...
CI: increase pytest timeout
2020-06-15 13:39:04 -04:00
David Strobach
3f9669b5b7
CI: increase pytest timeout
2020-06-12 17:00:33 +02:00
David Strobach
fe007d9202
Update fix-cwd.rst
2020-06-12 16:24:57 +02:00
David Strobach
d6ffd678bf
Merge pull request #3544 from mardukbp/patch-2
...
Fixed error in getting current working directory
2020-06-08 09:29:50 +02:00
Marduk Bolaños
cb338783fd
Update news/fix-cwd.rst
...
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2020-06-07 17:00:48 +02:00
Marduk Bolaños
5654b86ead
Create fix-cwd.rst
2020-06-07 17:00:48 +02:00
Marduk Bolaños
88c9d841e3
Fixed error in getting current working directory
2020-06-07 17:00:48 +02:00
David Strobach
0af4a0fcd4
Merge pull request #3603 from xonsh/byk/fix/completion-out-of-bounds
...
fix(completer): Add bounds check in path completer
2020-06-05 13:57:25 +02:00
Jamie Bliss
552338b324
Merge pull request #3604 from laloch/take-fzf-widgets
...
Update links to xontrib-fzf-widgets
2020-06-01 14:41:45 -04:00
David Strobach
33fefc011b
Update links to xontrib-fzf-widgets
...
I'm now the owner of the PyPI package.
2020-06-01 17:08:35 +02:00
Burak Yigit Kaya
1650f35b59
add missing news item
2020-06-01 16:25:46 +03:00
Burak Yigit Kaya
70bb03e2bb
fix(completer): Add bounds check in path completer
2020-06-01 16:20:45 +03:00
Jamie Bliss
ed9eb5955f
Merge pull request #3602 from swedneck/patch-1
...
Add link to matrix room
2020-05-31 11:54:29 -04:00
swedneck
c29330f435
Add link to matrix room
...
the matrix room is bridged to the gitter chat
2020-05-31 17:15:42 +02:00
Jamie Bliss
cb977b58b1
Merge pull request #3571 from laloch/ulimit
...
Add ulimit command to xoreutils
2020-05-29 14:44:57 -04:00
Jamie Bliss
8d40e53957
Merge pull request #3597 from fengttt/fengttt-dev
...
adding xontrib-xpg
2020-05-29 12:42:39 -04:00
Feng Tian
178d42b34b
adding xontrib-xpg
2020-05-28 17:01:29 -07:00
David Strobach
e2848a4f8d
News entry
2020-05-28 03:23:08 +02:00
David Strobach
e14bc22ece
Add ulimit xoreutil
2020-05-28 03:23:04 +02:00
Bob Hyman
21bb138644
flake8 complains in Windows about symbolic links; remove fortunately redundant linked file
2020-05-23 23:24:32 -04:00
Bob Hyman
6ecf2411d8
fix additional nit flagged by new flake3.8; remove stale reference to pytest-flake8
2020-05-15 20:18:16 -04:00
Bob Hyman
6d01b7c880
Merge branch 'master' into flake8_0
2020-05-14 19:54:06 -04: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
Bob Hyman
2c15b6758e
Merge branch 'flake8_in_CI' of https://github.com/bobhy/xonsh into flake8_in_CI
2020-05-09 10:34:58 -04:00
Bob Hyman
c03178de17
Merge branch 'flake8_in_CI' of https://github.com/bobhy/xonsh into flake8_in_CI
2020-05-09 10:34:40 -04:00
Bob Hyman
4fb1d24d61
Merge branch 'flake8_in_CI' of https://github.com/bobhy/xonsh into flake8_in_CI
2020-05-09 10:26:24 -04:00
Bob Hyman
29644e404d
Test that flake8 error actually fails CI
2020-05-09 10:24:28 -04:00
Bob Hyman
910fb42f78
Test that flake8 error actually fails CI; don't show stacktrace for flake8 failure
2020-05-09 09:29:04 -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
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
a29a32447c
Merge branch 'flake8_in_CI' of https://github.com/bobhy/xonsh into flake8_in_CI
2020-05-06 23:25:11 -04:00
Bob Hyman
5522f49599
Merge branch 'flake8_in_CI' of https://github.com/bobhy/xonsh into flake8_in_CI
2020-05-06 23:23:42 -04:00
Bob Hyman
8be6cba0e1
Merge branch 'flake8_in_CI' of https://github.com/bobhy/xonsh into flake8_in_CI
2020-05-06 22:51:32 -04:00
Bob Hyman
a6bb5e2d56
Run (pure) flake8 in CI; deprecate config for pytest-flake8
2020-05-06 22:49:11 -04:00
Bob Hyman
b79473b858
Run (pure) flake8 in CI; deprecate config for pytest-flake8
2020-05-06 22:27:37 -04:00
Gil Forsyth
14771a7e51
Updated CHANGELOG for 0.9.18
2020-05-05 08:13:00 -04:00