Skip to content

Commit b0ce81d

Browse files
authored
Merge pull request #412 from vekatze/update-book
update docs
2 parents 1f1bd65 + f0aad74 commit b0ce81d

111 files changed

Lines changed: 2540 additions & 7355 deletions

File tree

Some content is hidden

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

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install mdbook
2020
run: |
2121
mkdir mdbook
22-
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.28/mdbook-v0.4.28-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
22+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.5.2/mdbook-v0.5.2-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
2323
echo `pwd`/mdbook >> $GITHUB_PATH
2424
- name: Deploy GitHub Pages
2525
run: |

.justfile

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -58,24 +58,6 @@ install:
5858
@just _build-compiler-darwin arm64
5959
stack install
6060

61-
bench-arm64-darwin:
62-
@just build-compiler-arm64-darwin
63-
@NEUT={{justfile_directory()}}/bin/neut-arm64-darwin PLATFORM=arm64-darwin {{justfile_directory()}}/bench/script/bench-darwin.sh
64-
@echo "\nGenerating graphs..."
65-
@sh -c "cd {{justfile_directory()}}/bench/script/render && rm -rf node_modules && npm install && ./node_modules/.bin/ts-node ./main.ts arm64-darwin"
66-
67-
bench-darwin platform:
68-
@just _build-native {{platform}}
69-
@NEUT={{justfile_directory()}}/bin/neut-{{platform}} PLATFORM={{platform}} {{justfile_directory()}}/bench/script/bench-darwin.sh
70-
@echo "\nGenerating graphs..."
71-
@sh -c "cd {{justfile_directory()}}/bench/script/render && rm -rf node_modules && npm install && ./node_modules/.bin/ts-node ./main.ts {{platform}}"
72-
73-
bench-linux platform: # platform \in {amd64-linux, arm64-linux}
74-
@just _build-native {{platform}}
75-
@NEUT={{justfile_directory()}}/bin/neut-{{platform}} PLATFORM={{platform}} {{justfile_directory()}}/bench/script/bench-linux.sh
76-
@echo "\nGenerating graphs..."
77-
@sh -c "cd {{justfile_directory()}}/bench/script/render && rm -rf node_modules && npm install && ./node_modules/.bin/ts-node ./main.ts {{platform}}"
78-
7961
test:
8062
@just test-amd64-linux
8163
@just test-arm64-linux
@@ -96,11 +78,8 @@ test-arm64-darwin:
9678
test-arm64-darwin-single target:
9779
@NEUT={{justfile_directory()}}/bin/neut-arm64-darwin TARGET_ARCH=arm64 CLANG_PATH=${NEUT_ARM64_DARWIN_CLANG_PATH} ./test/test-darwin-single.sh ./test/{{target}}
9880

99-
test-bench-darwin:
100-
@NEUT={{justfile_directory()}}/bin/neut-arm64-darwin PLATFORM=arm64-darwin {{justfile_directory()}}/bench/script/bench-darwin-mini.sh
101-
10281
update-core new-version:
103-
@NEW_VERSION={{new-version}} ./test/update-core.sh ./test/statement ./test/term ./test/misc ./test/pfds ./bench/action
82+
@NEW_VERSION={{new-version}} ./test/update-core.sh ./test/statement ./test/term ./test/misc ./test/pfds
10483

10584
release:
10685
@echo "creating a release: $VERSION"

bench/action/bubble/app/Main.hs

Lines changed: 0 additions & 38 deletions
This file was deleted.

bench/action/bubble/module.ens

Lines changed: 0 additions & 19 deletions
This file was deleted.

bench/action/bubble/package.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

bench/action/bubble/source/bubble-nt.nt

Lines changed: 0 additions & 76 deletions
This file was deleted.

bench/action/bubble/source/bubble-slow.nt

Lines changed: 0 additions & 76 deletions
This file was deleted.

bench/action/bubble/stack.yaml

Lines changed: 0 additions & 66 deletions
This file was deleted.

bench/action/bubble/stack.yaml.lock

Lines changed: 0 additions & 12 deletions
This file was deleted.

bench/action/bubble/test-size.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)