Changeset b56827 for src/Python

Timestamp:
Apr 23, 2021, 8:31:23 PM (5 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
26062f
Parents:
1ca493a
git-author:
Frederik Heber <frederik.heber@…> (04/23/21 07:20:26)
git-committer:
Frederik Heber <frederik.heber@…> (04/23/21 20:31:23)
Message:

Program_options 1.63 behavior breaks.

  • in program_options with 1.63 a behaviorial change for implicit values was introduced: "-a foo" needs to be "-a=foo" if foo is an implicit value. This completely breaks with the current behavior.
  • here, we generally fix that an action whose name is identical to an option may have its value given by following right after the action name with an equality sign and the value. This now works as well (splitting off the actual open name). Before the action was then never scheduled to run.
  • using a fix from Benedek Thaler suggest on the boost mailing list to regain the old behavior.
(No files)

Note: See TracChangeset for help on using the changeset viewer.