[wesnoth-commits] [wesnoth/wesnoth] 3627cb: Fix the missing comparison attribute warning in [v...

Celtic Minstrel noreply at github.com
Fri Apr 16 03:25:03 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 3627cb5766f83563cb2d57a3dfb49baaf960540d
      https://github.com/wesnoth/wesnoth/commit/3627cb5766f83563cb2d57a3dfb49baaf960540d
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-04-15 (Thu, 15 Apr 2021)

  Changed paths:
    M src/game_events/conditional_wml.cpp

  Log Message:
  -----------
  Fix the missing comparison attribute warning in [variable] and add an additional warning for missing name


  Commit: d5078331999def9457dd14f2dad01619f11c36fe
      https://github.com/wesnoth/wesnoth/commit/d5078331999def9457dd14f2dad01619f11c36fe
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-04-15 (Thu, 15 Apr 2021)

  Changed paths:
    M src/deprecation.cpp
    M src/game_events/manager_impl.cpp
    M src/game_events/pump.cpp
    M src/log.hpp
    M src/whiteboard/manager.cpp

  Log Message:
  -----------
  Make the log_domain constructor explicit

Implicitly constructing a log_domain from a string has the effect of resetting its severity to 1 (or whatever severity was passed to the constructor). This is probably fine when it's declared as a file static, but no good if passing the log_domain to a log_scope2() or dont_log() call.


  Commit: 9535ed926c2bae38d07b81b710fc017fd7924b53
      https://github.com/wesnoth/wesnoth/commit/9535ed926c2bae38d07b81b710fc017fd7924b53
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-04-15 (Thu, 15 Apr 2021)

  Changed paths:
    M run_wml_tests

  Log Message:
  -----------
  run_wml_tests: Fix off-by-one error in 1285060bc480b8568f6312ff2753a0645ebd0187


  Commit: bb10bbe059c58bebe695cd949be91e397ab87563
      https://github.com/wesnoth/wesnoth/commit/bb10bbe059c58bebe695cd949be91e397ab87563
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-04-15 (Thu, 15 Apr 2021)

  Changed paths:
    M run_wml_tests

  Log Message:
  -----------
  run_wml_tests: Fix exit code


  Commit: 038219b823abc9afc3bdf0499e49b1372114429f
      https://github.com/wesnoth/wesnoth/commit/038219b823abc9afc3bdf0499e49b1372114429f
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-04-15 (Thu, 15 Apr 2021)

  Changed paths:
    M run_wml_tests

  Log Message:
  -----------
  run_wml_tests: Show negative test summary values

These values should never BE negative, but by showing them if they are, it makes it more obvious if something is broken.


Compare: https://github.com/wesnoth/wesnoth/compare/ad1c42ca8f04...038219b823ab



More information about the Commits mailing list