{"id":27000481,"url":"https://github.com/jvalcher/gcc_error_formatter","last_synced_at":"2025-04-04T03:27:10.529Z","repository":{"id":246318473,"uuid":"820736044","full_name":"jvalcher/gcc_error_formatter","owner":"jvalcher","description":"Easy-to-read GCC error messages","archived":false,"fork":false,"pushed_at":"2025-03-26T14:27:01.000Z","size":851,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-26T15:35:01.840Z","etag":null,"topics":["error-formatting","gcc"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jvalcher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-27T04:46:32.000Z","updated_at":"2025-03-26T14:38:20.000Z","dependencies_parsed_at":"2024-06-27T06:13:13.156Z","dependency_job_id":"028c16ff-6a2a-4b58-86d7-1c58f71cbcc8","html_url":"https://github.com/jvalcher/gcc_error_formatter","commit_stats":null,"previous_names":["jvalcher/gcc_error_formatting"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvalcher%2Fgcc_error_formatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvalcher%2Fgcc_error_formatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvalcher%2Fgcc_error_formatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvalcher%2Fgcc_error_formatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jvalcher","download_url":"https://codeload.github.com/jvalcher/gcc_error_formatter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247116292,"owners_count":20886291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["error-formatting","gcc"],"created_at":"2025-04-04T03:27:10.004Z","updated_at":"2025-04-04T03:27:10.519Z","avatar_url":"https://github.com/jvalcher.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# GCC error formatter\n\n\u003cimg src='formatted_output.png' height='350px'\u003e\n\n\n## Overview\n\n- Uses the `-fdiagnostics-format=json` flag\n- Works with Make et al. as long as the only `[{` JSON objects `}]` in the output are GCC's\n\n\n## Usage\n\n```python\nfrom format_gcc_output import format_gcc_output\n\ncommand = 'g++ -Wall -Wextra -fdiagnostics-format=json test2.cpp'\n\nformat_gcc_output (command)\n```\n\n\n## Color configuration\n\nPersonalize the colors at the top of `format_gcc_output.py` with the values in `colors.py`.\u003cbr\u003e\n\n\n## Development\n\n```bash\n$ ./run_tests\n```\n\n```bash\n$ ./get_unformatted_errors\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvalcher%2Fgcc_error_formatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvalcher%2Fgcc_error_formatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvalcher%2Fgcc_error_formatter/lists"}