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 beef41d commit 176f798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/parameterized_goals.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ Should work as expected. `@doc` should just copy to instantiated goals.
# TODOS
- [x] check loop
- [x] -l in presence of loop hangs
- [ ] check unknown parameterized dep call `@depends_on c @args S`
- [x] check unknown parameterized dep call `@depends_on c @args S`
- [ ] validate param name (regex)
- [ ] all errors at once
- [x] all errors at once
2 changes: 1 addition & 1 deletion makesure.awk
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ function instantiate(goal,args,newArgs, i,j,depArg,depArgType,dep,goalNameInst
DependencyArgsCnt[gii] = 0
}

IDepth--
# IDepth--
return goalNameInstantiated
}
function instantiateGoalName(goal, args, res,cnt,i){
Expand Down

0 comments on commit 176f798

Please sign in to comment.