B_head

Results 4 issues of B_head

Issue Codes: https://github.com/godot-rust/godot-rust/blob/25603b047364cde1ab1267cb41579a2734ab01d5/gdnative-core/src/object/instance.rs#L104-L209 Reference Information: https://github.com/godot-rust/godot-rust/pull/891#issuecomment-1130205245

bug
help wanted

For example, the following code will not work. ```rust #[derive(NativeClass)] #[no_constructor] struct Foo {} #[methods] impl Foo { #[export] fn get(&self, _owner: &Reference) -> Option { Some((Foo{}).emplace()) } } ```...

c: core
breaking-change
status: upstream
quality-of-life

For now, release it with only minimal UI changes. ### Features: - Support production loops. - Support for bottom-up design. - Support machine limit. - Respects the list in order...

This pull request is stacked on #8961. # Objective Allow the tick rate and frame rate to be configured to different values. This PR supports the prerequisite that the `Main`...

C-Enhancement
A-Rendering
A-App