[Rpm-maint] [rpm-software-management/rpm] update OCaml requires/provides to cover also cmx (#1070)

Neal Gompa (ニール・ゴンパ) notifications at github.com
Sat Feb 15 10:08:17 UTC 2020


Conan-Kudo commented on this pull request.



> +}
+#
+#
+usage() {
+    echo >&2 "Usage: ${0##*/} -prov|-req [-f 'ocamlobjinfo cmd']"
+}
+#
+mode=
+ignore_implementation_a=()
+ignore_interface_a=()
+while test "$#" -gt 0
+do
+  : "${1}" "${2}"
+  case "${1}" in
+    -prov) mode='prov' ;;
+    -req) mode='req' ;;

Because people do directly run it when doing things like debugging or testing them. And it's just _weird_ to ignore conventions for the parameterization of a dep generator.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1070#discussion_r379822480
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200215/0dfec5b6/attachment.html>


More information about the Rpm-maint mailing list