Implement on-demand source processing#31
Merged
Conversation
…ges' into make-fragmentation-on-embedding # Conflicts: # fragmentation/fragment_file.go
…ragmentation-on-embedding
dmytro-kashcheiev
approved these changes
May 15, 2026
Collaborator
dmytro-kashcheiev
left a comment
There was a problem hiding this comment.
@Vladyslav-Kuksiuk LGTM
Contributor
All the errors come in the plain text flow. Can we, please, have each error on a separate line prefixed with Please file an issue for this. @dmytro-kashcheiev, FYI. |
Contributor
Please change this text to "Files to update:". |
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
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.
This PR changes the source-processing flow from eager preprocessing to on-demand source resolution.
Changed source-processing flow
Previous flow:
build/fragments.New flow:
<embed-code>instruction.Additional changes
code-includes/code-excludesconfiguration, as it doesn't make sense anymore.fragments-pathconfiguration.checkmode outputs:Issues
builddirectory configurable #29, as we don't havefragmentsin thebuilddirectory anymore.EMBEDDING.mddocumentaiton #28, as we don't have this feature anymore.It is highly likely that the time mentioned in the issue is the result of the
fragmentsdirectory was included in thecode-path, causing each run to process and store previous fragments, which increases the number of files to process in geometric progression.