Commit Graph

3 Commits

Author SHA1 Message Date
Qi Xiao
bd1a6e98dc pkg/eval/vals: Rework the structmap mechanism.
* Fields may now be exposed via getter methods.

* Field names are automatically converted to dashed-case.

* Assoc behavior is no longer implemented for structmaps.

* The IsStructMap marker method no longer takes a special marker argument. There
  is a little danger of a value accidentally implementing this method.
2020-06-28 01:26:58 +01:00
Qi Xiao
75be505c08 Make NEXT-RELEASE canonical. 2020-06-14 12:30:16 +01:00
Qi Xiao
d387e5111f Update CONTRIBUTING.md, and add a NEXT-RELEASE.md symlink.
This addresses #1045.
2020-05-31 01:42:26 +01:00