Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring for ver. 2.0.0 #25

Merged
merged 81 commits into from
Aug 23, 2024
Merged

Refactoring for ver. 2.0.0 #25

merged 81 commits into from
Aug 23, 2024

Conversation

kniazkov
Copy link
Member

The core library of our software, a fundamental and central component of our system, has grown significantly over time. With this growth, the library has become increasingly disorganized, making it challenging to maintain, extend, and use efficiently. To address these issues, we propose a comprehensive refactoring and reorganization of the core library, culminating in the release of a new major version, 2.0. This endeavor aims to streamline the structure, enhance readability, and improve overall usability, ensuring the library's robustness and scalability for future development.

Copy link

codecov bot commented Jun 20, 2024

Codecov Report

Attention: Patch coverage is 94.92308% with 33 lines in your changes missing coverage. Please review.

Project coverage is 94.14%. Comparing base (ef8cd9d) to head (9c8ac4f).
Report is 81 commits behind head on master.

Files Patch % Lines
.../astranaut/core/algorithms/conversion/Adapter.java 42.85% 8 Missing ⚠️
.../astranaut/core/utils/visualizer/DotGenerator.java 62.50% 3 Missing and 3 partials ⚠️
...in/java/org/cqfn/astranaut/core/base/DiffNode.java 82.75% 1 Missing and 4 partials ⚠️
...qfn/astranaut/core/algorithms/DiffTreeBuilder.java 90.47% 1 Missing and 1 partial ⚠️
...c/main/java/org/cqfn/astranaut/core/base/Node.java 98.48% 0 Missing and 2 partials ⚠️
...ranaut/core/utils/deserializer/NodeDescriptor.java 84.61% 0 Missing and 2 partials ⚠️
...ranaut/core/utils/deserializer/TreeDescriptor.java 86.66% 1 Missing and 1 partial ⚠️
.../astranaut/core/algorithms/LabeledTreeBuilder.java 96.42% 1 Missing ⚠️
.../cqfn/astranaut/core/algorithms/NodeAllocator.java 80.00% 0 Missing and 1 partial ⚠️
...cqfn/astranaut/core/algorithms/SubtreeBuilder.java 85.71% 1 Missing ⚠️
... and 3 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #25      +/-   ##
============================================
+ Coverage     89.94%   94.14%   +4.20%     
- Complexity      415      567     +152     
============================================
  Files            45       61      +16     
  Lines          1452     1845     +393     
  Branches        231      284      +53     
============================================
+ Hits           1306     1737     +431     
+ Misses           79       48      -31     
+ Partials         67       60       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kniazkov kniazkov marked this pull request as ready for review August 23, 2024 13:54
@kniazkov
Copy link
Member Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Aug 23, 2024

@rultor merge

@kniazkov OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 9c8ac4f into cqfn:master Aug 23, 2024
3 checks passed
@rultor
Copy link
Collaborator

rultor commented Aug 23, 2024

@rultor merge

@kniazkov Done! FYI, the full log is here (took me 29min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants