<feed xmlns='http://www.w3.org/2005/Atom'>
<title>immutables/tests, branch v0.13</title>
<subtitle>A mirror of https://github.com/MagicStack/immutables with Debian packaging in additional branches</subtitle>
<id>https://git.koszko.org/immutables/atom?h=v0.13</id>
<link rel='self' href='https://git.koszko.org/immutables/atom?h=v0.13'/>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/'/>
<updated>2020-05-13T18:41:25Z</updated>
<entry>
<title>Fix errors when a kwarg is named "col" (#35)</title>
<updated>2020-05-13T18:41:25Z</updated>
<author>
<name>Taneli Hukkinen</name>
<email>hukkinj1@users.noreply.github.com</email>
</author>
<published>2020-05-13T18:41:25Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=e0a07ab5bf65d416967f624172644d7846616569'/>
<id>urn:sha1:e0a07ab5bf65d416967f624172644d7846616569</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A bunch of fixes</title>
<updated>2020-04-23T00:03:48Z</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@edgedb.com</email>
</author>
<published>2020-04-23T00:03:48Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=d107c3ea800d206ef890cafa81a8520aa29c5eb1'/>
<id>urn:sha1:d107c3ea800d206ef890cafa81a8520aa29c5eb1</id>
<content type='text'>
* Fix #26: `ifdef NDEBUG` should be `ifndef NDEBUG`
* More tests for #24
* Add a `DEBUG_IMMUTABLES` env var to build debug builds
</content>
</entry>
<entry>
<title>Fix the mutation API to maintain elements count correctly (#25, #24)</title>
<updated>2020-04-22T22:40:46Z</updated>
<author>
<name>TIGirardi</name>
<email>55336837+TIGirardi@users.noreply.github.com</email>
</author>
<published>2020-04-22T22:40:46Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=ad137a3b4900a3cec1b2a46888f70612dff18370'/>
<id>urn:sha1:ad137a3b4900a3cec1b2a46888f70612dff18370</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Python 3.8 support (#16)</title>
<updated>2019-11-02T20:56:24Z</updated>
<author>
<name>Bruno Oliveira</name>
<email>nicoddemus@gmail.com</email>
</author>
<published>2019-11-02T20:56:24Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=2b52677fdde34b1c89bdf4411ef95bd1ed0f343d'/>
<id>urn:sha1:2b52677fdde34b1c89bdf4411ef95bd1ed0f343d</id>
<content type='text'>
Fix #15</content>
</entry>
<entry>
<title>Add typing information (#13)</title>
<updated>2019-10-03T21:03:55Z</updated>
<author>
<name>Anton Agestam</name>
<email>git@antonagestam.se</email>
</author>
<published>2019-10-03T21:03:55Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=d7920a9f6a256ac5e8903b5c39ae290109251e29'/>
<id>urn:sha1:d7920a9f6a256ac5e8903b5c39ae290109251e29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't allow MapMutation.update() calls after the mutation is finished</title>
<updated>2018-12-13T21:21:46Z</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2018-12-13T21:21:46Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=9862417e80ada753c85dcc127724843f5c8bc989'/>
<id>urn:sha1:9862417e80ada753c85dcc127724843f5c8bc989</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add MapMutation.update(); make creating Map from a Map faster; fix bugs</title>
<updated>2018-12-13T17:55:50Z</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2018-12-13T17:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=7642044a0c6dd484e259933fce976b2725f9ac59'/>
<id>urn:sha1:7642044a0c6dd484e259933fce976b2725f9ac59</id>
<content type='text'>
* Add new MapMutation.update() method that behaves like
  MutableMapping.update()

* Make it faster to create a Map() from another Map() -- it's now an
  O(1) operation.

* update() method had a bug that could cause the update Map object to
  have a wrong number of elements.
</content>
</entry>
<entry>
<title>Make MapMutation unpickleable</title>
<updated>2018-11-20T19:25:07Z</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2018-11-20T19:12:57Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=339d62fadafd0ab35a6394c2ad210b092704ce98'/>
<id>urn:sha1:339d62fadafd0ab35a6394c2ad210b092704ce98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix error message: "has been finalized" -&gt; "has been finished"</title>
<updated>2018-11-20T19:25:07Z</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2018-11-20T18:45:42Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=b72bfe4b2ca5af1a031662381dd0740d396a026c'/>
<id>urn:sha1:b72bfe4b2ca5af1a031662381dd0740d396a026c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename .finalize() to .finish()</title>
<updated>2018-11-20T19:25:07Z</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2018-11-20T18:41:40Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=e1de4d45d365f64950eef7587eb688d1a3caff0f'/>
<id>urn:sha1:e1de4d45d365f64950eef7587eb688d1a3caff0f</id>
<content type='text'>
</content>
</entry>
</feed>
