Commit graph

9963 commits

Author SHA1 Message Date
a
08bc5292d3 news 2020-10-29 19:01:06 +03:00
a
c7627879ba Merge branch 'master' of https://github.com/xonsh/xonsh into command_pipeline_format
 Conflicts:
	xonsh/procs/pipelines.py
2020-10-29 18:56:37 +03:00
Anthony Scopatz
b5fae78635
Merge pull request #3939 from carmenbianca/CommandPipeline-repr
repr() all attributes in CommandPipeline.__repr__
2020-10-29 10:53:59 -05:00
a
3c73eeddf1 format 2020-10-29 18:53:06 +03:00
Carmen Bianca Bakker
5fee19dc3b
Add news item
Signed-off-by: Carmen Bianca Bakker <carmen@carmenbianca.eu>
2020-10-29 16:01:32 +01:00
Carmen Bianca Bakker
bbc4ba62a2
repr() all attributes in CommandPipeline.__repr__
This should improve the output of !().

Signed-off-by: Carmen Bianca Bakker <carmen@carmenbianca.eu>
2020-10-29 15:58:33 +01:00
Gyuri Horak
6449364fbf
no, the news file is not md, it's rst 2020-10-29 13:29:39 +01:00
Gyuri Horak
428ecf95ac
news item added 2020-10-29 13:23:31 +01:00
Gyuri Horak
487f15aed3
#3840 fallback for print_color if shell is not yet initialized 2020-10-29 13:18:51 +01:00
Gyuri Horak
b4931a59e2
review changes 2020-10-27 21:05:19 +01:00
Gyuri Horak
444a08c87c
let pygments handle the style fallbacks where it can 2020-10-27 19:03:45 +01:00
Gyuri Horak
d65f01031c
type specified for NON_PYGMENTS_RULES (+1 for mypy integration) 2020-10-27 17:35:53 +01:00
Gyuri Horak
e2701cb134
ansi color fix + unit tests extended with new (non-pygments) values 2020-10-27 17:28:19 +01:00
Gyuri Horak
bf1e7a37f9
non-pygments (PTK specific) rule support for custom styles 2020-10-27 17:15:12 +01:00
Gyuri Horak
76096ac68e
ANSI support for PTK/non-pygments style rules (reverse, blink, hidden) 2020-10-27 16:33:46 +01:00
Gyuri Horak
d3a4dcd184
flake8 fix 2020-10-27 15:28:06 +01:00
Gyuri Horak
31dd811ef0
re-apply original changes 2020-10-27 15:23:58 +01:00
Gyuri Horak
723167f7d0
master merge 2020-10-27 15:18:55 +01:00
Gyuri Horak
3395ba7334
PTK specific rules should not break pygments, more _graceful_ error handling 2020-10-27 15:02:06 +01:00
Anthony Scopatz
4da940c036 Merge branch 'master' into commands_cache_path_read_fix 2020-10-26 14:39:32 -05:00
Anthony Scopatz
1a90c80709 Merge branch 'commands_cache_path_read_fix' of https://github.com/anki-code/xonsh into commands_cache_path_read_fix 2020-10-26 14:39:22 -05:00
David Strobach
37b17f7caf
Merge pull request #3932 from xonsh/revert-3920-ptk_support_for_themes
Revert "PTK support for custom themes"
2020-10-26 17:57:49 +01:00
a
bae9e813e6 Merge branch 'master' of https://github.com/xonsh/xonsh into commands_cache_path_read_fix 2020-10-26 19:20:24 +03:00
a
6487f0ae7f bump tests 2020-10-26 19:07:50 +03:00
Anthony Scopatz
f99bfe1c94
Revert "PTK support for custom themes" 2020-10-26 10:48:00 -05:00
Anthony Scopatz
54ab95f9a9
Merge pull request #3920 from dyuri/ptk_support_for_themes
PTK support for custom themes
2020-10-26 09:46:58 -05:00
a
19059e5778 Merge branch 'master' of https://github.com/xonsh/xonsh into commands_cache_path_read_fix 2020-10-26 17:45:52 +03:00
Anthony Scopatz
055d338fe0
Merge pull request #3930 from jnoortheen/add-xontrib-cmd-durations
chore: add xontrib-cmd-durations
2020-10-26 09:44:20 -05:00
Noortheen Raja
4f3305db71 chore: add xontrib-cmd-durations 2020-10-26 12:49:58 +05:30
Anthony Scopatz
d0a832ccde
Merge pull request #3922 from jnoortheen/feat-prompt-formatter
feat: add settings to set custom function to format prompt
2020-10-25 12:55:28 -05:00
Anthony Scopatz
a1cd3dae7d
Merge pull request #3928 from carmenbianca/3.9-github-workflows
Add Python 3.9 to GitHub workflows
2020-10-25 12:20:05 -05:00
Noortheen Raja
8c7b6de41a feat: add setting to set custom function to format prompt 2020-10-25 22:49:22 +05:30
Gyuri Horak
68504b6ec5
master merge 2020-10-25 18:17:45 +01:00
Carmen Bianca Bakker
42d35b7ed8
Remove magic number; put it in a const
Signed-off-by: Carmen Bianca Bakker <carmen@carmenbianca.eu>
2020-10-25 17:27:40 +01:00
Carmen Bianca Bakker
e4df6c5d1f
Add name to install/test step in CI
The 3.9 tests now *always* succeed, which makes them difficult to spot
in the web interface. By renaming the step, it's easier to find the test
results.

Signed-off-by: Carmen Bianca Bakker <carmen@carmenbianca.eu>
2020-10-25 17:16:29 +01:00
Anthony Scopatz
9fef4db83f
Merge pull request #3927 from dyuri/xontribs_zoxide_gitinfo
zoxide & gitinfo xontribs added to the list of xontribs
2020-10-25 11:10:13 -05:00
Carmen Bianca Bakker
ba68d1e4a6
Add news item
Signed-off-by: Carmen Bianca Bakker <carmen@carmenbianca.eu>
2020-10-25 17:09:36 +01:00
Carmen Bianca Bakker
2a8c4ed416
Add 3.9 to genbuilds.xsh
Also allow 3.9 to fail.

Signed-off-by: Carmen Bianca Bakker <carmen@carmenbianca.eu>
2020-10-25 17:07:53 +01:00
Carmen Bianca Bakker
1b9fd603ae
Add Python 3.9 to GitHub workflows
Signed-off-by: Carmen Bianca Bakker <carmen@carmenbianca.eu>
2020-10-24 18:00:57 +02:00
Gyuri Horak
7720c1f8eb
zoxide & gitinfo xontribs added to the list of xontribs 2020-10-24 11:30:13 +02:00
a
696584bf4e bump tests 2020-10-24 02:23:34 +03:00
Anthony Scopatz
d8f6f67ba6 Merge branch 'commands_cache_path_read_fix' of https://github.com/anki-code/xonsh into commands_cache_path_read_fix 2020-10-23 18:18:37 -05:00
a
2b5a803688 Merge branch 'master' of https://github.com/xonsh/xonsh into commands_cache_path_read_fix 2020-10-24 02:17:05 +03:00
Anthony Scopatz
f64aa57452 Merge branch 'commands_cache_path_read_fix' of https://github.com/anki-code/xonsh into commands_cache_path_read_fix 2020-10-23 18:14:59 -05:00
Anthony Scopatz
7e534cea58
Merge pull request #3916 from anki-code/timing_lexer
Added timing probes
2020-10-23 17:51:28 -05:00
Anthony Scopatz
25099360f8
Merge pull request #3923 from jnoortheen/update-test-vc-branch
test: update vc-branch test. default branch could be main as well
2020-10-23 17:07:08 -05:00
Gyuri Horak
6455273186
PTK_STYLE_OVERRIDES -> deprecated 2020-10-23 17:50:29 +02:00
Gyuri Horak
39b2a50e7d
style override support for readline/ansi 2020-10-23 17:10:54 +02:00
Gyuri Horak
f18f45bcab
color_token_by_name behaves strangely in unit tests, color name related test removed 2020-10-23 16:54:34 +02:00
Gyuri Horak
07217abc45
pygments.Token != xonsh.ptk_shell.Token 2020-10-23 16:32:44 +02:00