-
Notifications
You must be signed in to change notification settings - Fork 323
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
buildStdLib***
tasks do not re-generate the corresponding stdlib index
#5999
Labels
Comments
hubertp
added
p-high
Should be completed in the next sprint
-build-script
Category: build script
labels
Mar 17, 2023
hubertp
added a commit
that referenced
this issue
Mar 19, 2023
The change adds support for generating suggestions and bindings when using the convenient task for building individual stdlib components. Closes #5999.
hubertp
added a commit
that referenced
this issue
Mar 19, 2023
The change adds support for generating suggestions and bindings when using the convenient task for building individual stdlib components. Closes #5999.
5 tasks
Hubert Plociniczak reports a new STANDUP for yesterday (2023-03-19): Progress: Added indexing to sbt's tasks. Continued looking at the implementation of IO contexts. It should be finished by 2023-03-19. Next Day: Next day I will be working on the #5999 task. Address PR review, continue the work into execution contexts. |
hubertp
added a commit
that referenced
this issue
Mar 27, 2023
The change adds support for generating suggestions and bindings when using the convenient task for building individual stdlib components. Closes #5999.
hubertp
added a commit
that referenced
this issue
Mar 28, 2023
The change adds support for generating suggestions and bindings when using the convenient task for building individual stdlib components. Closes #5999.
mergify bot
pushed a commit
that referenced
this issue
Mar 28, 2023
The change adds support for generating suggestions and bindings when using the convenient task for building individual stdlib components. By default commands do not generate index since it adds build time. But `buildStdLibAllWithIndex` will. Closes #5999.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Motivation
#5700 and #5698 introduced additional step when building the distribution that builds indexes for individual stdlib components (caches and suggestions, respectively).
Library team makes a heavy use of
buildStdLib***
tasks that only rebuild libraries without touching runtime. Those tasks, however, do not trigger index rebuild.This is slowing down library team.
Expected result
sbt's
buildStdlIb
tasks should also rebuild indexes, if necessary.The text was updated successfully, but these errors were encountered: