Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 17/25] Write a better comment for last TODO.



From: Doron Behar <doron.behar@xxxxxxxxx>

I don't know how to finish it.
---
 Completion/Unix/Command/_luarocks | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Completion/Unix/Command/_luarocks b/Completion/Unix/Command/_luarocks
index c2ecde869..d7355c1ba 100644
--- a/Completion/Unix/Command/_luarocks
+++ b/Completion/Unix/Command/_luarocks
@@ -54,6 +54,8 @@ __luarocks_rock_version(){
 					;;
 				"installed")
 					# TODO: actually complete versions of installed rocks using the cache
+					# How does luarocks handles multiple versions of the same package?
+					# If anybody knows, please write something beautiful here
 					_message -e "version for installed rock ${words[$i]}"
 					return
 					;;
-- 
2.17.0



Messages sorted by: Reverse Date, Date, Thread, Author