Commit graph

3515 commits

Author SHA1 Message Date
adam j hartz
e72ee3c11e changelog 2016-06-07 00:00:56 -04:00
adam j hartz
4482341e4b don't fail quite so horribly on malformed prompt 2016-06-06 23:59:08 -04:00
adam j hartz
adb10cb1c1 never let foreign shell set {BOLD_GREEN}{user}@{hostname}{BOLD_BLUE} {short_cwd} {BOLD_BLUE}{prompt_end}{NO_COLOR} 2016-06-06 23:55:26 -04:00
Matthias Bussonnier
c28eafde53 Enable (some) coverage.
Not sure exactly how xonsh is tested completely, so I expect most of the
coverage process to be wrong (for now)

Codecov have [browser
extensions](https://github.com/codecov/browser-extension) that allow you
to see the coverage directly in the pull requests in GitHub.

We might have to give codecov some limited access to the repo (webhook),
and tell the codecov bot to shut its mouth once it's enabled. But it's
super non intrusive, and kind-of useful when you refactor to see that
your code is tested.

Also set some sensible where coverage would fail only if it drops by 10%
in 1 PR.
2016-06-06 20:02:13 -07:00
Anthony Scopatz
6f8f82646e Merge pull request #1144 from adqm/pwd
Attempted fix for #1107
2016-06-06 22:58:14 -04:00
Anthony Scopatz
1b28213446 Merge branch 'nicolasavru-support-right-prompt-function2' 2016-06-06 22:57:38 -04:00
Nicolas Avrutin
944de11078 support functions in $RIGHT_PROMPT
Along the way, implement is_callable and is_callable_or_string
validators, and apply them to $PROMT and $MULTILINE_PROMPT.
2016-06-06 22:53:13 -04:00
adam j hartz
f9d09b7fc6 remove unused function 2016-06-06 22:30:22 -04:00
VHarisop
cba9660e90
Added file option to XONSH_SHOW_TRACEBACK 2016-06-07 05:11:06 +03:00
adam j hartz
d474f10818 update tests appropriately 2016-06-06 22:08:17 -04:00
adam j hartz
2076aac5de add changelog entry 2016-06-06 21:57:48 -04:00
adam j hartz
6d08ee742e Merge branch 'master' into pwd 2016-06-06 21:56:56 -04:00
adam j hartz
eea41431eb attempted fix for #1107 2016-06-06 21:56:32 -04:00
Morten Enemark Lund
f35afddaa2 Merge pull request #1142 from asmeurer/alias-docs
Add note to docs that alias functions should start with underscores
2016-06-06 21:03:33 +02:00
Aaron Meurer
8f56f02288 Add note to docs that alias functions should start with underscores
See #1083.
2016-06-06 14:58:17 -04:00
Gil Forsyth
41ac538d54 Merge pull request #1139 from adqm/del_literal
fix issue with trying to delete a literal value
2016-06-06 11:40:22 -07:00
Anthony Scopatz
46894f201a updated cl 2016-06-06 13:59:57 -04:00
Anthony Scopatz
73b79c91be Merge branch 'master' into dist 2016-06-06 13:57:58 -04:00
adam j hartz
1bea4cae2c changelog entry 2016-06-06 13:55:24 -04:00
adam j hartz
e97d3fb663 fix issue with trying to delete a literal value 2016-06-06 13:51:45 -04:00
adam j hartz
7c919b4c97 Merge branch 'master' of https://github.com/scopatz/xonsh 2016-06-06 12:40:42 -04:00
Anthony Scopatz
c1592bb9c8 Merge pull request #1138 from Siecje/xontrib_docs
Adding xontrib to the title of extensions tutorial
2016-06-06 09:17:21 -07:00
Cody Scott
ef8735e6d4 Adding xontrib to the title of extensions tutorial 2016-06-06 12:09:41 -04:00
adam j hartz
1c323df5de version bump to 0.3.3 2016-06-06 12:00:49 -04:00
Morten Enemark Lund
85d635e7b7 Merge pull request #1130 from rahiel/master
environ.py: mention `xonfig styles` to see color styles + typo's
2016-06-06 14:33:28 +02:00
Morten Enemark Lund
8b639c8d66 Merge pull request #1131 from mitnk/typo-fix-1106
typo fix in changelog
2016-06-06 14:32:33 +02:00
Hugo Wang
626a0b7a88 typo fix 2016-06-06 20:19:58 +08:00
Rahiel Kasim
5f4874e793 environ.py: mention xonfig styles to see color styles + typo's 2016-06-06 12:14:56 +02:00
Morten Enemark Lund
2708ccea73 Merge pull request #1129 from mitnk/fix-which-with-extended-path
Fix which with extended path
2016-06-06 10:28:24 +02:00
Hugo Wang
9264c9df3a fix which with extended path 2016-06-06 16:01:10 +08:00
Anthony Scopatz
76ee929676 Merge branch 'mitnk-fix-killpg-crash-on-osx' 2016-06-06 00:43:43 -04:00
Anthony Scopatz
96b798df54 Merge branch 'fix-killpg-crash-on-osx' of https://github.com/mitnk/xonsh into mitnk-fix-killpg-crash-on-osx 2016-06-06 00:43:05 -04:00
Anthony Scopatz
1d8cafec8e Merge branch 'adqm-everything_is_grey' 2016-06-06 00:41:41 -04:00
Anthony Scopatz
45605fd39e Merge branch 'everything_is_grey' of https://github.com/adqm/xonsh into adqm-everything_is_grey 2016-06-06 00:39:03 -04:00
Anthony Scopatz
ac22abc427 Merge pull request #1117 from rahiel/master
CONTRIBUTING: render as RST on GitHub
2016-06-05 21:36:41 -07:00
adam j hartz
7dc3fb35df merge from master, replace pygments lexer 2016-06-06 00:31:31 -04:00
adam j hartz
d300fc7d8b Merge branch 'everything_is_grey' of https://github.com/adqm/xonsh into everything_is_grey 2016-06-06 00:29:25 -04:00
Hugo Wang
291441e1b2 typo fix 2016-06-06 12:28:19 +08:00
Hugo Wang
7598eb11a3 Merge branch 'master' of https://github.com/scopatz/xonsh into fix-killpg-crash-on-osx
Conflicts:
	CHANGELOG.rst
2016-06-06 12:26:48 +08:00
Hugo Wang
ae1d1293eb updated changelog 2016-06-06 12:25:01 +08:00
Anthony Scopatz
2180ef28ca Merge branch 'adqm-underscore' 2016-06-06 00:18:06 -04:00
Anthony Scopatz
bbc94da88f Merge branch 'underscore' of https://github.com/adqm/xonsh into adqm-underscore 2016-06-06 00:17:04 -04:00
Hugo Wang
0f8968859f removed unused defines on Windows 2016-06-06 12:07:35 +08:00
Anthony Scopatz
b72308e8d4 changelog 2016-06-05 22:51:06 -04:00
Anthony Scopatz
68ae5cadf1 Merge branch 'master' into dist 2016-06-05 22:42:32 -04:00
Anthony Scopatz
456167f70e even more docs 2016-06-05 22:41:56 -04:00
Anthony Scopatz
718576398a more docs 2016-06-05 22:39:28 -04:00
Anthony Scopatz
4faffc9d56 seems to work 2016-06-05 22:29:17 -04:00
Anthony Scopatz
c85856ff4c initial dsubmit 2016-06-05 22:12:19 -04:00
Anthony Scopatz
037b9e002b have functor 2016-06-05 21:44:03 -04:00