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

Project refactor #30

Merged
merged 37 commits into from
Apr 6, 2024
Merged

Project refactor #30

merged 37 commits into from
Apr 6, 2024

Conversation

iurysza
Copy link
Owner

@iurysza iurysza commented Apr 6, 2024

πŸš€ Description

  • Add intermediate graph model representation
  • Extract each semantic code block into individual components
  • Add new tests

πŸ“„ Motivation and Context

This addresses #29

πŸ§ͺ How Has This Been Tested?

πŸ“¦ Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor

βœ… Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@iurysza iurysza self-assigned this Apr 6, 2024
@iurysza iurysza added the refact Improve code quality or style label Apr 6, 2024
@iurysza iurysza linked an issue Apr 6, 2024 that may be closed by this pull request
2 tasks
@iurysza iurysza merged commit cb3a10b into main Apr 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refact Improve code quality or style
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refact: implement Intermediate graph model
1 participant