-
Notifications
You must be signed in to change notification settings - Fork 16
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
fix(config): error message on wrong yaml input. #28
Comments
Want to contribute on this issue request to assign me this issue |
Hey, @shraddha761 thanks for your enthusiasm. Currently no issues are being assigned until GSSoC Mentors are onboarded. That should happen by EOD. Then I will start assigning the issues. You can start looking at the code and the spec docs and try to understand the project in the meanwhile. |
Hey, @shraddha761 assigning this issue to you. |
|
@shraddha761 To fix this issue, you introduce an error in yaml. Then, you run |
@qascade I am not familiar with Go and yml file will you please explain little bit about the changes to be done |
@shraddha761 Oh no worries, You should probably get familiar with Go and Yaml first. Added a |
The dcr binary runs a folder containing yaml files and runs a service on them. You should try to understand what the project is at a high level before proceeding to change anything. You may understand that after watching my video and reading the spec doc. |
Hey @shraddha761, Any progress on the PR? |
@qascade I tried to do some changes but didn't get the proper output |
@shraddha761 Let's continue this on discord. |
@qascade Yahh sure |
Please come by the #dcr channel @shraddha761 |
This issue has been inactive for a long time |
Description
There is a code in the
ParseSpec()
function that outputs a better error message if there is an error in input yaml but for some reason, the proper error message is not propagating back.The text was updated successfully, but these errors were encountered: