[med-svn] [Git][med-team/yaggo][upstream] New upstream version 1.5.11

Lance Lin (@linqigang) gitlab at salsa.debian.org
Fri Nov 3 13:23:50 GMT 2023



Lance Lin pushed to branch upstream at Debian Med / yaggo


Commits:
66f3bb09 by Lance Lin at 2023-11-03T19:14:51+07:00
New upstream version 1.5.11
- - - - -


2 changed files:

- lib/yaggo/parser.rb
- lib/yaggo/version.rb


Changes:

=====================================
lib/yaggo/parser.rb
=====================================
@@ -113,10 +113,11 @@ EOS
   end
 
   # Constructors and initialization
-  h.puts("", "  #{class_name}() :")
-  h.puts("    " + ($options + $args).map { |o| o.init }.join(",\n    "), "  { }")
-  h.puts("", "  #{class_name}(int argc, char* argv[]) :")
-  h.puts("    " + ($options + $args).map { |o| o.init }.join(",\n    "))
+  h.puts("", "  #{class_name}()")
+  h.puts("    :" + ($options + $args).map { |o| o.init }.join("\n    ,")) unless $options.empty? && $args.empty?
+  h.puts("  { }")
+  h.puts("", "  #{class_name}(int argc, char* argv[])")
+  h.puts("    :" + ($options + $args).map { |o| o.init }.join("\n    ,")) unless $options.empty? && $args.empty?
   h.puts("  { parse(argc, argv); }", "");
 
   # Main arsing function


=====================================
lib/yaggo/version.rb
=====================================
@@ -1 +1 @@
-$yaggo_version = "1.5.10"
+$yaggo_version = "1.5.11"



View it on GitLab: https://salsa.debian.org/med-team/yaggo/-/commit/66f3bb09e09f2e4b5b9f99fa15393b15004a7279

-- 
View it on GitLab: https://salsa.debian.org/med-team/yaggo/-/commit/66f3bb09e09f2e4b5b9f99fa15393b15004a7279
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231103/6bba4db4/attachment-0001.htm>


More information about the debian-med-commit mailing list