-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
* Commit test clients' module_bindings Having discussed with the team, I've come around to it being correct to commit the `module_bindings` for the SDK tests' two test clients. This way, people not working on codegen can run `cargo test --workspace` &c, and open the test clients with rust-analyzer without any additional rigamarole. The downside is that any time codegen changes, we'll see very large commits touching all of these files, but consensus is we don't really care. An additional upside is that now we can run clippy against the bindings in CI, which will incentivize ensuring that the bindings generate lint-free code. * Add linguist-generated=true for generated module bindings * Top-level .gitattributes sets `module_bindings` as generated
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
**/module_bindings/** linguist-generated=true |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#[rustfmt::skip] | ||
mod module_bindings; | ||
|
||
use module_bindings::*; | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
f0e4b00
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark for f0e4b00
Click to view benchmark