I mean sure, it's just a quality of life change, but it really annoys me haha
Implementation
If this proposal is green-lit, I want to try implementing it myself. I will probably do something similar to how Plugin tuples are handled.
I will also update the documentation on App::insert_resource to reflect the change, but I dont know what kind of unit tests i should write, or what other documentation should change, so I'm happy to listen to suggestions.
Whats the problem?
I think it's inconsistent that
System
s andPlugin
s can be inserted via tuple like this, but notResource
s:I mean sure, it's just a quality of life change, but it really annoys me haha
Implementation
If this proposal is green-lit, I want to try implementing it myself. I will probably do something similar to how
Plugin
tuples are handled. I will also update the documentation onApp::insert_resource
to reflect the change, but I dont know what kind of unit tests i should write, or what other documentation should change, so I'm happy to listen to suggestions.