Skip to content

Commit 787d887

Browse files
committed
update done tasks
1 parent ab4caef commit 787d887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/specs/recipe-construction/rollout-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
- [x] second parameter to make it optional/flexible:
3434
- [x] ignores the .for if link already exists
3535
- [ ] adds extension if cause already exists (see tracker below)
36-
- [ ] Make .key work even if there is no cause yet.
36+
- [x] Make .key work even if there is no cause yet.
3737
- [x] Add some method to force creation of cause, which errors if in
3838
non-handler context and no other information was given (as e.g. deriving
3939
nodes, which do have ids, after asking for them -- this walks the graph up
@@ -94,7 +94,7 @@
9494
- [ ] Have `Cell.set` return itself, so `Cell.for(..).set(..)` works
9595
- [ ] `cell.assign(otherCell)` applies `cell`'s link to `otherCell` if it
9696
doesn't have one yet. Useful to make self-referential loops.
97-
- [ ] In AST transformation add `.for(variableName, true)` for `const var = `
97+
- [ ] In AST transformation add `.for(variableName, true)` for `const var =`
9898
cases
9999
- [ ] Update JSON Schema to support new way to describe cells
100100

0 commit comments

Comments
 (0)