This requires some fancy dynamic work since the logger is started as
part of the kernel and we lost the sys.config from users when working
from there.
We start conservatively by making it an optional thing, turning it on
only where we know it to be safe.
The changes are applied _after_ having loaded the rest of configs so if
an inoffensive error happens, the shell works (with a bad error message)
rather than plain exploding.
Turns output like this:
===> Compiling apps/c/src/c.erl failed
apps/c/src/c.erl:3: can't find include lib "parse_trans/include/codegen.hrl"
Into:
===> Compiling apps/c/src/c.erl failed
apps/c/src/c.erl:3: can't find include lib
"parse_trans/include/codegen.hrl"; Make sure parse_trans is in your app
file's 'applications' list
Which is likely going to help newcomers encountering issues.
- Introduce support of add and del operations for overrides
- OTP-21 compatibility
- Bump cth_readable for OTP-21 compat
- upgrade relx to 3.25.0
- upgrade bbmustache to 1.5.0
- run compile provider in default namespace from bare compiling (fixes
hooks for mix builds)
- Resolve string vs list crashing rebar3 in erl_first_files
- Create ERLANG_LIB_*_erl_interface environment variables only if erl_interface exists
- Add hooks to the upgrade command
- Add --start-clean flag to rebar3 shell
- Auto-boot main app in OTP app project templates
- Use maps for child spec examples in templates
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org
iQEzBAABCgAdFiEEFfxh/qz2x8+87+F7tRbgnB/zmQQFAlsparUACgkQtRbgnB/z
mQQXlgf/dcC5WKjjCV8l7ft+YrLuzNSOu2aDn6uXKzpqrNTnDpIxToY0nxW2hi+t
Fr/a8NJCEx3h/3WG7UwrSg+J3rGRZbVEPtx6/snAhLZml9py+O39u20Xeexey25n
shmjqLiVZ6lzTamYn1Myq5kTbmfvpD9OquvEvPU40tlpYwWCBzowOhNky9jAytWZ
asAguYB6cjqmLyvz6sJwD2eBtuCOiYpjmilD7Z/lfdooejEHhzxkgXt+ekwdnVGd
vqMZfIHe/+oYvDP5yB772OkakRSqM9Fa9b5KhcAtmGD0SYfO9a8E/KFo/D4YD8YG
C+4WlsvHTuiJZZ8m7R0b4aXpd07jIA==
=d7v7
-----END PGP SIGNATURE-----
Merge tag '3.6.0' into refresh_paths
Bump to 3.6.0
- Introduce support of add and del operations for overrides
- OTP-21 compatibility
- Bump cth_readable for OTP-21 compat
- upgrade relx to 3.25.0
- upgrade bbmustache to 1.5.0
- run compile provider in default namespace from bare compiling (fixes
hooks for mix builds)
- Resolve string vs list crashing rebar3 in erl_first_files
- Create ERLANG_LIB_*_erl_interface environment variables only if erl_interface exists
- Add hooks to the upgrade command
- Add --start-clean flag to rebar3 shell
- Auto-boot main app in OTP app project templates
- Use maps for child spec examples in templates