simon-git: spigot (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri Oct 13 22:47:16 BST 2017


TL;DR:
  baf75a9 powbegin: fix an outdated piece of API.

Repository:     https://git.tartarus.org/simon/spigot.git
On the web:     https://git.tartarus.org/?p=simon/spigot.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2017-10-13 22:47:16

commit baf75a9a613b18cd88b0dc976a44105a1f6ba383
web diff https://git.tartarus.org/?p=simon/spigot.git;a=commitdiff;h=baf75a9a613b18cd88b0dc976a44105a1f6ba383;hp=d454c933fe3653063f03c860370e5bb719f3e057
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Oct 13 22:45:37 2017 +0100

    powbegin: fix an outdated piece of API.
    
    There was a lingering use of the Spigot constructor with a string
    expression argument, which should have turned into spigot.eval some
    rewrites ago. I didn't notice because I kept re-testing powbegin via
    its self-test mode, in which of course the arguments are pre-converted
    into numbers and don't have to go through this eval call.

 python/powbegin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list