-
Notifications
You must be signed in to change notification settings - Fork 13
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
Label
Projects
Milestones
Assignee
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!
(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 Related to the linter and custom lints
C-Feature
Make something new possible
ResMut
(not actually used as mutable)
A-Linter
#36
opened Sep 6, 2024 by
janhohenheim
Add lint: unneeded Related to the linter and custom lints
C-Feature
Make something new possible
&mut Component
A-Linter
#37
opened Sep 6, 2024 by
janhohenheim
Add lint: unneeded Related to the linter and custom lints
C-Feature
Make something new possible
Ref<Component>
A-Linter
#38
opened Sep 6, 2024 by
janhohenheim
Add lint: Calls to 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!
Events::<T>::iter_current_update_events()
A-Linter
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 Related to the linter and custom lints
C-Feature
Make something new possible
Mut::set_if_neq
implementation
A-Linter
#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: 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
dynamic_linking
enabled by default in Cargo.toml
A-Linter
#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 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!
LogPlugin
A-Linter
#51
opened Sep 6, 2024 by
janhohenheim
Add lint: Related to the linter and custom lints
C-Feature
Make something new possible
X-Contentious
There are nontrivial implications that should be thought through
impl Plugin
vs. fn plugin(&mut App)
A-Linter
#52
opened Sep 6, 2024 by
janhohenheim
Add lint: Using Related to the linter and custom lints
C-Feature
Make something new possible
before()
and after()
in places where chain()
could be used instead
A-Linter
#59
opened Sep 6, 2024 by
janhohenheim
Add lint: 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
pub
struct lacks serde
trait derives when a serde
feature exists
A-Linter
#60
opened Sep 6, 2024 by
janhohenheim
Add lint: private plugin Related to the linter and custom lints
C-Feature
Make something new possible
X-Contentious
There are nontrivial implications that should be thought through
fn
should be named only plugin
A-Linter
#61
opened Sep 6, 2024 by
janhohenheim
Add lint: private Related to the linter and custom lints
C-Feature
Make something new possible
Command
struct could be an fn
A-Linter
#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
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.