{"id":47444112,"url":"https://github.com/JuliaDebug/CassetteOverlay.jl","last_synced_at":"2026-04-06T13:00:58.470Z","repository":{"id":64189391,"uuid":"571431329","full_name":"JuliaDebug/CassetteOverlay.jl","owner":"JuliaDebug","description":"An experimental simple method overlay mechanism for Julia","archived":false,"fork":false,"pushed_at":"2025-12-01T10:41:58.000Z","size":101,"stargazers_count":34,"open_issues_count":8,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-03-31T06:34:04.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuliaDebug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-28T05:35:39.000Z","updated_at":"2025-12-03T21:40:19.000Z","dependencies_parsed_at":"2023-12-22T15:01:42.487Z","dependency_job_id":"6e7998e3-70e5-490f-ae66-cf7df65f92b9","html_url":"https://github.com/JuliaDebug/CassetteOverlay.jl","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/JuliaDebug/CassetteOverlay.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaDebug%2FCassetteOverlay.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaDebug%2FCassetteOverlay.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaDebug%2FCassetteOverlay.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaDebug%2FCassetteOverlay.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaDebug","download_url":"https://codeload.github.com/JuliaDebug/CassetteOverlay.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaDebug%2FCassetteOverlay.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31473271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: 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":"2026-03-23T06:00:59.902Z","updated_at":"2026-04-06T13:00:58.455Z","avatar_url":"https://github.com/JuliaDebug.png","language":"Julia","funding_links":[],"categories":["Binary Analysis and Reverse Engineering"],"sub_categories":["Debugging and Introspection"],"readme":"# CassetteOverlay.jl\n\n```julia\njulia\u003e using CassetteOverlay, Test\n\njulia\u003e @MethodTable sintable;\n\njulia\u003e @overlay sintable sin(x::Union{Float32,Float64}) = cos(x);\n\njulia\u003e pass = @overlaypass sintable;\n\n# run with the overlayed method\njulia\u003e @test pass(42) do a\n           sin(a) * cos(a)\n       end == cos(42)^2\nTest Passed\n\n# invalidate the overlayed method and make it return `cos∘sin`\njulia\u003e @overlay sintable sin(x::Union{Float32,Float64}) = cos(x) * @nonoverlay sin(x);\n\njulia\u003e @test pass(42) do a\n           sin(a) * cos(a)\n       end == cos(42)^2 * sin(42)\nTest Passed\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJuliaDebug%2FCassetteOverlay.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJuliaDebug%2FCassetteOverlay.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJuliaDebug%2FCassetteOverlay.jl/lists"}