<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tanya/dub.json, branch v0.19.0</title>
<subtitle>GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/'/>
<entry>
<title>Combine dependencies and dependencies-linux</title>
<updated>2023-09-25T16:35:33+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2023-09-25T16:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=4acf163b428c9d61054ebe917c4b4c89324a20d4'/>
<id>4acf163b428c9d61054ebe917c4b4c89324a20d4</id>
<content type='text'>
Platform dependencies aren't supported according to the dub
documentation, that states: "this setting does not support platform
suffixes".

dub test with dub 1.34.0 produces a warning:

"dependencies-linux: Key is not a valid member of this section.
Did you mean: dependencies"

Then the build fails because it cannot find modules defined in the
dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Platform dependencies aren't supported according to the dub
documentation, that states: "this setting does not support platform
suffixes".

dub test with dub 1.34.0 produces a warning:

"dependencies-linux: Key is not a valid member of this section.
Did you mean: dependencies"

Then the build fails because it cannot find modules defined in the
dependency.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove traits depending on deprecated complex</title>
<updated>2023-03-25T14:55:57+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2023-03-25T14:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=728eaf88fb376025bd729b7047a7a73553005dd9'/>
<id>728eaf88fb376025bd729b7047a7a73553005dd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the ascii module with std.ascii</title>
<updated>2021-05-15T11:31:47+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2021-05-15T11:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=2c21dc34296ad9eeadae45b96a1e07853dbae84f'/>
<id>2c21dc34296ad9eeadae45b96a1e07853dbae84f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the sys package</title>
<updated>2021-03-12T07:48:35+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2021-03-12T07:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=0fcc83d00eb9d0699167bf105d522e7d23a44d32'/>
<id>0fcc83d00eb9d0699167bf105d522e7d23a44d32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add algorithm.iteration.foldl</title>
<updated>2019-04-16T05:20:52+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-04-16T05:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=f214f3baa2f3b613f39ded5ac615a887603aa05c'/>
<id>f214f3baa2f3b613f39ded5ac615a887603aa05c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build with -dip1000. Fix #85</title>
<updated>2019-04-15T05:05:56+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-04-15T04:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=f66935f40d58e33c2882f5899186dce743bc91ad'/>
<id>f66935f40d58e33c2882f5899186dce743bc91ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DIP25 compatibility. Fix #83</title>
<updated>2019-03-23T05:42:50+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-03-23T05:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=76f2cd7080c948206d5a1b7486a5dfb95476f684'/>
<id>76f2cd7080c948206d5a1b7486a5dfb95476f684</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix MmapPool private tests; move remaining tests</title>
<updated>2019-03-21T13:54:16+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-03-21T13:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=a36b51f0c3c176d4107e7ea84a4c0dd51197b8dd'/>
<id>a36b51f0c3c176d4107e7ea84a4c0dd51197b8dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate non-documentation tests from the code</title>
<updated>2019-03-19T06:45:52+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-03-18T12:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=484cb13317921c78468dc3f9c16a0fc786b119c0'/>
<id>484cb13317921c78468dc3f9c16a0fc786b119c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move memory functions into memory.lifecycle</title>
<updated>2019-03-17T09:56:44+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-03-17T09:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=5ab99cf8873b130284336c52551ccede28f6cb2e'/>
<id>5ab99cf8873b130284336c52551ccede28f6cb2e</id>
<content type='text'>
- move
- moveEmplace
- forward
- emplace
- swap
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- move
- moveEmplace
- forward
- emplace
- swap
</pre>
</div>
</content>
</entry>
</feed>
