Skip to content

[pull] master from angular:master#254

Merged
pull[bot] merged 6 commits intoMu-L:masterfrom
angular:master
Dec 18, 2020
Merged

[pull] master from angular:master#254
pull[bot] merged 6 commits intoMu-L:masterfrom
angular:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Dec 17, 2020

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

josephperrott and others added 6 commits December 17, 2020 09:29
As part of the `setup` CI job (which is a prerequisite for all other CI
jobs), we rebase the current code on master to make sure the PR changes
are compatible with the latest code from master, even if the PR has not
been rebased recently.

When it is not possible to automatically rebase (i.e. when there are
conflicts that need to be resolved manually), the job and subsequently
the entire workflow should fail.

This behavior has been accidentally broken in #39592, so that the job
would succeed even if the rebase operation failed.

This commit fixes it by ensuring the `exec()` helper used in
`rebase-pr.js` will throw an error if the underlying command execution
fails. Previously, the function would always return stdout output as a
string and attach a `code` property indicating the exit code of the
command.

Since the exit code isn't necessary in the `rebase-pr.js` script, this
commit simplifies the `exec()` helper by making it return the stdout
output as a plain string (without extra properties) and re-throw any
errors (unless the `ignoreError` argument is set to `true`).

(Initially reported [here][1] by @JoostK.)

[1]: https://angular-team.slack.com/archives/C042EU9T5/p1608070403128900

PR Close #40161
)

Signed-off-by: Tasos Alexiou <tasos@arrikto.com>

PR Close #39307
…ssions (#39848)

This commit adds the "outFiles" config options into the .vscode/recommended-launch.json, which helps speed up
the startup time of a debugging session by limiting the number of files that should be loaded.

PR Close #39848
This is provided by TypeScript since version 3.4

PR Close #40123
Simplyfing the example by prodiving an id for each
product instead of relying on their index in the array.

Closes #34738

PR Close #34934
@pull pull bot added the ⤵️ pull label Dec 17, 2020
@pull pull bot merged commit 362f45c into Mu-L:master Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants