Commit Graph

119 Commits

Author SHA1 Message Date
Joey Hess da4636eb28 comment 2015-05-22 14:15:58 -04:00
gueux 8c382c2107 2015-05-19 11:48:03 +00:00
https://launchpad.net/~jml 4337a99e77 Added a comment 2015-05-15 08:57:04 +00:00
https://launchpad.net/~jml 241cfc0df1 Added a comment 2015-05-15 08:53:34 +00:00
Joey Hess 6e8057a65b reponses 2015-05-14 12:30:53 -04:00
https://launchpad.net/~jml b0de46644d 2015-05-14 09:42:16 +00:00
https://launchpad.net/~jml 8d6ca15925 2015-05-14 09:41:40 +00:00
https://launchpad.net/~jml c99e20260a 2015-05-14 09:40:08 +00:00
Joey Hess 6ec8bf6b20 comment 2015-04-28 16:01:18 -04:00
Joey Hess 3b1c1640cf comment 2015-04-23 09:28:23 -04:00
gueux ecd0de08da Added a comment 2015-04-23 09:21:07 +00:00
Joey Hess 4a187cbd22 Merge branch 'joeyconfig' 2015-04-22 21:06:18 -04:00
Joey Hess 4b73fcf2fe update 2015-04-22 21:06:18 -04:00
Joey Hess bfff20aaee Merge branch 'joeyconfig' 2015-04-22 21:05:28 -04:00
Joey Hess 329281586c update 2015-04-22 21:05:28 -04:00
Joey Hess e30458ba5d Merge branch 'joeyconfig' 2015-04-22 21:04:53 -04:00
Joey Hess 8cb797ed4a too 2015-04-22 21:04:53 -04:00
Joey Hess 9a18f58087 comment 2015-04-21 12:52:22 -04:00
gueux 04781530af Added a comment 2015-04-21 12:59:42 +00:00
Joey Hess 9e1f17dd44 comment 2015-04-19 21:17:02 -04:00
Joey Hess cb814a2090 close 2015-04-19 21:13:22 -04:00
gueux 29298a42db 2015-04-19 19:01:26 +00:00
Joey Hess e49af37fe8 comment 2015-04-19 12:28:08 -04:00
weinzwang 12170c3d5c Added a wishlist item 2015-04-19 11:50:07 +00:00
Joey Hess 85649a81bd Merge branch 'master' of ssh://propellor.branchable.com 2015-04-02 10:30:09 -04:00
Joey Hess 9bf68fd04d fixed 2015-04-02 10:29:19 -04:00
gueux ae16b4148e Added a comment 2015-04-02 09:24:07 +00:00
Joey Hess a81b7df742 comment 2015-04-01 21:17:28 -04:00
gueux 304561531d 2015-04-01 17:10:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmtnXa0F3OsNh8H7yf5EEbtuufPZG-3StI 4f101f8560 Added a comment 2015-03-10 06:28:52 +00:00
Joey Hess 430a26f77a response 2015-03-09 13:01:13 -04:00
Joey Hess 778af461ee Merge branch 'master' of ssh://propellor.branchable.com 2015-03-09 13:00:07 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmtnXa0F3OsNh8H7yf5EEbtuufPZG-3StI d8d8c8a529 Added a comment: Propellor 2.2.0 not on hackage 2015-03-08 20:21:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmtnXa0F3OsNh8H7yf5EEbtuufPZG-3StI ae0154e66c Added a comment: You rocks! 2015-03-05 15:24:49 +00:00
Joey Hess 9940b7fb25 close 2015-02-28 14:21:02 -04:00
Joey Hess 9619e62183 comment 2015-02-28 13:14:59 -04:00
Joey Hess 8777dc2e55 comment 2015-02-28 11:35:06 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmtnXa0F3OsNh8H7yf5EEbtuufPZG-3StI 2e8b2fc945 2015-02-28 11:28:32 +00:00
Joey Hess 5b6b3e1b45 fixed 2015-02-12 12:36:19 -04:00
weinzwang 447f2dc3a5 Added more information 2015-02-11 22:21:26 +00:00
weinzwang abf89f5d98 Bug report for Property.Ssh.AuthorizedKey 2015-02-11 22:18:24 +00:00
Joey Hess e6c7ad373f Merge branch 'joeyconfig' 2015-01-25 15:20:28 -04:00
Joey Hess c72fa2bcd8 remove idea about moving into GADT 2015-01-25 15:20:11 -04:00
Joey Hess b38e271161 update; SimpleSh was removed 2015-01-25 15:17:49 -04:00
Joey Hess 401b857eef Merge branch 'joeyconfig'
Conflicts:
	doc/todo/info_propigation_out_of_nested_properties.mdwn
	privdata.joey/privdata.gpg
2015-01-25 15:16:58 -04:00
Joey Hess 5d8bd485cb
propellor spin 2015-01-25 15:08:40 -04:00
Joey Hess 73ad89d973
propellor spin 2015-01-25 15:04:05 -04:00
Joey Hess e9d5d9aff1 remove toSimpleProp
It didn't do what I thought it did with a RevertableProperty; it always
returned Nothing because even if the input properties to <!> are NoInfo, it
casts them to HasInfo.

Even if it had worked, it lost type safety. Better to export the
Property NoInfo that is used in a RevertableProperty, so it can be used
directly.
2015-01-25 14:47:57 -04:00
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
Joey Hess 1df70ba81d update 2015-01-24 13:04:06 -04:00