Skip to content

Issues: TheBevyFlock/bevy_cli

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Add lint: Disable trace level logging. A-Linter Related to the linter and custom lints C-Feature Make something new possible D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes
#46 opened Sep 6, 2024 by janhohenheim
Support mipmap generation for textures inside Gltfs A-Asset-Processing Related to pre-processing assets C-Feature Make something new possible
#12 opened Aug 30, 2024 by janhohenheim
Detect duplicate plugin dependencies A-Linter Related to the linter and custom lints C-Feature Make something new possible
#16 opened Aug 30, 2024 by janhohenheim
Make nightly Rust optional when installing the CLI A-Cross-Cutting Affects multiple areas of the repository C-Usability An improvement that makes the API more pleasant D-Complex Quite challenging from either a design or technical perspective. Ask for help!
#18 opened Aug 30, 2024 by BD103 `bevy_lint` v0.3.0
(Suggestion) Plan to distribute binary executables for major desktop platforms A-CI Related to CI and GitHub Actions C-Feature Make something new possible
#35 opened Sep 5, 2024 by QueenOfSquiggles
Add lint: unneeded ResMut (not actually used as mutable) A-Linter Related to the linter and custom lints C-Feature Make something new possible
#36 opened Sep 6, 2024 by janhohenheim
Add lint: unneeded &mut Component A-Linter Related to the linter and custom lints C-Feature Make something new possible
#37 opened Sep 6, 2024 by janhohenheim
Add lint: unneeded Ref<Component> A-Linter Related to the linter and custom lints C-Feature Make something new possible
#38 opened Sep 6, 2024 by janhohenheim
Add lint: Calls to Events::<T>::iter_current_update_events() A-Linter Related to the linter and custom lints C-Feature Make something new possible D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Ready-for-Implementation This issue is ready for an implementation PR. Go for it!
#39 opened Sep 6, 2024 by janhohenheim `bevy_lint` v0.3.0
Add lint: manual construction of SystemState in an exclusive system (use &mut SystemState system param) A-Linter Related to the linter and custom lints C-Feature Make something new possible
#41 opened Sep 6, 2024 by janhohenheim
Add lint: manual Mut::set_if_neq implementation A-Linter Related to the linter and custom lints C-Feature Make something new possible
#42 opened Sep 6, 2024 by janhohenheim
Add lint: Loading file format without associated feature enabled A-Linter Related to the linter and custom lints C-Feature Make something new possible D-Complex Quite challenging from either a design or technical perspective. Ask for help!
#44 opened Sep 6, 2024 by janhohenheim
Add support for skybox generation A-Asset-Processing Related to pre-processing assets C-Feature Make something new possible
#6 opened Aug 30, 2024 by janhohenheim
Add lint: dynamic_linking enabled by default in Cargo.toml A-Linter Related to the linter and custom lints C-Feature Make something new possible D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Design This issue requires design work to think about how it would best be accomplished
#45 opened Sep 6, 2024 by janhohenheim
Add lint: Stutter in components, resources, events, systems A-Linter Related to the linter and custom lints C-Feature Make something new possible
#47 opened Sep 6, 2024 by janhohenheim
Add lint: suspicious queries A-Linter Related to the linter and custom lints C-Feature Make something new possible X-Contentious There are nontrivial implications that should be thought through
#48 opened Sep 6, 2024 by janhohenheim
Add lint: Unregistered types (events, resources, reflected) A-Linter Related to the linter and custom lints C-Feature Make something new possible D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes
#49 opened Sep 6, 2024 by janhohenheim
Add lint: System ordering ambiguity A-Linter Related to the linter and custom lints C-Feature Make something new possible
#50 opened Sep 6, 2024 by janhohenheim
Add lint: Logging without registering LogPlugin A-Linter Related to the linter and custom lints C-Feature Make something new possible D-Complex Quite challenging from either a design or technical perspective. Ask for help!
#51 opened Sep 6, 2024 by janhohenheim
Add lint: impl Plugin vs. fn plugin(&mut App) A-Linter Related to the linter and custom lints C-Feature Make something new possible X-Contentious There are nontrivial implications that should be thought through
#52 opened Sep 6, 2024 by janhohenheim
Add lint: Using before() and after() in places where chain() could be used instead A-Linter Related to the linter and custom lints C-Feature Make something new possible
#59 opened Sep 6, 2024 by janhohenheim
Add lint: pub struct lacks serde trait derives when a serde feature exists A-Linter Related to the linter and custom lints C-Feature Make something new possible D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes X-Contentious There are nontrivial implications that should be thought through
#60 opened Sep 6, 2024 by janhohenheim
Add lint: private plugin fn should be named only plugin A-Linter Related to the linter and custom lints C-Feature Make something new possible X-Contentious There are nontrivial implications that should be thought through
#61 opened Sep 6, 2024 by janhohenheim
Add lint: private Command struct could be an fn A-Linter Related to the linter and custom lints C-Feature Make something new possible
#62 opened Sep 6, 2024 by janhohenheim
Linter: Support Bevy 0.16 A-Linter Related to the linter and custom lints C-Breaking-Change A breaking change of the public API C-Dependencies A change related to dependencies D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Blocked This cannot move forward until something else changes
#298 opened Mar 4, 2025 by DaAlbrecht `bevy_lint` v0.3.0
ProTip! Exclude everything labeled bug with -label:bug.