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

Develop package/registry configs #383

Merged
merged 13 commits into from
Dec 10, 2022

Conversation

gfngfn
Copy link
Owner

@gfngfn gfngfn commented Dec 9, 2022

satysfi.yaml:

-language: "0.1.0"
+language: "^0.1.0"
+name: "proof"
+authors:
+  - "Takashi Suwa <@gfngfn>"
 contents:
   type: "library"
   main_module: "Proof"
   source_directories:
     - "./src"
   dependencies:
     - name: "stdlib"
       requirement: "^0.0.1"

foo.satysfi-lock:

+language: "^0.1.0"
 locks:
 ...
 - name: stdlib.0.0.1
   location:
     type: global
     path: ./packages/stdlib/stdlib.0.0.1
   dependencies: []
   test_only: false
+  lock_package_name: stdlib
 ...

registry.yaml:

 packages:
 ...
 - name: "stdlib"
   implementations:
   - version: "0.0.1"
     source:
       type: "tar_gzip"
       url: "https://gfngfn.github.io/temp/stdlib.0.0.1.tar.gz"
+    language: "^0.1.0"
     dependencies: []
 ...

@gfngfn gfngfn marked this pull request as ready for review December 10, 2022 16:48
@gfngfn gfngfn changed the title [WIP] Refactor/develop package/registry configs Develop package/registry configs Dec 10, 2022
@gfngfn gfngfn merged commit 8ec4f36 into dev-0-1-0-package-system Dec 10, 2022
@gfngfn gfngfn deleted the dev-0-1-0-refactor-configs 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