<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src/lib, branch safety-and-convenience</title>
<subtitle>A pipeline delivery generator
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/'/>
<entry>
<title>Clarify the conditional SUCCESS/FAIL branching a bit</title>
<updated>2024-11-02T15:33:09+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-11-02T15:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=46ae10e55603b8852612ebe12c7636c2b358bdd6'/>
<id>46ae10e55603b8852612ebe12c7636c2b358bdd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Amend counter-only loop statement</title>
<updated>2024-11-02T15:32:15+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-11-02T15:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=6a59078759bdae86dacffe88ec737d1e8460761b'/>
<id>6a59078759bdae86dacffe88ec737d1e8460761b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused code</title>
<updated>2024-11-02T15:30:51+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-11-02T15:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=5e47b58e9e2697c8e62690aaf5c3ae8942d3dd1f'/>
<id>5e47b58e9e2697c8e62690aaf5c3ae8942d3dd1f</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 doc parameter</title>
<updated>2024-11-02T15:29:35+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-11-02T15:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=31e48a44e199e8a29078622253dc1697af982cdd'/>
<id>31e48a44e199e8a29078622253dc1697af982cdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Combine initializer with declaration</title>
<updated>2024-11-02T15:29:35+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-11-02T15:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=913882f8f9716a218e56acd16164cb1c4f1426e6'/>
<id>913882f8f9716a218e56acd16164cb1c4f1426e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return shell() directly</title>
<updated>2024-11-02T05:33:45+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-11-02T05:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=fc162345a0c05e7a7b14137e9a4d000107ffc688'/>
<id>fc162345a0c05e7a7b14137e9a4d000107ffc688</id>
<content type='text'>
* The status variable is redundant
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The status variable is redundant
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug fixes:</title>
<updated>2024-11-02T05:25:24+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-11-02T05:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d66927f5fe32c1fc554bed691ad66dbbf07d37da'/>
<id>d66927f5fe32c1fc554bed691ad66dbbf07d37da</id>
<content type='text'>
* Remove PATH modification from check_pathvar
* Rename check_pathvar to check_system_path
* Add conda_prepend_bin function to handle PATH modification during activation
* Add logic to handle first-run activation, and subsequent calls to change conda environments (otherwise conda clobbers its own shell functions)
* Use $CONDA_PYTHON_EXE and $CONDA_EXE to ensure conda comes from the just-installed tree
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove PATH modification from check_pathvar
* Rename check_pathvar to check_system_path
* Add conda_prepend_bin function to handle PATH modification during activation
* Add logic to handle first-run activation, and subsequent calls to change conda environments (otherwise conda clobbers its own shell functions)
* Use $CONDA_PYTHON_EXE and $CONDA_EXE to ensure conda comes from the just-installed tree
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize structs to {0} and combine declaration and assignment where possible</title>
<updated>2024-11-01T12:35:19+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-11-01T04:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=35d0480f743abaa5c2c332f513043edd7c59081c'/>
<id>35d0480f743abaa5c2c332f513043edd7c59081c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace initialize character arrays using {0} instead of memset</title>
<updated>2024-11-01T04:48:06+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-11-01T04:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=18a5252729ace3eae1b9291dbc71dc0d4e9b6580'/>
<id>18a5252729ace3eae1b9291dbc71dc0d4e9b6580</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remote PATH= definition in command</title>
<updated>2024-10-31T19:54:21+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-31T19:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=7e181ee9404879381279cb5ccf9ec4d3efb913cf'/>
<id>7e181ee9404879381279cb5ccf9ec4d3efb913cf</id>
<content type='text'>
* check_pathvar was the culprit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* check_pathvar was the culprit
</pre>
</div>
</content>
</entry>
</feed>
