Skip to content

Conversation

@maflcko
Copy link
Member

@maflcko maflcko commented Nov 1, 2018

The tests are no longer run on travis, but in a docker, developer machines or a windows vm.

The code was essentially dead for months now. Fix that by explicitly passing in --ci to the test runner on our docker and appveyor windows vm.

@laanwj laanwj added the Tests label Nov 1, 2018
@laanwj
Copy link
Member

laanwj commented Nov 1, 2018

makes sense — concept ACK

@maflcko maflcko force-pushed the Mf1811-testNoTravis branch from fa04a3a to fadf976 Compare November 1, 2018 16:49
@DrahtBot
Copy link
Contributor

DrahtBot commented Nov 1, 2018

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Conflicts

No conflicts as of last run.

@jnewbery
Copy link
Contributor

jnewbery commented Nov 1, 2018

Concept ACK.

Why so many style-only changes in the same commit?

@maflcko
Copy link
Member Author

maflcko commented Nov 1, 2018

Passing the value through touches a lot of function signatures and I run a python formatter on all changes I make before submitting a pull request. In the hope that no one can complain about my code style...

$ which yfd
alias yfd='PATH=/home/marco/workspace/yapf-diff/virt_env_3_yapf/bin python3 /home/marco/workspace/yapf-diff/yapf-diff.py -p1 -i'

https://github.com/MarcoFalke/yapf-diff

@jnewbery
Copy link
Contributor

jnewbery commented Nov 1, 2018

A lot of it seems like your personal preference for style, and it inflates the diff substantially. For example, I don't think there's project guidelines about whether continuation lines of long function calls should be aligned to the opening parens or to some other indentation (both are fine under PEP8 https://www.python.org/dev/peps/pep-0008/#indentation).

This seems like a +-5 line diff without the style changes. At the least, can you split the style changes into a separate commit so it's obvious what reviewers are supposed to be paying attention to?

@maflcko maflcko force-pushed the Mf1811-testNoTravis branch from faf7770 to fa43626 Compare November 1, 2018 22:04
@maflcko
Copy link
Member Author

maflcko commented Nov 1, 2018

Removed the style change that affected lines that were in proximity to actually changed lines.

Copy link
Contributor

@ken2812221 ken2812221 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK fa43626

@jnewbery
Copy link
Contributor

jnewbery commented Nov 2, 2018

utACK fa43626

maflcko pushed a commit to maflcko/bitcoin-core that referenced this pull request Nov 2, 2018
fa43626 test_runner: Remove travis specific code (MarcoFalke)

Pull request description:

  The tests are no longer run on travis, but in a docker, developer machines or a windows vm.

  The code was essentially dead for months now. Fix that by explicitly passing in `--ci` to the test runner on our docker and appveyor windows vm.

Tree-SHA512: 5d48693c03e8eb27536658ccf9ba738fe93a72abd4b72c80caac084b5b2cdffa77a1031a671eeefe70b71d63500f55917803d4be54d01849722afdccb700a9e6
@maflcko maflcko merged commit fa43626 into bitcoin:master Nov 2, 2018
@maflcko maflcko deleted the Mf1811-testNoTravis branch November 2, 2018 19:07
codablock pushed a commit to codablock/dash that referenced this pull request Jan 7, 2020
fa43626 test_runner: Remove travis specific code (MarcoFalke)

Pull request description:

  The tests are no longer run on travis, but in a docker, developer machines or a windows vm.

  The code was essentially dead for months now. Fix that by explicitly passing in `--ci` to the test runner on our docker and appveyor windows vm.

Tree-SHA512: 5d48693c03e8eb27536658ccf9ba738fe93a72abd4b72c80caac084b5b2cdffa77a1031a671eeefe70b71d63500f55917803d4be54d01849722afdccb700a9e6
gades pushed a commit to cosanta/cosanta-core that referenced this pull request Jun 30, 2021
fa43626 test_runner: Remove travis specific code (MarcoFalke)

Pull request description:

  The tests are no longer run on travis, but in a docker, developer machines or a windows vm.

  The code was essentially dead for months now. Fix that by explicitly passing in `--ci` to the test runner on our docker and appveyor windows vm.

Tree-SHA512: 5d48693c03e8eb27536658ccf9ba738fe93a72abd4b72c80caac084b5b2cdffa77a1031a671eeefe70b71d63500f55917803d4be54d01849722afdccb700a9e6
Munkybooty pushed a commit to Munkybooty/dash that referenced this pull request Jul 28, 2021
fa43626 test_runner: Remove travis specific code (MarcoFalke)

Pull request description:

  The tests are no longer run on travis, but in a docker, developer machines or a windows vm.

  The code was essentially dead for months now. Fix that by explicitly passing in `--ci` to the test runner on our docker and appveyor windows vm.

Tree-SHA512: 5d48693c03e8eb27536658ccf9ba738fe93a72abd4b72c80caac084b5b2cdffa77a1031a671eeefe70b71d63500f55917803d4be54d01849722afdccb700a9e6
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants