Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[tool]: fix
combined_json
output for CLI (#3901)
the output json would not be produced because Path does not have a json serializer there are actually tests for `combined_json`, but they test the `compile_files` API directly, whereas the offending code is in the very outer `_cli_helper()` function. the best (long-term) way to test this might be to have a harness which runs the vyper CLI directly from shell, but that is not explored here to reduce scope.
- Loading branch information