Skip to content

Conversation

@BD103
Copy link
Member

@BD103 BD103 commented Dec 13, 2024

Objective

Solution

  • Fix compile_fail_utils's example test so that it now compiles.
  • Bless the results, which were outdated.

Testing

  • cd tools/compile_fail_utils && cargo check --all-targets
  • cd tools/compile_fail_utils && cargo test --test example

@BD103 BD103 added C-Bug An unexpected or incorrect behavior A-Build-System Related to build systems or continuous integration C-Testing A change that impacts how we test Bevy or how users test their apps D-Trivial Nice and easy! A great choice to get started with Bevy labels Dec 13, 2024
@BD103
Copy link
Member Author

BD103 commented Dec 13, 2024

Alice previously approved this when it was part of #16770. I decided that fixing CI was too complicated for a single PR, so I split it up into tasks in #16801.

@MrGVSV MrGVSV added the S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it label Dec 13, 2024
@alice-i-cecile alice-i-cecile added this pull request to the merge queue Dec 17, 2024
Merged via the queue into bevyengine:main with commit 03395f5 Dec 17, 2024
34 checks passed
@BD103 BD103 deleted the fix-compile-fail-compile-fail branch December 17, 2024 02:07
ecoskey pushed a commit to ecoskey/bevy that referenced this pull request Jan 6, 2025
# Objective

- Fixes bevyengine#16802, part of bevyengine#16801, extracted from bevyengine#16770.

## Solution

- Fix `compile_fail_utils`'s example test so that it now compiles.
- Bless the results, which were outdated.

## Testing

- `cd tools/compile_fail_utils && cargo check --all-targets`
- `cd tools/compile_fail_utils && cargo test --test example`
mrchantey pushed a commit to mrchantey/bevy that referenced this pull request Feb 4, 2025
# Objective

- Fixes bevyengine#16802, part of bevyengine#16801, extracted from bevyengine#16770.

## Solution

- Fix `compile_fail_utils`'s example test so that it now compiles.
- Bless the results, which were outdated.

## Testing

- `cd tools/compile_fail_utils && cargo check --all-targets`
- `cd tools/compile_fail_utils && cargo test --test example`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Build-System Related to build systems or continuous integration C-Bug An unexpected or incorrect behavior C-Testing A change that impacts how we test Bevy or how users test their apps D-Trivial Nice and easy! A great choice to get started with Bevy S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it

Projects

None yet

Development

Successfully merging this pull request may close these issues.

compile_fail_utils no longer compiles

4 participants