Erik Arvidsson
84b4aba5a6
HRS: Prefix map/set values with map/set ( #3655 )
...
We now print map and set values as:
```
map {
"string": 42,
"set": set {
true,
false,
},
}
```
Towards #1466
2017-08-31 13:31:21 -07:00
Erik Arvidsson
a93777d93a
HRS: Cleanup struct head ( #3647 )
...
For struct values we always prefix with struct.
For struct types we always prefix with Struct.
Towards #1466
2017-08-29 17:47:54 -07:00
Erik Arvidsson
9cd2aae786
Print Refs with # ( #3644 )
...
Print Ref values as #123 instead of 123
Since our hashes are SHA-512 and we write them using Base32 there are a lot of overlaps with other parts of NomDL. This makes them unambiguous.
Towards #1466
2017-08-29 17:43:29 -07:00
Rafael Weinstein
c3f98d1631
Remove in mem graphs ( #3635 )
...
This patch removes the ability to keep alive uncommitted prolly-tree sequences.
2017-08-29 13:12:10 -07:00
Rafael Weinstein
fbfdd317fc
Encode all noms quantities as varint ( #3368 )
2017-04-08 22:48:03 -07:00
Dan Willhite
10570f591e
Fix print_diff when map is keyed by non-primitive ( #3128 )
2017-01-30 18:40:52 -08:00
Dan Willhite
1cd34e0ebd
Add Append() method to types.Path ( #2783 )
2016-10-29 12:37:50 -07:00
Dan Willhite
d94fb97788
Move diff package to top-level go directory ( #2739 )
...
Towards #609 .
2016-10-20 10:19:57 -07:00