<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotup/src, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.d464.sh/dotup/'/>
<entry>
<title>compile on stable</title>
<updated>2024-10-08T21:32:18+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@protonmail.com</email>
</author>
<published>2024-10-08T21:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/dotup/commit/?id=204f9bd7a39b2d2050d56bf5471bdd8260f9d53d'/>
<id>204f9bd7a39b2d2050d56bf5471bdd8260f9d53d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: installing existing broken symlink.</title>
<updated>2023-06-28T07:58:22+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@protonmail.com</email>
</author>
<published>2023-06-28T07:58:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/dotup/commit/?id=66294e53ce2a9eb72af27bf595c64da4c7a1c0e2'/>
<id>66294e53ce2a9eb72af27bf595c64da4c7a1c0e2</id>
<content type='text'>
When installing a symlink but the target symlink already existed and was
broken it would fail since it could not canonicalize the path properly.
`fs_exists` also failed to account for broken symlinks and would return
false when the symlink existed but was broken.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When installing a symlink but the target symlink already existed and was
broken it would fail since it could not canonicalize the path properly.
`fs_exists` also failed to account for broken symlinks and would return
false when the symlink existed but was broken.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: updated drain_filter api to new extract_if</title>
<updated>2023-06-28T07:57:55+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@protonmail.com</email>
</author>
<published>2023-06-28T07:57:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/dotup/commit/?id=c01d9d0445b5efa6ac0488667919fa51384d852e'/>
<id>c01d9d0445b5efa6ac0488667919fa51384d852e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: invalid early return</title>
<updated>2023-05-04T10:32:56+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@protonmail.com</email>
</author>
<published>2023-05-04T10:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/dotup/commit/?id=38db0853c51c475ce73fd255459551f0fcd02e12'/>
<id>38db0853c51c475ce73fd255459551f0fcd02e12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: fix clippy warnings</title>
<updated>2023-04-07T19:55:00+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@protonmail.com</email>
</author>
<published>2023-04-07T19:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/dotup/commit/?id=f2bdd7adca2a02ac23adab07119897f25e51f5ef'/>
<id>f2bdd7adca2a02ac23adab07119897f25e51f5ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>version bump: 0.2.0</title>
<updated>2023-04-07T19:51:32+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@protonmail.com</email>
</author>
<published>2023-04-07T19:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/dotup/commit/?id=e7588a7f175ca9b9604ce35d72086489da7a66e3'/>
<id>e7588a7f175ca9b9604ce35d72086489da7a66e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed typo</title>
<updated>2023-04-07T16:37:56+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@protonmail.com</email>
</author>
<published>2023-04-07T16:37:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/dotup/commit/?id=fa3fecca00442acea029248c6cf1fa0ba81e96b9'/>
<id>fa3fecca00442acea029248c6cf1fa0ba81e96b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow dash and underscore in names</title>
<updated>2023-04-07T16:15:22+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@protonmail.com</email>
</author>
<published>2023-04-07T16:15:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/dotup/commit/?id=6a6a9b48a66cd20fa260e953728d02b34424d99b'/>
<id>6a6a9b48a66cd20fa260e953728d02b34424d99b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed unused code</title>
<updated>2023-04-07T16:00:41+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@protonmail.com</email>
</author>
<published>2023-04-07T16:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/dotup/commit/?id=11616308d0f0c531a4d3690e17bfe714234a9955'/>
<id>11616308d0f0c531a4d3690e17bfe714234a9955</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clippy fixes</title>
<updated>2022-09-23T12:56:22+00:00</updated>
<author>
<name>diogo464</name>
<email>diogo464@protonmail.com</email>
</author>
<published>2022-09-23T12:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/dotup/commit/?id=8f3b3dc4679a361f31a4d790372f2baf53a115bd'/>
<id>8f3b3dc4679a361f31a4d790372f2baf53a115bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
