[Commits] [wesnoth/wesnoth] 5ed8dc: gui2/game_version: Move report text generator to g...

GitHub noreply at github.com
Mon May 22 04:05:13 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 5ed8dc3847012cec05d634f3794dc725e54699ef
      https://github.com/wesnoth/wesnoth/commit/5ed8dc3847012cec05d634f3794dc725e54699ef
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M src/build_info.cpp
    M src/build_info.hpp
    M src/gui/dialogs/game_version.cpp

  Log Message:
  -----------
  gui2/game_version: Move report text generator to game_config ns for general use


  Commit: 98883d0d0cf961a35943c055f7f3afaaf8a5f764
      https://github.com/wesnoth/wesnoth/commit/98883d0d0cf961a35943c055f7f3afaaf8a5f764
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M doc/man/wesnoth.6
    M src/commandline_options.cpp
    M src/commandline_options.hpp
    M src/wesnoth.cpp

  Log Message:
  -----------
  Add new --report/-R switch to generate an info dump for bug reports

This is intended to be used instead of the Game Version dialog's
clipboard text report in the event that Wesnoth cannot reach the
titlescreen or the dialog for some reason.

Unlike the --version info dump, it performs various calls to the
filesystem API which have potential side-effects on the environment
(namely, creating a user data directory structure if none existed before
running the command). It seems highly improper for a program's --version
switch to perform any actions other than printing text to its parent
terminal, hence I thought it would be better to add a new switch with a
more active phrasing, also reflected in its accompanying documentation.

Ultimately, this and its UI counterpart should be used by 1.14 players
as part of the bug reporting process, preferably as a mandatory step
before submitting new reports on GH or the forums.


  Commit: 71408850c67cd89615f2a6d01c5909cb68424973
      https://github.com/wesnoth/wesnoth/commit/71408850c67cd89615f2a6d01c5909cb68424973
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M changelog

  Log Message:
  -----------
  Update changelog


Compare: https://github.com/wesnoth/wesnoth/compare/246ea98dd93b...71408850c67c


More information about the Commits mailing list