You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
This is a continuation of sorts of Issue #4496. In that issue, the return values of the tuple returned from calling pipes::init() were changes from (channel, port) to (port, channel) to better conform with other calling conventions elsewhere in the code base. I noticed that pipes::init() also went against convention, but don't yet have the understanding of self hosting compiler issues to tackle this just yet. A read through Issue #4496 is recommended. ack --type-add=rust=.rs,.rc oneshot::init
The text was updated successfully, but these errors were encountered:
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
This is a continuation of sorts of Issue #4496. In that issue, the return values of the tuple returned from calling pipes::init() were changes from (channel, port) to (port, channel) to better conform with other calling conventions elsewhere in the code base. I noticed that pipes::init() also went against convention, but don't yet have the understanding of self hosting compiler issues to tackle this just yet. A read through Issue #4496 is recommended.
ack --type-add=rust=.rs,.rc oneshot::init
The text was updated successfully, but these errors were encountered: