Skip to content

Commit 8b02749

Browse files
committed
up
1 parent 284ba1c commit 8b02749

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"fantomas": {
6-
"version": "6.3.15",
6+
"version": "6.3.16",
77
"commands": [
88
"fantomas"
99
]

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- name: Install dependencies
2121
run: dotnet restore
2222

23-
# - name: Install tools
24-
# run: dotnet tool restore
23+
- name: Install tools
24+
run: dotnet tool restore
2525

26-
# - name: Format
27-
# run: dotnet fantomas --check .
26+
- name: Format
27+
run: dotnet fantomas --check .
2828

2929
- name: Build
3030
run: dotnet build --configuration Release --no-restore

src/Optimize/Pass/ADCE.fs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ let adceImpl (f: Func) =
9595

9696
let varValue = varLive |> Array.indexed |> Array.map mapVarValue
9797

98-
printfn "222 %A" varValue
99-
printfn "111 %A" blockLive
100-
10198
mapVarAndBlock f varValue (removeOnlyMapping blockLive)
10299

103100
let adce = transRegional adceImpl

0 commit comments

Comments
 (0)