-
Notifications
You must be signed in to change notification settings - Fork 0
Transformation.hs refactoring #41
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7a8f709 to
f6c32b9
Compare
d137e29 to
9ad4d8e
Compare
- Removed the VertexTreeEntry type entirely. - Updated VertexTree to store comments and comment groups directly (tComments, tCommentGroups). - Refactored transformation functions to work with CommentGroup directly instead of VertexTreeEntry. - Improved handling of comments and their association with vertices. - Removed legacy tMetaNodes and simplified meta handling in VertexTree. - Structural refactor that also improves comment processing.
9ad4d8e to
24bc3f0
Compare
24bc3f0 to
37773d1
Compare
37773d1 to
1002258
Compare
- Renamed fields in `AnnotatedVertex`: * cComments -> aComments * cVertex -> aVertex * cMeta -> aMeta - Updated all references in: * `Transformation.hs` * `VertexExtraction.hs`
1002258 to
7c61144
Compare
webdevred
added a commit
that referenced
this pull request
Oct 5, 2025
Updated examle files to showcase how the recent changes to Transformation code affect jbeam. The major changes to transformation code are in #69 The changes to transformation which are related to this new example files are the following: - Transformation reimplemenation: before errors were handled less safely and meta groups interrupting vertex groups was not supported #2 - Transformation refactoring: split Transformation into different files and added improved how comments and metadata is handled when moving vertices #41 - Support vertex detection: implemented detection of support vertices and automatically moving them to their own tree #52 - Associate comments without newline before with prior node #56
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Branch called
new_transformation2to celebrate the joy whennew_transformationwas merged into master after the summer.