aboutsummaryrefslogtreecommitdiff
path: root/src/combinator.lisp
Commit message (Collapse)AuthorAge
...
* factor out DEFINE-CHOOSING-PROPERTY-COMBINATORSean Whitton2021-04-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* ON-CHANGE*: propagate :NO-CHANGESean Whitton2021-04-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* APPLY-AND-PRINT: propagate :NO-CHANGESean Whitton2021-03-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* AS combinator: special case where USER is "root"Sean Whitton2021-03-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add TODO about establishing SKIP-PROPERTY restart more than onceSean Whitton2021-03-25
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* make dedicated RECONNECTS property rather than using DEPLOYS-THESESean Whitton2021-03-24
| | | | | | This is easier to read. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* attempt to implement :AS connection type and AS combinatorSean Whitton2021-03-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* untabifySean Whitton2021-03-22
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* move combinators to their own file to avoid dependency loopSean Whitton2021-03-22
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>