{"id":16701419,"url":"https://github.com/ferd/erl_subgraph_compile","last_synced_at":"2025-08-18T17:11:18.044Z","repository":{"id":141683546,"uuid":"278115512","full_name":"ferd/erl_subgraph_compile","owner":"ferd","description":"A rebar plugin to only do partial re-builds of some files without any safety checks.","archived":false,"fork":false,"pushed_at":"2020-07-16T23:31:52.000Z","size":13,"stargazers_count":9,"open_issues_count":3,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-10T04:12:01.874Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ferd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-07-08T14:44:11.000Z","updated_at":"2021-06-11T12:37:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f109463-422a-40e8-a136-fcf2d39e9b73","html_url":"https://github.com/ferd/erl_subgraph_compile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ferd/erl_subgraph_compile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Ferl_subgraph_compile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Ferl_subgraph_compile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Ferl_subgraph_compile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Ferl_subgraph_compile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ferd","download_url":"https://codeload.github.com/ferd/erl_subgraph_compile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Ferl_subgraph_compile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271027687,"owners_count":24687082,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-12T18:43:58.521Z","updated_at":"2025-08-18T17:11:18.022Z","avatar_url":"https://github.com/ferd.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"erl_subgraph_compile\n=====\n\nA rebar plugin to only do partial re-builds of some files without any safety\nchecks. Relies on a full build having been done recently. Currently does no\nvaluable error handling.\n\nPrototype intended to turn into an Erlang language server/build server\nextension to provide low-cost builds inline with people editing code.\n\nValues speed over correctness.\n\nUse\n---\n\nAdd the plugin to your rebar config:\n\n    {project_plugins, [\n        {erl_subgraph_compile,\n         {git, \"https://github.com/ferd/erl_subgraph_compile.git\", {branch, \"main\"}}}\n    ]}.\n\nThen just call your plugin directly in an existing application:\n\n    $ rebar3 erl_subgraph_compile -f src/rebar_compiler.erl\n    ===\u003e      Compiled rebar_compiler.erl\n    ===\u003e      Compiled /home/ferd/code/self/rebar3/src/rebar_compiler_yrl.erl\n    ===\u003e      Compiled /home/ferd/code/self/rebar3/src/rebar_compiler_mib.erl\n    ===\u003e      Compiled /home/ferd/code/self/rebar3/src/rebar_compiler_xrl.erl\n    ===\u003e      Compiled /home/ferd/code/self/rebar3/src/rebar_compiler_erl.erl\n\nTo call the function on a test file, unless the test directory is specified\nby the user in `extra_src_dirs', you will need to call the plugin under the\ntest profile, which has rebar3 inject the proper configuration values and\nre-scopes test dependencies as required:\n\n    $ rebar3 as test erl_subgraph_compile -f test/rebar_compile_SUITE.erl\n    ===\u003e      Compiled /home/ferd/code/self/rebar3/test/rebar_compile_SUITE.erl\n\nTODO\n----\n\n- Automated Tests\n- Working with Erlang-LS folks to get this to a workable state for them\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferd%2Ferl_subgraph_compile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferd%2Ferl_subgraph_compile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferd%2Ferl_subgraph_compile/lists"}