Skip to content

Commit

Permalink
fix: Drop the removeDots script
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamChaturvedi7 committed Sep 4, 2024
1 parent f1504b5 commit 61cc564
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
8 changes: 1 addition & 7 deletions SmithyDafnyMakefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ _polymorph_dafny: OUTPUT_DAFNY=\
--output-dafny $(if $(DIR_STRUCTURE_V2), $(LIBRARY_ROOT)/dafny/$(SERVICE)/Model, $(LIBRARY_ROOT)/Model)
_polymorph_dafny: INPUT_DAFNY=\
--include-dafny $(PROJECT_ROOT)/$(STD_LIBRARY)/src/Index.dfy
_polymorph_dafny: _polymorph removeDots
_polymorph_dafny: _polymorph

# Generates dotnet code for all namespaces in this project
.PHONY: polymorph_dotnet
Expand Down Expand Up @@ -866,9 +866,3 @@ local_transpile_test_single: TRANSPILE_DEPENDENCIES= \
$(patsubst %, -library:$(PROJECT_ROOT)/%, $(PROJECT_INDEX)) \
-library:$(PROJECT_ROOT)/$(STD_LIBRARY)/src/Index.dfy
local_transpile_test_single: transpile_test

removeDots:
chmod +x ./removeDotFromExtern.sh
./removeDotFromExtern.sh

transpile_implementation_go: removeDots
27 changes: 0 additions & 27 deletions TestModels/Constraints/removeDotFromExtern.sh

This file was deleted.

0 comments on commit 61cc564

Please sign in to comment.