3 Star 3 Fork 0

Gitee 极速下载 / Weld-Project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/weld-project/weld
克隆/下载
CONTRIBUTING.md 902 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shoumik Palkar 提交于 2019-07-02 12:06 . Fix warnings (#455)

When you contribute code, you affirm that the contribution is your original work and that you license the work to the project under the project's open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.

Tests

Weld has several integration and doctests, controlled via cargo. Travis CI ensures that new patches do not fail existing tests. To run these tests locally:

cargo test

Formatting

Weld uses clippy and rustfmt for lints and format checks respectively. Travis CI checks to ensure that all lints pass and that code is formatted in accordance with rustfmt. To check this before submitting code, run the following:

cargo clippy
cargo fmt -- --check
Rust
1
https://gitee.com/mirrors/Weld-Project.git
git@gitee.com:mirrors/Weld-Project.git
mirrors
Weld-Project
Weld-Project
master

搜索帮助