Skip to content

Remove purescript-str module #58

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

Merged
merged 1 commit into from
May 29, 2025
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
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ELFILES = \
purescript-presentation-mode.el \
purescript-simple-indent.el \
purescript-sort-imports.el \
purescript-str.el \
purescript-unicode-input-method.el \
purescript-utils.el \
purescript-decl-scan.el \
Expand All @@ -28,7 +27,6 @@ ELFILES = \
tests/purescript-sort-imports-tests.el \
tests/purescript-indentation-tests.el \
tests/purescript-font-lock-tests.el \
tests/purescript-str-tests.el

ELCFILES = $(ELFILES:.el=.elc)
AUTOLOADS = purescript-mode-autoloads.el
Expand All @@ -48,7 +46,6 @@ compile: $(ELCFILES)

test: compile
@$(BATCH) -l tests/purescript-sort-imports-tests.elc \
-l tests/purescript-str-tests.elc \
-l tests/purescript-indentation-tests.elc \
-l tests/purescript-font-lock-tests.elc \
-f ert-run-tests-batch-and-exit
Expand Down
180 changes: 0 additions & 180 deletions purescript-str.el

This file was deleted.

114 changes: 0 additions & 114 deletions tests/purescript-str-tests.el

This file was deleted.