Skip to content

Commit fb0da96

Browse files
committed
chore: HoTT.Tests -> HoTT_Tests, HoTT.Contrib -> HoTT_Contrib
This fixes issues #2313 and #2285 by avoiding ambiguous module paths like HoTT.Contrib.X which could conflict with HoTT.X. Signed-off-by: Ali Caglayan <[email protected]>
1 parent 4116efc commit fb0da96

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

contrib/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(coq.theory
2-
(name HoTT.Contrib)
2+
(name HoTT_Contrib)
33
(package coq-hott)
44
(theories HoTT))

etc/generate_coqproject.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ COQPROJECT_HEADER=\
2525
# found in etc/. It is set to be untracked by git.
2626
###############################################################################
2727
-R theories HoTT
28-
-Q contrib HoTT.Contrib
29-
-Q test HoTT.Tests
28+
-Q contrib HoTT_Contrib
29+
-Q test HoTT_Tests
3030
3131
-arg -noinit
3232
-arg -indices-matter
@@ -38,8 +38,8 @@ if [ "$GENERATE_COQPROJECT_FOR_DUNE" == "true" ]; then
3838
COQPROJECT_HEADER="$COQPROJECT_HEADER
3939
# Dune compatibility
4040
-R _build/default/theories HoTT
41-
-Q _build/default/contrib HoTT.Contrib
42-
-Q _build/default/test HoTT.Tests
41+
-Q _build/default/contrib HoTT_Contrib
42+
-Q _build/default/test HoTT_Tests
4343
"
4444
fi
4545

test/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(coq.theory
2-
(name HoTT.Tests)
2+
(name HoTT_Tests)
33
(theories HoTT))
44

55
(include_subdirs qualified)

0 commit comments

Comments
 (0)