We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While trying to merge various json files from various sources, once an error event is thrown, it doesn't points to where the event is happening.
For instance :
Error: Property "parameters.appName" cannot be merged. Source and target values are different.
Imagine that, in a given case scenario, i have to merge 100 json files. Going through all of them to see where the error is, would be a daunting task.
The proposed solution to this problem would be, given the error event, to point to where among the files being merged, is the event happening.
For example,
Error: Property "parameters.appName" cannot be merged. Conflict file(s) : aaaa.json, bbbb.json, cccc.json,, and so on
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
While trying to merge various json files from various sources, once an error event is thrown, it doesn't points to where the event is happening.
For instance :
Error: Property "parameters.appName" cannot be merged. Source and target values are different.
Imagine that, in a given case scenario, i have to merge 100 json files. Going through all of them to see where the error is, would be a daunting task.
Desired solution
The proposed solution to this problem would be, given the error event, to point to where among the files being merged, is the event happening.
For example,
Error: Property "parameters.appName" cannot be merged.
Conflict file(s) : aaaa.json, bbbb.json, cccc.json,, and so on
The text was updated successfully, but these errors were encountered: