Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: 2to3 is now a write_file, not sh_binary #8187

Closed
wants to merge 3 commits into from

Commits on Apr 29, 2019

  1. Python: 2to3 is now a write_file, not sh_binary

    Now py_* rules no longer depend on a sh_* rule, so
    Bazel can analyze them even with
    --shell_executable="".
    
    Change-Id: I8e74d86daf385442df9e91c2dc2f7a27b7c4b236
    laszlocsomor committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    7d8e965 View commit details
    Browse the repository at this point in the history
  2. Fix Starlark rule error

    Change-Id: I04ff5791ec135f3bf5a8d26d54674a75a7c76e25
    laszlocsomor committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    a7e2aa9 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Fix bazel_bootstrap_distfile_test

    Change-Id: I78057362c0f4e761362ae1d363eee9c52d3c1295
    laszlocsomor committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    8ccbdb6 View commit details
    Browse the repository at this point in the history