← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/identifiers into lp:zorba

 

The proposal to merge lp:~zorba-coders/zorba/identifiers into lp:zorba has been updated.

Commit Message changed to:

Changed the implementation of the reference module.
Now the module provides functions to compute an immutable and opaque reference
for any node, either temporary or stored in a collection and for retrieving
nodes given their identifier. The identifiers are immutable, i.e. a node
identifier do not change during the node lifetime. Identifiers are also
unique, in that, two nodes with different identities have different identifiers.
A node, at any time during its lifetime, can be retrieved by its identifier.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/identifiers/+merge/78383
-- 
https://code.launchpad.net/~zorba-coders/zorba/identifiers/+merge/78383
Your team Zorba Coders is subscribed to branch lp:zorba.


References