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

Introduce the notion of test dependencies #377

Merged
merged 9 commits into from
Nov 15, 2022

Conversation

gfngfn
Copy link
Owner

@gfngfn gfngfn commented Nov 15, 2022

Config files:

 language: "0.1.0"
 contents:
   type: "library"
   main_module: "Foo"
   source_directories:
   - "./src"
   dependencies:
   - name: "stdlib"
     requirements: [ "0.0.1" ]
+  test_dependencies:
+  - name: "font-junicode"
+    requirements: [ "0.0.1" ]

Lock files:

 locks:
 - name: font-ipa-ex.0.0.1
   location:
     type: global
     path: ./dist/packages/font-ipa-ex/font-ipa-ex.0.0.1/
   dependencies: []
+  test_only: false

@gfngfn gfngfn changed the base branch from master to dev-0-1-0-package-system November 15, 2022 17:25
@gfngfn gfngfn changed the title [WIP] Introduce the notion of test dependencies Introduce the notion of test dependencies Nov 15, 2022
@gfngfn gfngfn marked this pull request as ready for review November 15, 2022 19:55
@gfngfn gfngfn merged commit 1d80ed0 into dev-0-1-0-package-system Nov 15, 2022
@gfngfn gfngfn deleted the dev-0-1-0-test-dependency branch April 7, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant