You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ BEGIN_UNRELEASED_TEMPLATE
38
38
39
39
{#v0-0-0-fixed}
40
40
### Fixed
41
-
* Nothing fixed.
41
+
* (gazelle) Remove {obj}`py_binary` targets with invalid `srcs`. This includes files
42
+
that are not generated or regular files.
42
43
43
44
{#v0-0-0-added}
44
45
### Added
@@ -74,10 +75,10 @@ END_UNRELEASED_TEMPLATE
74
75
* (toolchains) `py_runtime` and `PyRuntimeInfo` reject Python 2 settings.
75
76
Setting `py_runtime.python_version = "PY2"` or non-None
76
77
`PyRuntimeInfo.py2_runtime` is an error.
77
-
* (pypi) `pipstar` flag has been flipped to be enabled by default, to turn it
78
-
off use `RULES_PYTHON_ENABLE_PIPSTAR=0` environment variable. If you do, please
78
+
* (pypi) `pipstar` flag has been implemented for `WORKSPACE` and can be flipped to be enabled using `RULES_PYTHON_ENABLE_PIPSTAR=1` environment variable. If you do, please
0 commit comments