-
Notifications
You must be signed in to change notification settings - Fork 0
Fourth Show Me The Code
Pairing Caio Oliveira and Erick Melo
Issue #7187
In this issue it's necessary to document defining custom RenderCommands one often wants to fetch ECS resources using the SRes(Res<'static, T>) system parameter cause if get wrong the error message is quite unhelpful and it is not obvious how to fix this error without looking at other similar rendering code. So we reviewded a PR #7224 with solution. The problem was documented, was reviewed, and we commented about it.
PR #7431
In this PR, it is requested to add a way to implement the equivalent of the else if
in C, so that the scope can be reduced. However, in the Rust language, this is not necessary as there are already other flow control mechanisms that do this, such as the match
, which is equivalent to the switch
in C. So we reviewded and suggest using this mechanism instead of implementing the else if
.
Pairing Ciro Costa and Victor Lima
Update Issue #18
This pr #21 was approved but not merged yet.
Issue #526
In this issue the page of community was missing some info about a platform "Mastodon" so i have added it PR #527, it's waiting for approval.
Date | Version | Description | Author | Reviewer |
---|---|---|---|---|
31/01/2023 | 1.0.0 | Create Fourth Show Me The Code in Wiki | Caio César | - |
31/01/2023 | 1.0.1 | Adding issue 526 | Victor Lima | Ciro Costa |
31/01/2023 | 1.0.2 | Create PR 7431 | Erick Melo | Caio César |