{"id":16655549,"url":"https://github.com/aaronrenner/deps_issue","last_synced_at":"2025-09-01T05:36:32.407Z","repository":{"id":138357201,"uuid":"150367337","full_name":"aaronrenner/deps_issue","owner":"aaronrenner","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-26T04:11:28.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T21:18:23.176Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/aaronrenner.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":"2018-09-26T04:11:11.000Z","updated_at":"2022-12-07T21:27:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed56910a-b3d7-4afb-8285-08e09a2c3d5c","html_url":"https://github.com/aaronrenner/deps_issue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aaronrenner/deps_issue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronrenner%2Fdeps_issue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronrenner%2Fdeps_issue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronrenner%2Fdeps_issue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronrenner%2Fdeps_issue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronrenner","download_url":"https://codeload.github.com/aaronrenner/deps_issue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronrenner%2Fdeps_issue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273077227,"owners_count":25041358,"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-09-01T02:00:09.058Z","response_time":120,"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-12T09:53:21.443Z","updated_at":"2025-09-01T05:36:32.366Z","avatar_url":"https://github.com/aaronrenner.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Umbrella deps issue\n\nThis project reproduces a dependency issue that occurs in an umbrella project\nwhen an app has a grand-child dependency that's only available in the test\nenvironment.\n\n## App layout\n\nThis umbrella app has the following dependency tree\n\n```\n  deps_issue (umbrella)\n      |\n    app_a\n      |\n    app_b\n      |\n test_only_dep (env: :test)\n```\n\n## Issue\n\nSteps to recreate the issue.\n\n```\ndeps_issue master % rm -rf _build\ndeps_issue master % iex -S mix\nErlang/OTP 21 [erts-10.0.7] [source] [64-bit] [smp:8:8] [ds:8:8:10]\n[async-threads:1] [hipe]\n\n==\u003e test_only_dep\nCompiling 2 files (.ex)\nGenerated test_only_dep app\n==\u003e app_b\nCompiling 2 files (.ex)\nGenerated app_b app\n==\u003e app_a\nCompiling 2 files (.ex)\nGenerated app_a app\nInteractive Elixir (1.7.3) - press Ctrl+C to exit (type h() ENTER for help)\niex(1)\u003e\nBREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded\n       (v)ersion (k)ill (D)b-tables (d)istribution\n^C%\ndeps_issue master % cd apps/app_a\napp_a master % iex -S mix\nErlang/OTP 21 [erts-10.0.7] [source] [64-bit] [smp:8:8] [ds:8:8:10]\n[async-threads:1] [hipe]\n\n** (Mix) Could not start application test_only_dep: could not find application\nfile: test_only_dep.app\napp_a master %\n```\n\n## Expected results\n\nYou should be able to start app_a in isolation after compiling the umbrella.\nThis issue is not present in elixir 1.6.6.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronrenner%2Fdeps_issue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronrenner%2Fdeps_issue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronrenner%2Fdeps_issue/lists"}