-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[fix] #3031: Fix the UI/UX of missing configuration parameters #3321
[fix] #3031: Fix the UI/UX of missing configuration parameters #3321
Conversation
Codecov Report
@@ Coverage Diff @@
## iroha2-dev #3321 +/- ##
==============================================
- Coverage 62.33% 55.82% -6.51%
==============================================
Files 169 158 -11
Lines 31218 29885 -1333
==============================================
- Hits 19459 16684 -2775
- Misses 11759 13201 +1442
... and 51 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
ac5eff5
to
4ee7a63
Compare
cf3c803
to
2eaac44
Compare
field: stringify!(#ident), | ||
error | ||
} | ||
)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tabs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still tabs
…parameters Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
@@ -24,6 +24,8 @@ serde_json = "1.0.91" | |||
json5 = "0.4.1" | |||
thiserror = "1.0.38" | |||
derive_more = "0.99.17" | |||
cfg-if = "1.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cfg-if = "1.0.0" |
Description of the Change
Improve UI/UX of incorrect configuration specification.
Issue
Closes #3031
Benefits
Better UI
Possible Drawbacks
Slightly worse readability of the
iroha_cli
crate, particularly themain.rs
file.Usage Examples or Tests [optional]