Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e251c60

Browse filesBrowse files
"Skylark" is an outdated name of the language, please use "starlark" instead (bazel-contrib#327)
Co-authored-by: Andy Scott <andyscott@users.noreply.github.com>
1 parent 4047587 commit e251c60
Copy full SHA for e251c60

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎experimental/python/wheel.bzl

Copy file name to clipboardExpand all lines: experimental/python/wheel.bzl
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def _py_package_impl(ctx):
4040
[dep[DefaultInfo].default_runfiles.files for dep in ctx.attr.deps],
4141
)
4242

43-
# TODO: '/' is wrong on windows, but the path separator is not available in skylark.
43+
# TODO: '/' is wrong on windows, but the path separator is not available in starlark.
4444
# Fix this once ctx.configuration has directory separator information.
4545
packages = [p.replace(".", "/") for p in ctx.attr.packages]
4646
if not packages:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.