-
Notifications
You must be signed in to change notification settings - Fork 142
Amend error messages and prompts of various (sub)commands #635
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
Comments
Excuse me, should I correct every error manually? These error messages not only appeared in thousands Can you give me more specific information, which files should I or should not modify, including all'.c' files or'.h' files? Do I need to modify the error messages in other types of files? Today I tried to write a python script using regular expressions to solve this issue, it is possible to produce wrong modifications... |
One approach can be to first sieve out strings starting with
Most of them are in
Rest are in
No, you do not have to de-capitalise keywords like
I understand. I would say that trying this manually will help a lot. |
Hello, I've been looking through this issue to submit as part of my outreachy contribution and I'm faced with a challenge: Where can I find the die(_( )) function defined? Is it in one particular library or multiple? I believe this can help me obtain a better defined regex expression in order to write a script that can match the error messages with the CodingGuidelines. |
@fobiasic07 It is defined here, handing off to Yep, a looooot of redirection going on here. |
Hi,since i'm new to open-source contribution,i dont really know how things works,but i tried my best to fix die() err messages. (Especially the point with lowercase one) |
The Git suite CodingGuidelines suggest this about Error messages:
There are various instances of violation of these rules, for instance here and here. These violations need to be amended.
The text was updated successfully, but these errors were encountered: