-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring: merge utils into prelude; merge workspaces. (#3151)
- Loading branch information
Showing
196 changed files
with
11,175 additions
and
12,652 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,6 @@ jobs: | |
node ./run ci-gen --skip-version-validation | ||
content=`cat CURRENT_RELEASE_CHANGELOG.json` | ||
echo "::set-output name=content::$content" | ||
shell: bash | ||
- name: Assert Version Unstable | ||
run: node ./run assert-version-unstable --skip-version-validation | ||
|
@@ -76,7 +75,6 @@ jobs: | |
list=`git diff --name-only origin/${{github.base_ref}} HEAD | tr '\n' ' '` | ||
echo $list | ||
echo "::set-output name=list::'$list'" | ||
shell: bash | ||
if: >- | ||
github.base_ref == 'develop' || github.base_ref == 'unstable' || | ||
|
@@ -116,7 +114,7 @@ jobs: | |
- name: Install Rust | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2021-10-29 | ||
toolchain: nightly-2021-11-08 | ||
override: true | ||
- name: Install Clippy | ||
run: rustup component add clippy | ||
|
@@ -146,7 +144,7 @@ jobs: | |
- name: Install Rust | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2021-10-29 | ||
toolchain: nightly-2021-11-08 | ||
override: true | ||
- name: Run tests (no WASM) | ||
run: node ./run test --no-wasm --skip-version-validation | ||
|
@@ -172,7 +170,7 @@ jobs: | |
- name: Install Rust | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2021-10-29 | ||
toolchain: nightly-2021-11-08 | ||
override: true | ||
- name: Install wasm-pack (macOS) | ||
env: | ||
|
@@ -231,7 +229,7 @@ jobs: | |
- name: Install Rust | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2021-10-29 | ||
toolchain: nightly-2021-11-08 | ||
override: true | ||
- name: Install wasm-pack (macOS) | ||
env: | ||
|
@@ -299,7 +297,6 @@ jobs: | |
node ./run ci-gen --skip-version-validation | ||
content=`cat CURRENT_RELEASE_CHANGELOG.json` | ||
echo "::set-output name=content::$content" | ||
shell: bash | ||
- name: Install Node | ||
uses: actions/setup-node@v1 | ||
|
@@ -310,7 +307,7 @@ jobs: | |
- name: Install Rust | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly-2021-10-29 | ||
toolchain: nightly-2021-11-08 | ||
override: true | ||
- name: Install wasm-pack (macOS) | ||
env: | ||
|
@@ -443,7 +440,6 @@ jobs: | |
node ./run ci-gen --skip-version-validation | ||
content=`cat CURRENT_RELEASE_CHANGELOG.json` | ||
echo "::set-output name=content::$content" | ||
shell: bash | ||
- id: checkCurrentReleaseTag | ||
uses: mukunku/[email protected] | ||
|
@@ -496,7 +492,6 @@ jobs: | |
node ./run ci-gen --skip-version-validation | ||
content=`cat CURRENT_RELEASE_CHANGELOG.json` | ||
echo "::set-output name=content::$content" | ||
shell: bash | ||
- shell: bash | ||
run: |2- | ||
|
@@ -507,7 +502,6 @@ jobs: | |
us-west-1 | ||
text | ||
EOF | ||
- name: Upload 'index.js.gz' to CDN | ||
shell: bash | ||
run: >- | ||
|
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# This file should be ignored by cargo watch, but not by git | ||
.github |
Oops, something went wrong.