Skip to content

Commit 20e73a9

Browse files
committed
Merge remote-tracking branch 'upstream/mlscript' into overloading-constraints
2 parents c46b74f + 4a5a038 commit 20e73a9

File tree

484 files changed

+38901
-131988
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

484 files changed

+38901
-131988
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Install TypeScript
2323
run: npm ci
2424
- name: Run tests
25-
run: sbt test
25+
run: sbt -J-Xmx4096M -J-Xss4M test
2626
- name: Check no changes
2727
run: git diff-files -p --exit-code

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It is okay for draft PRs to contain work-in-progress changes that are not expect
1313
You can ask my opinion on your changes or on specific design considerations,
1414
but you should not expect a full and detailed review from me if your PR is a draft.
1515

16-
### For Non-Drafy PRs
16+
### For Non-Draft PRs
1717

1818
I am an extremely detail-oriented person,
1919
and I will usually look at every single line of changed source code in your PR.

0 commit comments

Comments
 (0)