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

[bazel.build] Problem with /reference/be/python #17198

Closed
vbhavsar opened this issue Jan 12, 2023 · 0 comments
Closed

[bazel.build] Problem with /reference/be/python #17198

vbhavsar opened this issue Jan 12, 2023 · 0 comments
Assignees
Labels
P2 We'll consider working on this in future. (Assignee optional) team-Documentation Documentation improvements that cannot be directly linked to other team labels team-Rules-Python Native rules for Python type: documentation (cleanup)

Comments

@vbhavsar
Copy link

There seems to be an error in this code sample found here:

py_binary(
    name = "test_main",
    srcs = ["test_main.py"],
    deps = [":testlib"],
)

java_library(
    name = "testing",
    srcs = glob(["*.java"]),
    data = [":test_main"]
)

I believe the deps line should be

    deps = [":testing"],
@sgowroji sgowroji added team-Rules-Python Native rules for Python untriaged type: documentation (cleanup) team-Documentation Documentation improvements that cannot be directly linked to other team labels labels Jan 12, 2023
@keertk keertk added P2 We'll consider working on this in future. (Assignee optional) and removed untriaged labels Jan 17, 2023
@keertk keertk self-assigned this Jan 17, 2023
hvadehra pushed a commit that referenced this issue Feb 14, 2023
PiperOrigin-RevId: 502754379
Change-Id: I2f4976dd35762704a72f5d0b8a03bfe0311b47ad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 We'll consider working on this in future. (Assignee optional) team-Documentation Documentation improvements that cannot be directly linked to other team labels team-Rules-Python Native rules for Python type: documentation (cleanup)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants