mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00

* tests: Run tests with the amalgamated xonsh * tests: Test xonsh loads correctly interactively * tests: Ensure tests run from amalgamated xonsh * environ: Separate $XONSH_DEBUG and $XONSH_NO_AMALGAMATE * tests: Keep XONSH_NO_AMALGAMATE in a comment for ease of debugging * tests: Fix monkeypatch for amalgamated code
23 lines
475 B
ReStructuredText
23 lines
475 B
ReStructuredText
**Added:**
|
|
|
|
* <news item>
|
|
|
|
**Changed:**
|
|
|
|
* Separated between ``XONSH_DEBUG`` and ``XONSH_NO_AMALGAMATE``. Setting ``XONSH_DEBUG=1`` now acts like ``XONSH_DEBUG=2`` before (basic information like input transformation, command replacement) and ``XONSH_DEBUG=2`` like ``XONSH_DEBUG=1`` before (more debugging information presented, like PLY parsing messages).
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* <news item>
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|