Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:migration_guide [2016/03/04 13:49] – gkazhoya | doc:migration_guide [2016/03/04 14:31] (current) – old revision restored (2016/02/09 19:12) gkazhoya | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| == Step 3: designator properties as keywords == | == Step 3: designator properties as keywords == | ||
| - | Search for all '' | + | Search |
| + | <code lisp> | ||
| + | (make-designator ' | ||
| + | </ | ||
| + | should turn into | ||
| + | <code lisp> | ||
| + | (make-designator :location '((on table))) | ||
| + | </ | ||
| + | |||
| + | Next search | ||
| <code lisp> | <code lisp> | ||
| (desig-prop ?designator (desig-props: | (desig-prop ?designator (desig-props: | ||
| Line 50: | Line 59: | ||
| <code lisp> | <code lisp> | ||
| (with-designators | (with-designators | ||
| - | | + | |
| (:obj ,?obj)))) ; <- 4 brackets in the end | (:obj ,?obj)))) ; <- 4 brackets in the end | ||
| - | (open-action ('action `((:type : | + | (open-action (:action `((:type : |
| (:to :open) (:obj ,?obj) | (:to :open) (:obj ,?obj) | ||
| (:angle ,? | (:angle ,? | ||
| Line 59: | Line 68: | ||
| <code lisp> | <code lisp> | ||
| (with-designators | (with-designators | ||
| - | | + | |
| (:obj ,?obj))) ; <- 3 brackets in the end | (:obj ,?obj))) ; <- 3 brackets in the end | ||
| - | (open-action | + | (open-action |
| (:to :open) (:obj ,?obj) | (:to :open) (:obj ,?obj) | ||
| | | ||
| Line 69: | Line 78: | ||
| <code lisp> | <code lisp> | ||
| (with-designators | (with-designators | ||
| - | ((some-location | + | ((some-location |
| </ | </ | ||
| <code lisp> | <code lisp> | ||
| - | | + | |
| </ | </ | ||
| If you don't like this change, please complain. | If you don't like this change, please complain. | ||

