Skip to content

Commit

Permalink
remove unused files (#2762)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Jul 21, 2024
1 parent 54791c8 commit 6726861
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 219 deletions.
1 change: 0 additions & 1 deletion .dune-for-prepublish

This file was deleted.

11 changes: 0 additions & 11 deletions .gitattributes

This file was deleted.

21 changes: 0 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,10 @@
*.native
*.byte
*.cmt
a.out
_build
*.install
pkg/META
.DS_Store
formatTest/customMLFiles/*.ml
formatTest/customMLFormatOutput.re
formatTest/failed_tests
formatTest/**/actual_output/
formatTest/**/intf_output/
miscTests/reactjs_jsx_ppx_tests/actual*.re
miscTests/reactjs_jsx_ppx_tests/*.cm*
*.log
src/reason_parser.messages.bak
src/reason_parser_message.ml
*~
node_modules
/bspacks/build/
/bspacks/ocaml-migrate-parsetree/
/bspacks/closure-compiler/

# gitignored, but not npmignored. Published by `npm run prepublish`
refmt.js
refmt.map
.merlin

# Esy
_esy
Expand Down
17 changes: 0 additions & 17 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,6 @@ clean-for-ci:
esy-prepublish: build
node ./scripts/esy-prepublish.js

# For OPAM
release_check:
./scripts/release-check.sh

# For OPAM
release: release_check
git add package.json src/refmt/package.ml reason.opam
git commit -m "Version $(version)"
git tag -a $(version) -m "Version $(version)."
# Push first the objects, then the tag.
git push "[email protected]:reasonml/reason.git"
git push "[email protected]:reasonml/reason.git" tag $(version)
git clean -fdx
./scripts/opam-release.sh

.PHONY: release

all-supported-ocaml-versions:
# the --dev flag has been omitted here but should be re-introduced eventually
dune build @install @runtest --root .
Expand Down
65 changes: 0 additions & 65 deletions azure-pipelines.yml

This file was deleted.

13 changes: 0 additions & 13 deletions pkg/substs

This file was deleted.

34 changes: 0 additions & 34 deletions scripts/opam-release.sh

This file was deleted.

40 changes: 0 additions & 40 deletions scripts/release-check.sh

This file was deleted.

17 changes: 0 additions & 17 deletions scripts/test-with-version.sh

This file was deleted.

0 comments on commit 6726861

Please sign in to comment.