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

chore: turn off implicit transitive deps #252

Merged
merged 1 commit into from
Apr 16, 2024
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
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(lang dune 2.0)

(name re)

(implicit_transitive_deps false)
4 changes: 2 additions & 2 deletions lib_test/dune
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(tests
(libraries re fort_unit)
(libraries re fort_unit ounit2)
(modules :standard \ test_str)
(names test_easy test_re test_perl test_emacs test_glob test_pcre test_posix))

(test
(libraries re fort_unit str)
(libraries re fort_unit str ounit2)
(modules test_str)
(name test_str))
2 changes: 1 addition & 1 deletion lib_test/fort_unit/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
(library
(name fort_unit)
(wrapped false)
(libraries re oUnit))
(libraries re ounit2))
Loading