Skip to content

Commit

Permalink
Problem: User is not warned about dropping implied uses
Browse files Browse the repository at this point in the history
Solution: Make the user aware of a possible miss-configuration.

Relates to #1246
  • Loading branch information
sappo committed Apr 10, 2020
1 parent 5f13e46 commit 8112dd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zproject_projects.gsl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ function resolve_project_dependency (use)
move implied_use before my.use as use
implied_use.implied = "1"
resolve_project_dependency (implied_use)
else
echo "[WARNING] Ignoring implied use definition '$(implied_use.project)' at '$(my.use.project)' because there is a non-implied definition."
endif
endfor
endfunction
Expand Down

0 comments on commit 8112dd2

Please sign in to comment.