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

Allow users to pass along stitcher configuration #322

Closed
hendrikvanantwerpen opened this issue Oct 17, 2023 · 0 comments · Fixed by #321
Closed

Allow users to pass along stitcher configuration #322

hendrikvanantwerpen opened this issue Oct 17, 2023 · 0 comments · Fixed by #321
Assignees

Comments

@hendrikvanantwerpen
Copy link
Collaborator

Path stitching can be configured to enable or disable similar path detection. It can be interesting to disable that if the rules allow it, for increased performance. However, for rules that do not allow it, it can lead to exponential blowup.

The path stitcher is often not created by callers directly, but indirectly when e.g. running tests, or running a query. Callers should be able to pass along stitcher parameters to configure the stitcher correctly.

Additionally, language configurations should have an additional value specifying the required stitching parameters for that language. (Ideally these could also be read from package.json for dynamically loaded languages.)

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

Successfully merging a pull request may close this issue.

1 participant