{"id":43034741,"url":"https://github.com/bscotch/ganary","last_synced_at":"2026-01-31T08:14:23.385Z","repository":{"id":102331345,"uuid":"310680327","full_name":"bscotch/ganary","owner":"bscotch","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-22T13:46:24.000Z","size":8352,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-23T06:07:49.470Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Game Maker Language","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/bscotch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"ko_fi":"bscotch"}},"created_at":"2020-11-06T18:50:18.000Z","updated_at":"2026-01-06T02:41:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e169dbf-c6e1-447a-93fa-3c14d97e6147","html_url":"https://github.com/bscotch/ganary","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/bscotch/ganary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bscotch%2Fganary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bscotch%2Fganary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bscotch%2Fganary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bscotch%2Fganary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bscotch","download_url":"https://codeload.github.com/bscotch/ganary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bscotch%2Fganary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28934814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T07:49:44.436Z","status":"ssl_error","status_checked_at":"2026-01-31T07:49:34.274Z","response_time":128,"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-01-31T08:14:22.883Z","updated_at":"2026-01-31T08:14:23.376Z","avatar_url":"https://github.com/bscotch.png","language":"Game Maker Language","funding_links":["https://ko-fi.com/bscotch"],"categories":["Debugging"],"sub_categories":["Recommendations"],"readme":"# Ganary\n\nGanary (alias for \"GameMaker Runtime Canary\", and henceforth abbreviated as \"GRC\") is a GameMaker project that uses [Olympus](https://github.com/bscotch/olympus) to perform regression tests for GameMaker runtimes.\n\nWhen a new runtime is released, it should pass all existing tests to confirm that known issues are fixed.\n\nIf new issues are discovered, they can be added as Olympus tests to ensure that they are covered going forward.\n\n## How to use\n\n### Default config\n\nUnder this config, the tester has 3 seconds to enter inputs through mouse/touchscreen/gamepad to reset the Olympus record to start the test fresh. If no input is detected, the test will load unfinished Olympus record if there are any in the saves directory as a result of silent crashes.\n\n### Dev Config or Debug mode\n\nUnder this config, the tests will always start fresh, and the Olympus async test that requires user feedback are skipped.\n\n## Project Organization and How to Add Tests\n\nAll tests are registered in these script resources in the `Ganary/Test_registration` group in the yyp project:\n\n1. `grc_register_sync_function_tests`: For tests that are added through the `olympus_add_test()` API\n2. `grc_register_async_function_tests`: For tests that are added through the `olympus_add_async_test()` API\n3. `grc_register_manual_tests`: For tests that are added through the `olympus_add_async_test_with_user_feedback()` API\n4. `grc_register_compile_tests`: For tests that would prevent the project from building\n\nThese scripts are then called in `o_grc_test_starter`'s `Create` event in the `_function_to_add_tests_and_hooks()` instance function.\n\nYou can add your tests to these script resources, or you can create a new script and add it to the `_function_to_add_tests_and_hooks()` function and move the script to the `Ganary/Test_registration` group.\n\nIf you add resources such as sprites, audios, and shaders, move them to the `Ganary/misc_resources` group. If you add objects, move them to `Ganary/Objects`'s subgroups based on their test type.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbscotch%2Fganary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbscotch%2Fganary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbscotch%2Fganary/lists"}