Change syntax for size-assertion slices. This is an incompatible change.
authorMichael Vrable <vrable@cs.hmc.edu>
Wed, 5 Feb 2014 04:20:09 +0000 (20:20 -0800)
committerMichael Vrable <vrable@cs.hmc.edu>
Wed, 5 Feb 2014 04:20:09 +0000 (20:20 -0800)
commitda1d95d3242ee9d596e60b8d5bfcf9e5bedcd80f
tree1cdcc8224cc3e2522bbea7c1ef0545b5c2738d40
parent97fae8bfbe761472bb98fe4f398460dac79127c4
Change syntax for size-assertion slices.  This is an incompatible change.

Simplify the syntax by replacing the [=nnn] syntax with just [nnn].  Slices
that do not specify a size are written [0+nnn]; the old backup tool has
been doing this already since about v0.8.  Before that point, [nnn] was a
shorthand for [0+nnn], and will be mis-interpreted by modern tools.
NEWS
doc/format.txt
python/cumulus/__init__.py
ref.cc