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
Bob Hyman
016afa5281
Merge branch 'is_3608' of https://github.com/bobhy/xonsh into is_3608
2020-06-14 14:36:06 -04:00
Bob Hyman
b65f7b0ac5
Only test easy-to-test cases on Windows.
2020-06-14 13:16:37 -04:00
Bob Hyman
57ed6e553a
Prune test cases that won't work on Windows.
2020-06-14 13:08:11 -04:00
Bob Hyman
1e3a571e7b
Merge branch 'is_3608' of https://github.com/bobhy/xonsh into is_3608
2020-06-14 01:11:52 -04:00
Bob Hyman
79073df177
blacken yet another file.
2020-06-14 01:10:13 -04:00
Bob Hyman
78117bd251
blacken yet another file.
2020-06-14 01:05:01 -04:00
Bob Hyman
37d6ca11c1
Merge branch 'is_3608' of https://github.com/bobhy/xonsh into is_3608
2020-06-14 00:51:14 -04:00
Bob Hyman
4ba9b45c1c
Merge branch 'is_3608' of https://github.com/bobhy/xonsh into is_3608
2020-06-14 00:50:23 -04:00
Bob Hyman
68daee95e0
Merge branch 'is_3608' of https://github.com/bobhy/xonsh into is_3608
2020-06-14 00:43:58 -04:00
Bob Hyman
08a79c97c8
don't try to create pipe on Windows; return 'or', not 'mi' for broken link
2020-06-14 00:43:15 -04:00
Bob Hyman
07ce103732
don't try to create pipe on Windows; return 'or', not 'mi' for broken link
2020-06-14 00:22:30 -04:00
Bob Hyman
68f776def0
refresh PR
2020-06-13 15:56:39 -04:00
Bob Hyman
b8e8e812b9
Merge branch 'master' into is_3608
2020-06-13 15:49:37 -04:00
Bob Hyman
5c233aa94b
bump test timeout to something generous
2020-06-13 15:03:55 -04:00
Bob Hyman
da27115aea
duplicate #3620
2020-06-13 13:52:03 -04:00
Bob Hyman
669db0e84f
force CI
2020-06-13 08:01:06 -04:00
Bob Hyman
4955e3cc94
Blacken 1 file per CI failures
2020-06-13 02:12:31 -04:00
Bob Hyman
4b27a64bae
Merge branch 'master' into is_3608
2020-06-13 01:39:10 -04:00
Bob Hyman
08f1b06749
ln=target; fix #3578
2020-06-13 01:36:22 -04:00
Bob Hyman
1f8ad1c285
use ls --colors implementation; no os.listxattr on Windows
2020-06-12 16:37:19 -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
Bob Hyman
3d3d09e00a
Mega rewrite color_files per ls -c sources; first step to ln=target
2020-06-11 21:28:25 -04:00
con-f-use
eca552bd9e
typo docs/xonshrc.rst
...
Co-authored-by: Jamie Bliss <jamie@ivyleav.es>
2020-06-11 19:56:03 +02:00
con-f-use
9b418489f5
language docs/xonshrc.rst
...
Co-authored-by: Jamie Bliss <jamie@ivyleav.es>
2020-06-11 19:55:49 +02:00
Bob Hyman
24b83bcf38
Support $LS_COLORS 'ca' (linux only)
2020-06-10 22:07:50 -04:00
con-f-use
bfac091034
More xonshrc snippets
...
...while I was at it.
- Change date format for every other prompt
- Use Nix Package Manager with Xonsh
2020-06-11 02:27:33 +02:00
con-f-use
bf4eb0e5d4
document xdg compatible xonshrc path
2020-06-11 01:59:14 +02:00
Bob Hyman
4e230fa5a8
LS_COLORS add 'mh' change 'rs' to 'fi'
2020-06-09 21:47:59 -04: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
David Strobach
e5692e9b68
Changelog entry
2020-06-05 13:35:58 +02:00
David Strobach
bcffe825df
Add xontrib-pdb. Runs pdb on SIGUSR1.
2020-06-05 13:35:53 +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
anki-code
8a2ff1f1aa
news
2020-05-27 09:37:17 +03:00