-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
overwrite status. #20
Conversation
c5d0d38
to
05c818b
Compare
Co-authored-by: KADOTA, Kyohei <lufia@users.noreply.github.com>
5cb1280
to
63eae49
Compare
63eae49
to
cea26f1
Compare
asstatusparse_test.go
Outdated
}, | ||
{ | ||
name: "argument error", | ||
source: "invalid=critical=invalid", |
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.
This case emits an error by invalid
, not the second =
.
Improve performance of status map parser
Although the API changes have been released, I'd like to share my slight concerns. First of all, about naming of |
Sure...we published v0.1.0 that includes Parse function. Therefore we will need to do:
|
No description provided.