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

Configure - Starlark Roadmap #740

Open
3 tasks done
jbedard opened this issue Sep 4, 2024 · 0 comments
Open
3 tasks done

Configure - Starlark Roadmap #740

jbedard opened this issue Sep 4, 2024 · 0 comments
Assignees

Comments

@jbedard
Copy link
Member

jbedard commented Sep 4, 2024

Incremental updates

  • Minimal processing when only updating a single directory (ongoing)
    • Starlark exports hook for indexing without re-generating rules
  • Rule index caching (part1)
  • IDE plugin or daemon process to manage caching and incremental updates

Performance (ongoing)

  • Concurrency (including: 1893)
  • FS traversal (including: 1166/1908, 1893))
  • .bazelignore perf 1890, 1886
  • Run all starlark extensions in parallel
  • Run all queries (tree-sitter, jq, regex, ...) in parallel

Requests

  • BUILD-generation unit test framework
  • .star unit test framework, this may require splitting files so aspect.register_configure_extension is not in the file being tested
@jbedard jbedard self-assigned this Sep 4, 2024
@github-actions github-actions bot added the untriaged Requires traige label Sep 4, 2024
@jbedard jbedard removed the untriaged Requires traige label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant