{"id":16655481,"url":"https://github.com/aaronrenner/stream-data-lazy-tree-zip-error","last_synced_at":"2026-04-25T06:32:29.416Z","repository":{"id":138358947,"uuid":"120936114","full_name":"aaronrenner/stream-data-lazy-tree-zip-error","owner":"aaronrenner","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-09T17:37:41.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-28T23:59:19.124Z","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-02-09T17:37:26.000Z","updated_at":"2022-12-07T21:27:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"774c3493-cb9e-44d0-999c-94ba9b33f6cb","html_url":"https://github.com/aaronrenner/stream-data-lazy-tree-zip-error","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aaronrenner/stream-data-lazy-tree-zip-error","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronrenner%2Fstream-data-lazy-tree-zip-error","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronrenner%2Fstream-data-lazy-tree-zip-error/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronrenner%2Fstream-data-lazy-tree-zip-error/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronrenner%2Fstream-data-lazy-tree-zip-error/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronrenner","download_url":"https://codeload.github.com/aaronrenner/stream-data-lazy-tree-zip-error/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronrenner%2Fstream-data-lazy-tree-zip-error/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32253251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T04:23:17.126Z","status":"ssl_error","status_checked_at":"2026-04-25T04:21:53.360Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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:11.748Z","updated_at":"2026-04-25T06:32:29.398Z","avatar_url":"https://github.com/aaronrenner.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StreamdataLazyTreeZipError\n\nError reproduction case for stream data. Running on OTP 20.0 and Elixir 1.5.1.\n\nRunning `mix test` on StreamData 0.4.1 will sometimes give me\n\n```\n  1) property strip/1 removes script, noscript tags from dom\n(StreamdataLazyTreeZipErrorTest)\n     test/streamdata_lazy_tree_zip_error_test.exs:5\n     ** (ExUnitProperties.Error) failed with generated values (after 0\nsuccessful run(s)):\n\n         document_node \u003c- document_node()\n         #=\u003e %{id: 0, type: :document}\n\n     got exception:\n\n         ** (UndefinedFunctionError) function\nStreamdataLazyTreeZipError.doesnotexist/1 is undefined or private\n     code: check all document_node \u003c- document_node(), max_runs: 15 do\n     stacktrace:\n       (streamdata_lazy_tree_zip_error)\nStreamdataLazyTreeZipError.doesnotexist(%{id: 0, type: :document})\n       test/streamdata_lazy_tree_zip_error_test.exs:10: anonymous fn/2 in\nStreamdataLazyTreeZipErrorTest.\"property strip/1 removes script, noscript tags\nfrom dom\"/1\n       (stream_data) lib/stream_data.ex:2053: StreamData.shrink_failure/6\n       (stream_data) lib/stream_data.ex:2017: StreamData.check_all/7\n       test/streamdata_lazy_tree_zip_error_test.exs:6: (test)\n```\n\nand sometimes\n\n```\n  1) property strip/1 removes script, noscript tags from dom\n(StreamdataLazyTreeZipErrorTest)\n     test/streamdata_lazy_tree_zip_error_test.exs:5\n     ** (FunctionClauseError) no function clause matching in anonymous fn/1 in\nStreamData.LazyTree.zip/1\n\n     The following arguments were given to anonymous fn/1 in\nStreamData.LazyTree.zip/1:\n\n         # 1\n         false\n\n     code: check all document_node \u003c- document_node(), max_runs: 15 do\n     stacktrace:\n       (stream_data) lib/stream_data/lazy_tree.ex:151: anonymous fn/1 in\nStreamData.LazyTree.zip/1\n       (elixir) lib/enum.ex:1255: Enum.\"-map/2-lists^map/1-0-\"/2\n       (stream_data) lib/stream_data/lazy_tree.ex:151: StreamData.LazyTree.zip/1\n       (elixir) lib/stream.ex:516: anonymous fn/4 in Stream.map/2\n       (elixir) lib/enum.ex:3161: Enumerable.List.reduce/3\n       (elixir) lib/stream.ex:849: Stream.do_list_transform/10\n       (elixir) lib/stream.ex:1433: Enumerable.Stream.do_each/4\n       (elixir) lib/stream.ex:870: Stream.do_enum_transform/10\n       (elixir) lib/stream.ex:1433: Enumerable.Stream.do_each/4\n       (elixir) lib/stream.ex:870: Stream.do_enum_transform/10\n       (elixir) lib/stream.ex:806: Stream.do_transform/8\n       (elixir) lib/stream.ex:1433: Enumerable.Stream.do_each/4\n       (elixir) lib/stream.ex:870: Stream.do_enum_transform/10\n       (elixir) lib/stream.ex:806: Stream.do_transform/8\n       (elixir) lib/stream.ex:1433: Enumerable.Stream.do_each/4\n       (elixir) lib/stream.ex:870: Stream.do_enum_transform/10\n       (stream_data) lib/stream_data.ex:2045: StreamData.shrink_failure/6\n       (stream_data) lib/stream_data.ex:2017: StreamData.check_all/7\n       test/streamdata_lazy_tree_zip_error_test.exs:6: (test)\n```\n\nI don't get the second error in StreamData 0.4.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronrenner%2Fstream-data-lazy-tree-zip-error","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronrenner%2Fstream-data-lazy-tree-zip-error","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronrenner%2Fstream-data-lazy-tree-zip-error/lists"}