simon-git: bob (master): Simon Tatham
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sun Feb 28 18:51:37 GMT 2016
TL;DR:
0e94aef New 'with' modifier for 'in ... do/win'.
Repository: git://git.tartarus.org/simon/bob.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=bob.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2016-02-28 18:51:37
commit 0e94aef6f0601a161cc59a3cdecf0779224fea2a
web diff http://tartarus.org/~simon-git/gitweb/?p=bob.git;a=commitdiff;h=0e94aef6f0601a161cc59a3cdecf0779224fea2a;hp=1934dd3c579e810e38fde423a633cb055502701d
Author: Simon Tatham <anakin at pobox.com>
Date: Fri Feb 26 06:50:01 2016 +0000
New 'with' modifier for 'in ... do/win'.
This should let me explicitly specify in build scripts what toolchains
they require, which in turn should make it easier to switch between
toolchains (e.g. in order to build a program with two versions of
Visual Studio) without having to enshrine in Buildscr local knowledge
of where the toolchains are installed on the build machine. Instead,
that local knowledge all goes in .bob/config, and Buildscr refers to
it by a symbolic name, which is much more the bob way.
bob.but | 30 +++++++++++++++++++++++++++---
script.py | 18 +++++++++++++++++-
2 files changed, 44 insertions(+), 4 deletions(-)
More information about the tartarus-commits
mailing list