[pypy-commit] pypy verbose-imports: Log things if verbose flags are supplied

2016-04-26 Thread william_ml_leslie
Author: William ML Leslie Branch: verbose-imports Changeset: r83902:7a2a835311f1 Date: 2016-04-26 21:28 +1000 http://bitbucket.org/pypy/pypy/changeset/7a2a835311f1/ Log:Log things if verbose flags are supplied diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pyp

[pypy-commit] pypy verbose-imports: Log nothing if sys hasn't been imported yet

2016-04-26 Thread william_ml_leslie
Author: William ML Leslie Branch: verbose-imports Changeset: r83903:408072cca2fc Date: 2016-04-26 22:03 +1000 http://bitbucket.org/pypy/pypy/changeset/408072cca2fc/ Log:Log nothing if sys hasn't been imported yet diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/

[pypy-commit] pypy verbose-imports: Tests for verbose flag functionality

2016-04-26 Thread william_ml_leslie
Author: William ML Leslie Branch: verbose-imports Changeset: r83904:f4c6338b3293 Date: 2016-04-26 22:36 +1000 http://bitbucket.org/pypy/pypy/changeset/f4c6338b3293/ Log:Tests for verbose flag functionality diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.p

[pypy-commit] pypy verbose-imports: Test verbose = 0, too

2016-04-26 Thread william_ml_leslie
Author: William ML Leslie Branch: verbose-imports Changeset: r83905:64f8ef4f4941 Date: 2016-04-26 22:39 +1000 http://bitbucket.org/pypy/pypy/changeset/64f8ef4f4941/ Log:Test verbose = 0, too diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/pypy/mo

[pypy-commit] pypy verbose-imports: Update pypy's usage string now that we have -v support

2016-04-26 Thread william_ml_leslie
Author: William ML Leslie Branch: verbose-imports Changeset: r83906:f56292db286f Date: 2016-04-26 22:44 +1000 http://bitbucket.org/pypy/pypy/changeset/f56292db286f/ Log:Update pypy's usage string now that we have -v support diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_mai

[pypy-commit] pypy verbose-imports: Print banner to stderr. Print banner if verbose.

2016-05-05 Thread william_ml_leslie
Author: William ML Leslie Branch: verbose-imports Changeset: r84235:847363e88c35 Date: 2016-05-06 10:35 +1000 http://bitbucket.org/pypy/pypy/changeset/847363e88c35/ Log:Print banner to stderr. Print banner if verbose. diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py -

[pypy-commit] pypy default: make TranslatorDriver.from_targetspec a classmethod

2016-05-09 Thread william_ml_leslie
Author: William ML Leslie Branch: Changeset: r84318:6ffd3556369a Date: 2016-05-09 16:59 +1000 http://bitbucket.org/pypy/pypy/changeset/6ffd3556369a/ Log:make TranslatorDriver.from_targetspec a classmethod diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --- a/rpython

[pypy-commit] pypy taskengine-sorted-optionals: Optional dependencies should take part in ordering even if they become non-optional 'later'

2016-05-09 Thread william_ml_leslie
Author: William ML Leslie Branch: taskengine-sorted-optionals Changeset: r84337:cb82010dadbc Date: 2016-05-10 02:02 +1000 http://bitbucket.org/pypy/pypy/changeset/cb82010dadbc/ Log:Optional dependencies should take part in ordering even if they become non-optional 'later' diff --git

[pypy-commit] pypy taskengine-sorted-optionals: Use toposort + lattice

2016-05-09 Thread william_ml_leslie
Author: William ML Leslie Branch: taskengine-sorted-optionals Changeset: r84338:76a012472eda Date: 2016-05-10 03:08 +1000 http://bitbucket.org/pypy/pypy/changeset/76a012472eda/ Log:Use toposort + lattice diff --git a/rpython/translator/tool/taskengine.py b/rpython/translator/tool/taskengine

[pypy-commit] pypy real-mode-translator-driver: Close branch real-mode-translator-driver.

2018-05-21 Thread william_ml_leslie
Author: William Leslie Branch: real-mode-translator-driver Changeset: r94650:6ca216fc3bce Date: 2018-05-22 03:15 + http://bitbucket.org/pypy/pypy/changeset/6ca216fc3bce/ Log:Close branch real-mode-translator-driver. ___ pypy-commit mailing list

[pypy-commit] pypy taskengine-sorted-optionals: Comments for SimpleTaskEngine._plan

2017-01-23 Thread william_ml_leslie
Author: William ML Leslie Branch: taskengine-sorted-optionals Changeset: r89715:0ab64f36afea Date: 2017-01-24 12:54 +1100 http://bitbucket.org/pypy/pypy/changeset/0ab64f36afea/ Log:Comments for SimpleTaskEngine._plan diff --git a/rpython/translator/tool/taskengine.py b/rpython/translator/to

[pypy-commit] pypy inline-taskengine: Move goal search into translator driver

2017-01-23 Thread william_ml_leslie
Author: William ML Leslie Branch: inline-taskengine Changeset: r89717:a174df0f5b63 Date: 2017-01-24 18:34 +1100 http://bitbucket.org/pypy/pypy/changeset/a174df0f5b63/ Log:Move goal search into translator driver diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --- a/rp

[pypy-commit] pypy inline-taskengine: Remove the taskengine

2017-01-23 Thread william_ml_leslie
Author: William ML Leslie Branch: inline-taskengine Changeset: r89718:e6538126874a Date: 2017-01-24 18:36 +1100 http://bitbucket.org/pypy/pypy/changeset/e6538126874a/ Log:Remove the taskengine diff --git a/rpython/translator/tool/taskengine.py b/rpython/translator/tool/taskengine.py deleted

[pypy-commit] pypy inline-taskengine: Remove unused attributes

2017-01-23 Thread william_ml_leslie
Author: William ML Leslie Branch: inline-taskengine Changeset: r89719:072b29f6ce76 Date: 2017-01-24 18:50 +1100 http://bitbucket.org/pypy/pypy/changeset/072b29f6ce76/ Log:Remove unused attributes diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --- a/rpython/translato

[pypy-commit] pypy inline-taskengine: More descriptive method name

2017-01-23 Thread william_ml_leslie
Author: William ML Leslie Branch: inline-taskengine Changeset: r89720:b9fc36716d25 Date: 2017-01-24 18:55 +1100 http://bitbucket.org/pypy/pypy/changeset/b9fc36716d25/ Log:More descriptive method name diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --- a/rpython/trans

[pypy-commit] pypy real-mode-translator-driver: More explicit arrangement of tasks

2017-01-24 Thread william_ml_leslie
Author: William ML Leslie Branch: real-mode-translator-driver Changeset: r89723:b36e251c762f Date: 2017-01-24 21:19 +1100 http://bitbucket.org/pypy/pypy/changeset/b36e251c762f/ Log:More explicit arrangement of tasks diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py ---

[pypy-commit] pypy real-mode-translator-driver: Remove taskengine

2017-01-24 Thread william_ml_leslie
Author: William ML Leslie Branch: real-mode-translator-driver Changeset: r89724:aa48dbd8e0e2 Date: 2017-01-24 21:30 +1100 http://bitbucket.org/pypy/pypy/changeset/aa48dbd8e0e2/ Log:Remove taskengine diff --git a/rpython/translator/tool/taskengine.py b/rpython/translator/tool/taskengine.py d

[pypy-commit] pypy real-mode-translator-driver: Quit early if there is nothing to do

2017-01-24 Thread william_ml_leslie
Author: William ML Leslie Branch: real-mode-translator-driver Changeset: r89725:6429b253dfd2 Date: 2017-01-24 21:45 +1100 http://bitbucket.org/pypy/pypy/changeset/6429b253dfd2/ Log:Quit early if there is nothing to do diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py -

[pypy-commit] pypy real-mode-translator-driver: Call the dependent function before running your task. Straightforward.

2017-01-24 Thread william_ml_leslie
Author: William ML Leslie Branch: real-mode-translator-driver Changeset: r89728:8ffe9002f13b Date: 2017-01-24 22:50 +1100 http://bitbucket.org/pypy/pypy/changeset/8ffe9002f13b/ Log:Call the dependent function before running your task. Straightforward. diff --git a/rpython/translator/

[pypy-commit] pypy real-mode-translator-driver: Remove unused methods

2017-01-24 Thread william_ml_leslie
Author: William ML Leslie Branch: real-mode-translator-driver Changeset: r89727:7cff1328be02 Date: 2017-01-24 21:59 +1100 http://bitbucket.org/pypy/pypy/changeset/7cff1328be02/ Log:Remove unused methods diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --- a/rpython/tr

[pypy-commit] pypy real-mode-translator-driver: Move backend_select_goals up near get_backend_and_type_system to be less confusing

2017-01-24 Thread william_ml_leslie
Author: William ML Leslie Branch: real-mode-translator-driver Changeset: r89729:fa9749741225 Date: 2017-01-24 22:56 +1100 http://bitbucket.org/pypy/pypy/changeset/fa9749741225/ Log:Move backend_select_goals up near get_backend_and_type_system to be less confusing diff --git a/rpython

[pypy-commit] pypy real-mode-translator-driver: Match translator's usage expectations

2017-01-27 Thread william_ml_leslie
Author: William ML Leslie Branch: real-mode-translator-driver Changeset: r89812:40a92f4debad Date: 2017-01-28 14:06 +1100 http://bitbucket.org/pypy/pypy/changeset/40a92f4debad/ Log:Match translator's usage expectations diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py

[pypy-commit] pypy real-mode-translator-driver: Use backend-specific disabled goals

2017-01-27 Thread william_ml_leslie
Author: William ML Leslie Branch: real-mode-translator-driver Changeset: r89813:c64d6e66020b Date: 2017-01-28 18:21 +1100 http://bitbucket.org/pypy/pypy/changeset/c64d6e66020b/ Log:Use backend-specific disabled goals diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --

[pypy-commit] pypy real-mode-translator-driver: Patch hack_for_cffi_modules to call dependent tasks

2017-01-30 Thread william_ml_leslie
Author: William ML Leslie Branch: real-mode-translator-driver Changeset: r89833:c3390fd8ebf4 Date: 2017-01-31 01:38 +1100 http://bitbucket.org/pypy/pypy/changeset/c3390fd8ebf4/ Log:Patch hack_for_cffi_modules to call dependent tasks diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal

[pypy-commit] pypy real-mode-translator-driver: backendopt should run before stackcheckinsertion if it has not been disabled.

2017-01-30 Thread william_ml_leslie
Author: William ML Leslie Branch: real-mode-translator-driver Changeset: r89845:0c50e082bdd7 Date: 2017-01-31 03:24 +1100 http://bitbucket.org/pypy/pypy/changeset/0c50e082bdd7/ Log:backendopt should run before stackcheckinsertion if it has not been disabled. Also, fix logging

[pypy-commit] pypy default: Add missing newline in -vv output

2017-02-15 Thread william_ml_leslie
Author: William ML Leslie Branch: Changeset: r90161:03cbc0865e39 Date: 2017-02-16 15:11 +1100 http://bitbucket.org/pypy/pypy/changeset/03cbc0865e39/ Log:Add missing newline in -vv output diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/imp/importing