propellor/doc/todo
Joey Hess 0ee04ecc43 GADT properties seem to work (untested)
* Property has been converted to a GADT, and will be Property NoInfo
  or Property HasInfo.
  This was done to make sure that ensureProperty is only used on
  properties that do not have Info.
  Transition guide:
  - Change all "Property" to "Property NoInfo" or "Property WithInfo"
    (The compiler can tell you if you got it wrong!)
  - To construct a RevertableProperty, it is useful to use the new
    (<!>) operator
  - Constructing a list of properties can be problimatic, since
    Property NoInto and Property WithInfo are different types and cannot
    appear in the same list. To deal with this, "props" has been added,
    and can built up a list of properties of different types,
    using the same (&) and (!) operators that are used to build
    up a host's properties.
2015-01-24 22:38:51 -04:00
..
docker_todo_list merge from master 2014-08-19 17:33:00 -04:00
ssh__95__user_+_sudo merge from master 2014-08-19 17:33:00 -04:00
better_privdata.mdwn close 2014-07-06 17:39:46 -04:00
docker_todo_list.mdwn Revert "propellor spin" 2014-10-23 11:33:00 -04:00
done.mdwn more pages 2014-04-19 15:48:28 -04:00
hooks.mdwn remove done part 2014-12-06 13:23:12 -04:00
info_propigation_out_of_nested_properties.mdwn GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
metapackage.mdwn Attr is renamed to Info. 2014-06-09 01:47:11 -04:00
multi_gpg_key_privdata.mdwn should be fixed 2014-11-11 13:47:22 -04:00
privdata_file_split.mdwn add 2014-11-13 13:11:31 -04:00
spin_and_ipv6_addresses.mdwn noticed a minor bug 2015-01-01 13:03:30 -04:00
ssh__95__user_+_sudo.mdwn merge from master 2014-08-19 17:33:00 -04:00
ssh_hostkey_Info.mdwn close 2015-01-04 17:16:43 -04:00