Skip to content

Update Stardoc to 0.6.2.#100

Merged
lberki merged 2 commits intomasterfrom
lberki-update-stardoc
Jun 7, 2024
Merged

Update Stardoc to 0.6.2.#100
lberki merged 2 commits intomasterfrom
lberki-update-stardoc

Conversation

@lberki
Copy link
Contributor

@lberki lberki commented Jun 7, 2024

In doing so, make tests pass with --experimental_sibling_repository_layout.

In doing so, make tests pass with `--experimental_sibling_repository_layout`.
@lberki lberki requested a review from comius as a code owner June 7, 2024 11:48
comius
comius previously approved these changes Jun 7, 2024
@comius comius added the ready to pull Required label for automatic import to Google label Jun 7, 2024
@comius
Copy link
Collaborator

comius commented Jun 7, 2024

Can you run buildifier WORKSPACE.bazel?

@lberki
Copy link
Contributor Author

lberki commented Jun 7, 2024

Yep, sorry.

@lberki lberki merged commit 767c1d1 into master Jun 7, 2024
copybara-service bot pushed a commit that referenced this pull request Aug 30, 2024
… rules_testing in anticipation of their being deleted from bazel_skylib.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 641939750
copybara-service bot pushed a commit that referenced this pull request Aug 30, 2024
… rules_testing in anticipation of their being deleted from bazel_skylib.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 641939750
copybara-service bot pushed a commit that referenced this pull request Aug 30, 2024
… rules_testing in anticipation of their being deleted from bazel_skylib.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 641939750
copybara-service bot pushed a commit that referenced this pull request Aug 30, 2024
… rules_testing in anticipation of their being deleted from bazel_skylib.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 641939750
copybara-service bot pushed a commit that referenced this pull request Aug 30, 2024
… rules_testing in anticipation of their being deleted from bazel_skylib.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 641939750
copybara-service bot pushed a commit that referenced this pull request Aug 30, 2024
… rules_testing in anticipation of their being deleted from bazel_skylib.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 641939750
copybara-service bot pushed a commit that referenced this pull request Aug 30, 2024
… rules_testing in anticipation of their being deleted from bazel_skylib.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 641939750
copybara-service bot pushed a commit that referenced this pull request Aug 30, 2024
… rules_testing in anticipation of their being deleted from bazel_skylib.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 641939750
copybara-service bot pushed a commit that referenced this pull request Aug 30, 2024
… rules_testing in anticipation of their being deleted from bazel_skylib.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 641939750
copybara-service bot pushed a commit that referenced this pull request Sep 13, 2024
… rules_testing in anticipation of their being deleted from bazel_skylib.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 641939750
copybara-service bot pushed a commit that referenced this pull request Sep 18, 2024
… rules_testing in anticipation of their being deleted from bazel_skylib.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 641939750
copybara-service bot pushed a commit that referenced this pull request Sep 20, 2024
Apparently, `bazel coverage` will run the execution phase, even for analysis
tests. This is error-prone, however, because analysis tests may not depend
on fully buildable targets.

To mitigate this, use `target_compatible_with` to make them as incompatible
when coverage is run.

Analysis tests don't implement any sort of coverage support, so nothing is
lost.

Along the way, add `starlark_analysis_test` tag to analysis tests. This makes
it easier to match them using `--test_tag_filters` to include/exclude them in
CI configs.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 676903010
copybara-service bot pushed a commit that referenced this pull request Sep 20, 2024
Apparently, `bazel coverage` will run the execution phase, even for analysis
tests. This is error-prone, however, because analysis tests may not depend
on fully buildable targets.

To mitigate this, use `target_compatible_with` to make them as incompatible
when coverage is run.

Analysis tests don't implement any sort of coverage support, so nothing is
lost.

Along the way, add `starlark_analysis_test` tag to analysis tests. This makes
it easier to match them using `--test_tag_filters` to include/exclude them in
CI configs.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 676903010
copybara-service bot pushed a commit that referenced this pull request Sep 20, 2024
Apparently, `bazel coverage` will run the execution phase, even for analysis
tests. This is error-prone, however, because analysis tests may not depend
on fully buildable targets.

To mitigate this, use `target_compatible_with` to make them as incompatible
when coverage is run.

Analysis tests don't implement any sort of coverage support, so nothing is
lost.

Along the way, add `starlark_analysis_test` tag to analysis tests. This makes
it easier to match them using `--test_tag_filters` to include/exclude them in
CI configs.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 676903010
copybara-service bot pushed a commit that referenced this pull request Sep 21, 2024
Apparently, `bazel coverage` will run the execution phase, even for analysis
tests. This is error-prone, however, because analysis tests may not depend
on fully buildable targets.

To mitigate this, use `target_compatible_with` to make them as incompatible
when coverage is run.

Analysis tests don't implement any sort of coverage support, so nothing is
lost.

Along the way, add `starlark_analysis_test` tag to analysis tests. This makes
it easier to match them using `--test_tag_filters` to include/exclude them in
CI configs.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 676903010
copybara-service bot pushed a commit that referenced this pull request Sep 23, 2024
Apparently, `bazel coverage` will run the execution phase, even for analysis
tests. This is error-prone, however, because analysis tests may not depend
on fully buildable targets.

To mitigate this, use `target_compatible_with` to make them as incompatible
when coverage is run.

Analysis tests don't implement any sort of coverage support, so nothing is
lost.

Along the way, add `starlark_analysis_test` tag to analysis tests. This makes
it easier to match them using `--test_tag_filters` to include/exclude them in
CI configs.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#100 from bazelbuild:lberki-update-stardoc c78f471
PiperOrigin-RevId: 676903010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready to pull Required label for automatic import to Google

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants