Open
Conversation
18 tasks
3f4640a to
025954c
Compare
RandomByte
added a commit
to SAP/ui5-project
that referenced
this pull request
Nov 26, 2023
Implementing UI5/cli#897 Based on SAP/ui5-builder#955
This was referenced Nov 26, 2023
RandomByte
added a commit
to SAP/ui5-builder
that referenced
this pull request
Nov 26, 2023
Implementing UI5/cli#897 Based on #955
matz3
reviewed
Dec 5, 2023
rfcs/0014-task-workers.md
Outdated
| path: lib/tasks/piProcessor.js | ||
| ``` | ||
|
|
||
| **TODO:** Decide on configuration style. Option 1 does not allow for introducing additional per-processor configuration in the future (e.g. max CPU threads, priority, etc.) |
Member
There was a problem hiding this comment.
I find option 3 the most consistent one, as it has a very similar structure as the task itself, and order does not matter (right?), so there's no reason for option 2.
Member
Author
There was a problem hiding this comment.
I agree and updated that part
matz3
reviewed
Dec 5, 2023
22 tasks
d3xter666
pushed a commit
that referenced
this pull request
Sep 24, 2025
* [DEPENDENCY] Bump rimraf from 4.4.1 to 5.0.0 Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.4.1 to 5.0.0. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v4.4.1...v5.0.0) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * [INTERNAL] rimraf: Migrate to named import --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Florian Vogt <florian.vogt@sap.com>
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.
Concept for a new API provided to UI5 Tooling build tasks, enabling easy use of Node.js Worker Threads to execute CPU intensive operations outside of the main thread.
View rendered version
PoC: SAP/ui5-builder#955
JIRA: CPOUI5FOUNDATION-751