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
Currently both unit-client-rs and unitctl use a custom error crate that is not only superfluous but also hard to read. It is reducing overall code quality. Removing it and implementing a non-external solution would lead to quicker, smaller builds and more readable code.
Currently both unit-client-rs and unitctl use a custom error crate that is not only superfluous but also hard to read. It is reducing overall code quality. Removing it and implementing a non-external solution would lead to quicker, smaller builds and more readable code.
Unitctl (bearable): https://github.com/nginx/unit/blob/master/tools/unitctl/unitctl/src/unitctl_error.rs
Unit-client-rs (abject disaster): https://github.com/nginx/unit/blob/master/tools/unitctl/unit-client-rs/src/unit_client.rs
The text was updated successfully, but these errors were encountered: