{"id":16722950,"url":"https://github.com/tkoolen/matlabgitbisect","last_synced_at":"2025-03-15T13:24:35.583Z","repository":{"id":29672319,"uuid":"33214576","full_name":"tkoolen/MatlabGitBisect","owner":"tkoolen","description":"A git bisect run script for Matlab projects","archived":false,"fork":false,"pushed_at":"2015-04-16T05:49:31.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T03:41:43.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/tkoolen.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}},"created_at":"2015-03-31T22:53:51.000Z","updated_at":"2015-04-16T05:49:32.000Z","dependencies_parsed_at":"2022-09-09T21:20:22.382Z","dependency_job_id":null,"html_url":"https://github.com/tkoolen/MatlabGitBisect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkoolen%2FMatlabGitBisect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkoolen%2FMatlabGitBisect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkoolen%2FMatlabGitBisect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkoolen%2FMatlabGitBisect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkoolen","download_url":"https://codeload.github.com/tkoolen/MatlabGitBisect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243734159,"owners_count":20339249,"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","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-12T22:36:14.514Z","updated_at":"2025-03-15T13:24:35.546Z","avatar_url":"https://github.com/tkoolen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MatlabGitBisect\n\n```\nmatlabGitBisect -- a git bisect run script for Matlab projects\n\n  Created by Twan Koolen on 2015-03-31.\n  Copyright 2015. All rights reserved.\n\n  Licensed under MIT License\n\n  Distributed on an \"AS IS\" basis without warranties\n  or conditions of any kind, either express or implied.\n\nUSAGE\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -bc BUILDCODE, --build-code BUILDCODE\n                        code to build before running\n  -bd BUILDDIR, --build-dir BUILDDIR\n                        build directory\n  -t TESTCODE, --test-code TESTCODE\n                        test code to run\n  -be {bad,skip}, --build-error-behavior {bad,skip}\n                        behavior when a build error is detected.\n  -c {bad,skip}, --crash-behavior {bad,skip}\n                        behavior when a crash is detected\n```\n\nExample usage to find where `testThisAndThat` started causing Matlab crashes, skipping revisions that resulted in build errors:\n```\ngit bisect start\ngit bisect bad\ngit bisect good 9dea818feee7673084457356dfd034ad2f1a1e75\ngit bisect run ~/code/MatlabGitBisect/src/matlabGitBisect.py -bc \"make -j\" -bd .. -t \"cd ~/code/MyProject;testThisAndThat;\" -be skip -c bad\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkoolen%2Fmatlabgitbisect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkoolen%2Fmatlabgitbisect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkoolen%2Fmatlabgitbisect/lists"}