Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove odoc_gen. #5689

Merged
merged 3 commits into from
Sep 24, 2022
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ lib/ocaml
*.tgz
bin/*
jscomp/bin/*.exe
odoc_gen/*.cmxs

# for npm publish
*.exe
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ test-gentype: build

test-all: test test-gentype

lib: build
node scripts/install -force-lib-rebuild

clean-gentype:
make -C jscomp/gentype_tests/typescript-react-example clean

Expand All @@ -32,4 +35,4 @@ clean-all: clean clean-gentype

.DEFAULT_GOAL := build

.PHONY: clean clean-gentype clean-all config build test test-gentype test-all
.PHONY: build clean clean-gentype clean-all config lib test test-all test-gentype
354 changes: 0 additions & 354 deletions odoc_gen/generator.ml

This file was deleted.

1 change: 0 additions & 1 deletion odoc_gen/generator.mli

This file was deleted.

1 change: 0 additions & 1 deletion packages/artifacts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,6 @@ scripts/cover.sh
scripts/curry_gen.ml
scripts/dbg
scripts/dedupe.js
scripts/doc_gen.js
scripts/install.js
scripts/installUtils.js
scripts/js_internal_gen.js
Expand Down
Loading