-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
included configs allow yaml #721
Comments
This would be a bad idea.
Config files for WhateverProduct should accept a single syntax. JSON, or
YAML, or INI file, or whatever... But one format. A config file that allows
multiple syntaxes is just asking for config to break all over the place.
…On Tue, Nov 21, 2023, 9:55 PM yosefy ***@***.***> wrote:
for now i see that i can't include yaml conf as in logs it try to parse it
as json
is it possible to include yaml too?
thanks
—
Reply to this email directly, view it on GitHub
<#721>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3HBI3SRPXEVUQXUTJBECT3YFVSRRAVCNFSM6AAAAAA7VQ5QP6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYDKNBWG42TAMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
yes but main script is yaml, but included can be only json |
Good point @yosefy, I guess we missed this scenario, when added support for yaml files. |
@MNeill73 thanks for sharing the feedback. As @yosefy said, yaml files are already supported, so allowing them in |
thanks bugy also, can we just may be allow yaml in main config too? not urgent at all but to be consistent also it is pain, that there are no comments in json :) |
main is the runner the main one that includes the rest
…On Mon, Nov 27, 2023 at 12:37 PM Iaroslav Shepilov ***@***.***> wrote:
@yosefy <https://github.com/yosefy> what do you mean "in main config" ?
also it is pain, that there are no comments in json :)
I think you can use comments in script server json. #415
<#415>
—
Reply to this email directly, view it on GitHub
<#721 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCXF3MLFJERATZJRGORENDYGRUNBAVCNFSM6AAAAAA7VQ5QP6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRXGU3TEOBTHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
for now i see that i can't include yaml conf as in logs it try to parse it as json
is it possible to include yaml too?
thanks
The text was updated successfully, but these errors were encountered: