bevyengine / bevyengine/bevy

impl Reflect for Wrapping

Open
#19,257 1 comment 0 reactions 0 assignees View on GitHub
A-Reflection C-Feature D-Straightforward X-Needs-SME
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 16h
Merged PRs (30d)
171

Description

## What problem does this solve or what need does it fill?

Reflecting structs containing a `Wrapping`.

## What solution would you like?

Implementations of `Reflect` for `num::Wrapping` types.

## What alternative(s) have you considered?

Using the primitive value and then band aid solutions.
Implementing Reflect manually for structs containing a `Wrapping`.

Contributor guide

Open the contributing guide

Research direction

Start by locating Bevy's existing Reflect implementations and the definition or uses of num::Wrapping. Confirm which Wrapping types need support and inspect nearby reflection tests; done means the relevant Wrapping types implement Reflect and the behavior is covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
game-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.