[obs-commits] [openSUSE/obs-build] bfb3a2: Fix chaining of operators with the same precedence

Branch: refs/heads/master Home: https://github.com/openSUSE/obs-build Commit: bfb3a218bfac9f8840de7347a3d5030409ee447b https://github.com/openSUSE/obs-build/commit/bfb3a218bfac9f8840de7347a3d5030... Author: Michael Schroeder <mls@suse.de> Date: 2020-01-31 (Fri, 31 Jan 2020) Changed paths: M Build/Rpm.pm Log Message: ----------- Fix chaining of operators with the same precedence If we encounter an op with the same precedence, we need to return right away. Otherwise 1 - 1 - 1 will get interpreted as 1 - (1 - 1). Commit: 0b6ef211e170275a537e7a5a2f195298bc9aa86a https://github.com/openSUSE/obs-build/commit/0b6ef211e170275a537e7a5a2f19529... Author: Michael Schroeder <mls@suse.de> Date: 2020-01-31 (Fri, 31 Jan 2020) Changed paths: A t/expression.t A t/macros.t Log Message: ----------- Add tests for macro and expression expansion Compare: https://github.com/openSUSE/obs-build/compare/9753c9c2ed00...0b6ef211e170
participants (1)
-
Michael Schroeder