https://github.com/chains-project/breaking-good
make breaking updates look good 👗 https://arxiv.org/abs/2407.03880
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
â—‹CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org -
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
✓Institutional organization owner
Organization chains-project has institutional domain (chains.proj.kth.se) -
â—‹JOSS paper metadata
-
â—‹Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Repository
make breaking updates look good 👗 https://arxiv.org/abs/2407.03880
Basic Info
Statistics
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Breaking-good
Overview
Breaking-Good is a tool that provides explanations for breaking dependency updates. It uses build analysis to identify the root cause of the breaking changes and provides a detailed explanation to help developers understand and fix the problem.
Paper: Proceedings of IEEE International Conference on Source Code Analysis and Manipulation
if you use Breaking-Good, please cite:
bibtex
@inproceedings{reyes2024breaking,
title={Breaking-Good: Explaining Breaking Dependency Updates with Build Analysis},
author={Reyes, Frank and Baudry, Benoit and Monperrus, Martin},
booktitle={Proceedings of IEEE International Conference on Source Code Analysis and Manipulation},
year={2024},
doi = {10.1109/scam63643.2024.00014}
}
How to use Breaking-Good
To use Breaking-Good, you need to provide the following inputs: - The previous version of the dependency - The new version of the dependency - (Optional) The logs generated in the build process
You can build this tool locally using mvn package with Java 17.
You can then run the tool and print usage information with the command:
bash
java -jar target/Explaining.jar explaining --help
License
Distributed under the MIT License. See LICENSE for more information.
Owner
- Name: CHAINS research project at KTH Royal Institute of Technology
- Login: chains-project
- Kind: organization
- Website: https://chains.proj.kth.se
- Repositories: 9
- Profile: https://github.com/chains-project
"Consistent Hardening and Analysis of Software Supply Chains" at KTH, funded by SSF
GitHub Events
Total
- Watch event: 1
- Push event: 1
- Create event: 1
Last Year
- Watch event: 1
- Push event: 1
- Create event: 1
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Frank Reyes | f****g@k****e | 54 |
| Martin Monperrus | m****s@g****g | 1 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 2
- Total pull requests: 17
- Average time to close issues: 6 months
- Average time to close pull requests: 2 minutes
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.5
- Average comments per pull request: 0.0
- Merged pull requests: 16
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: 5 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- monperrus (1)
- frankreyesgarcia (1)
Pull Request Authors
- frankreyesgarcia (19)