Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Remove unmonad migration setup & clean up #94

Merged
merged 1 commit into from
Apr 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ commands:
opam switch create . 4.06.1 --deps-only | cat
fi
opam env >> $BASH_ENV

jobs:
build_linux:
executor: linux-opam
Expand All @@ -103,7 +103,7 @@ jobs:
- attach_workspace:
at: ~/repo/artifacts
- run:
# installs LTS v12 `node`, `npm`, `zip` and `m4`
# installs LTS v12 `node`, `npm`, `zip` and `m4`
name: Install debian deps
command: |
sudo apt-get update
Expand All @@ -121,7 +121,7 @@ jobs:
- run:
name: Install opam dev dependencies
command: |
opam install reason.3.6.0 dune.1.11.4 ocaml-migrate-parsetree.1.3.1 ppx_tools_versioned uri --yes | cat
opam install reason.3.6.0 dune.1.11.4 uri --yes | cat
- save-opam-cache
- run:
name: Build
Expand All @@ -130,7 +130,7 @@ jobs:
dune build
- run:
name: Test
command: ./_build/install/default/bin/rescript-editor-support.exe --help
command: ./_build/install/default/bin/rescript-editor-support.exe --help
- run:
name: Create tar file for executable
command: |
Expand Down Expand Up @@ -169,15 +169,15 @@ jobs:
- run:
name: Install opam dev dependencies
command: |
opam install reason.3.6.0 dune.1.11.4 ocaml-migrate-parsetree.1.3.1 ppx_tools_versioned uri --yes | cat
opam install reason.3.6.0 dune.1.11.4 uri --yes | cat
- save-opam-cache
- run:
name: Build
command: |
dune build
- run:
name: Test
command: ./_build/install/default/bin/rescript-editor-support.exe --help
command: ./_build/install/default/bin/rescript-editor-support.exe --help
- run:
name: Create tar file for executable
command: |
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
command: |
cd /cygdrive/c/Users/circleci/project
eval $(opam env)
opam install reason.3.6.0 dune.1.11.4 ocaml-migrate-parsetree.1.3.1 ppx_tools_versioned uri --yes | cat
opam install reason.3.6.0 dune.1.11.4 uri --yes | cat
- save_cache:
key: v3-opam-cache-{{ arch }}
paths:
Expand Down
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ editor-extensions/vscode/*.zip
examples/*/node_modules
examples/*/lib
editor-extensions/vscode/node_modules

# TODO: remove this after un-monadification
*.cm*
*.out
temp.txt
2 changes: 0 additions & 2 deletions rescript-editor-support.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ depends: [
"dune" {>= "2.7"}
"ocaml" {= "4.06.1"}
"reason" {= "3.6.0"}
"ocaml-migrate-parsetree" {>= "1.3.1" }
"ppx_tools_versioned" {>= "5.4.0"}
"uri" {= "3.1.0"}
]
build: [
Expand Down
141 changes: 0 additions & 141 deletions src/ppx/Ppx_Monads.re

This file was deleted.

8 changes: 0 additions & 8 deletions src/ppx/dune

This file was deleted.

148 changes: 0 additions & 148 deletions src/ppx2/Ppx_Unmonads.re

This file was deleted.

8 changes: 0 additions & 8 deletions src/ppx2/dune

This file was deleted.

Loading