<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rebar3.git, branch master</title>
<subtitle>Clone of https://github.com/erlang/rebar3</subtitle>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/'/>
<entry>
<title>Merge pull request #2167 from ferd/clear-bootstrap-failures</title>
<updated>2019-10-12T02:46:07+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2019-10-12T02:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=41b76f050d636c0f6a12a61715e0a9b50b295fe2'/>
<id>41b76f050d636c0f6a12a61715e0a9b50b295fe2</id>
<content type='text'>
Handle missing OTP apps better</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle missing OTP apps better</pre>
</div>
</content>
</entry>
<entry>
<title>Handle missing OTP apps better</title>
<updated>2019-10-11T20:56:18+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2019-10-11T20:56:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=fefa3bfebb38327706c8c47ddbd5d84d8fb26ef6'/>
<id>fefa3bfebb38327706c8c47ddbd5d84d8fb26ef6</id>
<content type='text'>
Otherwise we only get silent failures. This has been fixed a while ago
in mainline rebar3 but never in the bootstrap script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise we only get silent failures. This has been fixed a while ago
in mainline rebar3 but never in the bootstrap script.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2155 from g-andrade/feature/profile-string-overlay-var</title>
<updated>2019-10-04T14:55:45+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2019-10-04T14:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=8cdf023455bed2601b8bebe807b0c4acfecf5d0d'/>
<id>8cdf023455bed2601b8bebe807b0c4acfecf5d0d</id>
<content type='text'>
Support `profile_string` overlay var in releases</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support `profile_string` overlay var in releases</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2165 from ferd/reload-sysconfig-in-ct</title>
<updated>2019-10-04T14:33:07+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2019-10-04T14:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=bc8e5ef26a6206f1d671c556ab0d442620f1a046'/>
<id>bc8e5ef26a6206f1d671c556ab0d442620f1a046</id>
<content type='text'>
Reload logger config in CT suites</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reload logger config in CT suites</pre>
</div>
</content>
</entry>
<entry>
<title>Reload logger config in CT suites</title>
<updated>2019-10-04T13:27:26+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2019-10-04T13:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=2addcfebe26e14c08b988e17c0a1abfd92a8f7a3'/>
<id>2addcfebe26e14c08b988e17c0a1abfd92a8f7a3</id>
<content type='text'>
Fixes #2159; this is done by force-reloading the handlers to match the
config.
This can create a bit of a funny effect if sys.config specifies an INFO
log level (or lower) is specified. While apps are booted for config
changes before the cth_failonly hook is enabled, supervision and other
application log messages can start being output. They will start being
suppressed once the CT run begins.

This is not a bug, it's a race in instantiation of control and enabling
of log levels. Nothing we can do about that. It might however surprise
people a good bit. If non-default stdout handlers are added, they are
similarly likely to become noisy; specifying a test-specific sys.config
file may be necessary then.

Also includes a bump of cth_readable version, which now checks for
updates to the log formatter on every test output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2159; this is done by force-reloading the handlers to match the
config.
This can create a bit of a funny effect if sys.config specifies an INFO
log level (or lower) is specified. While apps are booted for config
changes before the cth_failonly hook is enabled, supervision and other
application log messages can start being output. They will start being
suppressed once the CT run begins.

This is not a bug, it's a race in instantiation of control and enabling
of log levels. Nothing we can do about that. It might however surprise
people a good bit. If non-default stdout handlers are added, they are
similarly likely to become noisy; specifying a test-specific sys.config
file may be necessary then.

Also includes a bump of cth_readable version, which now checks for
updates to the log formatter on every test output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix function overspec.</title>
<updated>2019-09-02T22:53:57+00:00</updated>
<author>
<name>Guilherme Andrade</name>
<email>g@gandrade.net</email>
</author>
<published>2019-09-02T22:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=df808931cc72348b5375e041e9b2821f660c1ef4'/>
<id>df808931cc72348b5375e041e9b2821f660c1ef4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing function spec.</title>
<updated>2019-09-02T22:30:43+00:00</updated>
<author>
<name>Guilherme Andrade</name>
<email>g@gandrade.net</email>
</author>
<published>2019-09-02T22:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=0cb050e93be41afcc0f063d5110a73dcf8fcb176'/>
<id>0cb050e93be41afcc0f063d5110a73dcf8fcb176</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't export internal function definition</title>
<updated>2019-09-01T22:46:59+00:00</updated>
<author>
<name>Guilherme Andrade</name>
<email>g@gandrade.net</email>
</author>
<published>2019-09-01T22:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=8412c684f9b4a33c18c234c1b4c7d50185e66971'/>
<id>8412c684f9b4a33c18c234c1b4c7d50185e66971</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2149 from dmitrivereshchagin/fix-logger-reset</title>
<updated>2019-09-01T22:15:16+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2019-09-01T22:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=e2ac32175806a80a3a92f1e5f554ee7688259350'/>
<id>e2ac32175806a80a3a92f1e5f554ee7688259350</id>
<content type='text'>
Disable the default logger handler in shell if required</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable the default logger handler in shell if required</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2153 from tolbrino/tb-fix-ct-retry</title>
<updated>2019-09-01T16:10:00+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2019-09-01T16:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=c031b0f24ef7289438817da6e6c244cc85df44ad'/>
<id>c031b0f24ef7289438817da6e6c244cc85df44ad</id>
<content type='text'>
Fix case clause which used wrong element order</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix case clause which used wrong element order</pre>
</div>
</content>
</entry>
</feed>
