Upgrade argdata to version 0.2.
This release includes improvements to how the map/sequence iterator API works. When using iterators, the object from which the iterator was extracted can now go out of scope, without rendering the iterator useless. This makes it a lot easier to traverse the tree at multiple depths without needing to keep many iterators allocated.
This commit is contained in:
parent
7655661afb
commit
969aae3758
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435046
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= argdata
|
||||
PORTVERSION= 0.1
|
||||
PORTVERSION= 0.2
|
||||
DISTVERSIONPREFIX=v
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1488022001
|
||||
SHA256 (NuxiNL-argdata-v0.1_GH0.tar.gz) = 1fd26745e72382b9e0eda042154b3219682de980f6cdd15f574f9d4288b7df79
|
||||
SIZE (NuxiNL-argdata-v0.1_GH0.tar.gz) = 18787
|
||||
TIMESTAMP = 1488282593
|
||||
SHA256 (NuxiNL-argdata-v0.2_GH0.tar.gz) = bfc97e8a8a0d34909f2627e80013f2c3da2492e7b86060636a5d46731c12aee0
|
||||
SIZE (NuxiNL-argdata-v0.2_GH0.tar.gz) = 18667
|
||||
|
|
Loading…
Reference in a new issue