-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into let-attr-missing-parens
- Loading branch information
Showing
45 changed files
with
9,400 additions
and
120 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,12 +51,14 @@ jobs: | |
run: opam exec -- dune build @gen_manpage --auto-promote | ||
|
||
- name: Upload binary | ||
uses: actions/upload-artifact@v3 | ||
# Using a specific version because of https://github.com/actions/upload-artifact/issues/590 | ||
uses: actions/[email protected] | ||
with: | ||
name: ocamlformat-${{ runner.os }}-${{ runner.arch }} | ||
path: _build/install/default/bin/ocamlformat | ||
|
||
test-branch: | ||
if: ${{ github.ref != 'refs/heads/main' }} | ||
needs: build-linux | ||
runs-on: ubuntu-latest | ||
strategy: | ||
|
@@ -98,7 +100,7 @@ jobs: | |
path: ocamlformat-a | ||
|
||
- name: Fetch new build of ocamlformat | ||
uses: actions/download-artifact@v3 | ||
uses: actions/download-artifact@v4.1.7 | ||
with: | ||
name: ocamlformat-${{ runner.os }}-${{ runner.arch }} | ||
path: ocamlformat-b | ||
|
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,13 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "OCaml earlybird (experimental)", | ||
"type": "ocaml.earlybird", | ||
"request": "launch", | ||
"program": "${workspaceRoot}/_build/default/bin/ocamlformat/main.bc", | ||
"arguments": ["-g", "${workspaceRoot}/test.ml"], | ||
"stopOnEntry": true | ||
} | ||
] | ||
} |
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 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 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
Oops, something went wrong.