Skip to content

Commit

Permalink
Parameterized goals #115
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Jan 23, 2023
1 parent 176f798 commit b449536
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/parameterized_goals.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,12 @@ Should work as expected. `@doc` should just copy to instantiated goals.
- [x] check loop
- [x] -l in presence of loop hangs
- [x] check unknown parameterized dep call `@depends_on c @args S`
- [ ] validate param name (regex)
- [x] all errors at once
- [ ] TODOS
- [ ] validate param name (regex)
- [ ] handle + test w/ `@private`
- [ ] test w/ `@lib`
- [ ] test w/ `@doc`
- [ ] handle + test w/ `@reached_if`
- [ ] test w/ `@glob` (should be covered by `@params` at pos 3 check)
- [ ] README.md

0 comments on commit b449536

Please sign in to comment.