clj-python / clj-python/libpython-clj
add .devcontainer setup
还没有人认领这个 Issue。
- 主要语言
- Clojure
- 星标
- 1.2k
- 派生
- 74
- PR 合并指标
- 30 天内没有已合并 PR
描述
similar to this:
https://github.com/scicloj/devcontainer-templates/tree/main/src/scicloj
(not needed things can be removed, if needed)
->
Makes hacking on libpython-clj a bit easier.
The setup as well be re-used for a test suite with GitHub actions.
But not sure it would simplify this a lot:
https://github.com/clj-python/libpython-clj/blob/master/.github/workflows/test.yml
Devcontainer have different "philosophy". Instead of testing all JDKs, we "freeze to one".
See here for reference:
https://github.com/scicloj/clojisr/blob/master/.github/workflows/ci.yml
The tests run "inside" the same devcontainer setup then the "project" has.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,将 scicloj devcontainer-templates 的示例和 clojisr 的 .github/workflows/ci.yml 与 libpython-clj 的 .github/workflows/test.yml 进行比较。确定开发 libpython-clj 以及在 devcontainer 中运行其测试所需的最小设置。当仓库拥有可用的 .devcontainer 设置,并且可以使用该设置运行相关测试时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- docker, github-actions, python
- 领域
- ci-cd, developer-experience, devops
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100