Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazel-contrib/rules_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sjincho/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 6 files changed
  • 2 contributors

Commits on Oct 25, 2018

  1. Export all data files and provide manifest bzl.

    The manifest file and the exported files can be used to create rules,
    for example, cc_library rule with header files.
    Seongjin Cho committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    7c4171f View commit details
    Browse the repository at this point in the history
  2. An hack to support purelib.

    Required to support installing tensorflow.
    
    See:
    #92
    Seongjin Cho committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    a8bf4d9 View commit details
    Browse the repository at this point in the history
  3. Fix wrong path in manifest file due to purelib

    Seongjin Cho committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    8a85d7d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Adds support for parsing METADATA files.

    Seongjin Cho committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    46df523 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Seongjin Cho committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    1d81f44 View commit details
    Browse the repository at this point in the history
  3. Update binaries with METADATA file support.

    Seongjin Cho committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    d21bbb6 View commit details
    Browse the repository at this point in the history
  4. Merge dependencies with same extra & marker

    Seongjin Cho committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    95a66fb View commit details
    Browse the repository at this point in the history
  5. Dedup extras and make order deterministic

    Seongjin Cho committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    02dfc76 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Add 'Design for a Python Toolchain' proposal (#161)

    brandjon authored and Seongjin Cho committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    02354d0 View commit details
    Browse the repository at this point in the history
  2. Remove 'host_python_toolchain' from the toolchain proposal (#162)

    Also clarify wording around deleting flags.
    brandjon authored and Seongjin Cho committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    4f57db4 View commit details
    Browse the repository at this point in the history
  3. Update toolchain proposal to say PyRuntimeInfo is natively defined (#163

    )
    brandjon authored and Seongjin Cho committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    cd420fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea57b59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8acb98 View commit details
    Browse the repository at this point in the history
  6. Experimentally support whl caching

    Seongjin Cho committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    0709cb5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Merge remote-tracking branch 'upstream/master'

    Seongjin Cho committed May 30, 2019
    Configuration menu
    Copy the full SHA
    a2f66ac View commit details
    Browse the repository at this point in the history
  2. Update tools

    Seongjin Cho committed May 30, 2019
    Configuration menu
    Copy the full SHA
    51ba38a View commit details
    Browse the repository at this point in the history
Loading