Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Fixes for --all_incompatible_changes #96

Merged
merged 2 commits into from
Mar 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compiler/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ py_library(
py_binary(
name = "compiler",
srcs = ["compiler.py"],
default_python_version = "PY2",
python_version = "PY2",
main = "compiler.py",
srcs_version = "PY2AND3",
deps = [":compiler_lib"],
Expand Down
2 changes: 1 addition & 1 deletion subpar.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def _parfile_impl(ctx):
)

# .par file itself has no runfiles and no providers
return struct()
return []

def _prepend_workspace(path, ctx):
"""Given a path, prepend the workspace name as the parent directory"""
Expand Down