We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ver_clash
1 parent dd16053 commit 223f602Copy full SHA for 223f602
tests/pkg/ver_clash/test.sh
@@ -77,3 +77,9 @@ test_run build
77
# Test build fails on v2
78
git switch v2 --detach
79
test_err 'Unknown identifier `poorly_named_lemma`' build
80
+
81
+# Test build with different package names
82
+sed_i '/name/ s/A/A-v1/' .lake/packages/DiamondExample-B/lakefile.toml
83
+sed_i '/name/ s/A/A-v2/' .lake/packages/DiamondExample-C/lakefile.toml
84
+test_run update
85
+test_err 'could not disambiguate the module `DiamondExampleA.Ring.Lemmas`' build
0 commit comments