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

Cache macro and copy files during editing #68

Closed
2 tasks
asmelko opened this issue Jul 20, 2020 · 1 comment
Closed
2 tasks

Cache macro and copy files during editing #68

asmelko opened this issue Jul 20, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@asmelko
Copy link
Contributor

asmelko commented Jul 20, 2020

Describe the solution you'd like
Currently, when a file is changed, a program with all of its dependencies (macro and copy files) is reparsed. This may be a parsing bottleneck that increases the response time of the plugin.

It could be useful to parse only such dependencies that got actually changed.

Acceptance criteria

  • When user changes an opencode, only the opencode file is reparsed.
  • When user changes a macro or copy file, only the opencode file and the changed file are reparsed.
@asmelko asmelko self-assigned this Jul 20, 2020
@asmelko asmelko added the enhancement New feature or request label Jul 20, 2020
@michalbali256
Copy link
Contributor

Implemented by #129

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

No branches or pull requests

2 participants