<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tanya/source, branch v0.7.1</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>Fix assigning a ByCodeUnit to the String slice</title>
<updated>2017-07-19T05:58:48+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-07-19T05:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=922c8bf7a3a2395a62052a8b967f61f6e2afa030'/>
<id>922c8bf7a3a2395a62052a8b967f61f6e2afa030</id>
<content type='text'>
std.algorithm.mutation copy is unable to copy a char range into a char array slice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
std.algorithm.mutation copy is unable to copy a char range into a char array slice.
</pre>
</div>
</content>
</entry>
<entry>
<title>If scheme is invalid, parse everything as path</title>
<updated>2017-07-18T21:01:57+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-07-18T21:01:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=a1f4d2bc1c095242eea212a1fca98345b3a3021f'/>
<id>a1f4d2bc1c095242eea212a1fca98345b3a3021f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #254</title>
<updated>2017-07-17T02:57:33+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-07-17T02:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=e5fb95ceb03c6e6adb649f96e13293133346ed2a'/>
<id>e5fb95ceb03c6e6adb649f96e13293133346ed2a</id>
<content type='text'>
network.url Range violation.

Add a check after parsing "scheme://"  whether only the scheme is available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
network.url Range violation.

Add a check after parsing "scheme://"  whether only the scheme is available.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #259</title>
<updated>2017-07-15T20:25:29+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-07-15T20:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=42146c5e8a1352cd20f6ff32512c7cceb4472967'/>
<id>42146c5e8a1352cd20f6ff32512c7cceb4472967</id>
<content type='text'>
Get rid of std.experimental.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get rid of std.experimental.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add style checking</title>
<updated>2017-07-13T22:05:13+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-07-13T22:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=e6b91f70cb478ff17778dab00c2115a4d8e90cb8'/>
<id>e6b91f70cb478ff17778dab00c2115a4d8e90cb8</id>
<content type='text'>
A lot of tests are disabled. They should be enabled successively.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A lot of tests are disabled. They should be enabled successively.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #246</title>
<updated>2017-07-13T14:01:21+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-07-13T14:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=657f4a60d51766b7474d588d16918b7cba8dee00'/>
<id>657f4a60d51766b7474d588d16918b7cba8dee00</id>
<content type='text'>
Make allocators pure.
* Methods allocating/deallocating memory are pure.
* Allocator.instance is pure (once initialized, it always returns
  the same instance).
* defaultAllocator getter property is pure (should be set at the
  beginning, and always return the same instance after that).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make allocators pure.
* Methods allocating/deallocating memory are pure.
* Allocator.instance is pure (once initialized, it always returns
  the same instance).
* defaultAllocator getter property is pure (should be set at the
  beginning, and always return the same instance after that).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mmap flags on linux</title>
<updated>2017-07-12T08:04:48+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-07-12T08:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=839c740cb1896fd3715cd271068ac1f8a286a2dd'/>
<id>839c740cb1896fd3715cd271068ac1f8a286a2dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make MmapPool allocations pure</title>
<updated>2017-07-12T07:30:07+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-07-12T07:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=2bd612fd197232645e5617d8041949912e3e7918'/>
<id>2bd612fd197232645e5617d8041949912e3e7918</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #245</title>
<updated>2017-07-11T08:27:24+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-07-11T08:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=fc53779d3fc12c93c8cc933f29362b2f3fc08bf2'/>
<id>fc53779d3fc12c93c8cc933f29362b2f3fc08bf2</id>
<content type='text'>
* Remove postcondition for functions calculating alignment
* Put MmapPool invariant into version (none) block
* Check that alignment doesn't overflow
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove postcondition for functions calculating alignment
* Put MmapPool invariant into version (none) block
* Check that alignment doesn't overflow
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inserting 3 byte wchar into String</title>
<updated>2017-07-09T13:16:06+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2017-07-09T13:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=7bdc778390f1cd64e016bcd3fd72705b8b798d71'/>
<id>7bdc778390f1cd64e016bcd3fd72705b8b798d71</id>
<content type='text'>
* Fix inserting 3 byte wchar into String
* Improve documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix inserting 3 byte wchar into String
* Improve documentation
</pre>
</div>
</content>
</entry>
</feed>
