Scientific experiment control systems engineer at FZ Jülich's outstation at the MLZ neutron source, working on open source in Python and Rust
-
FZ Jülich
- München
Highlights
- 4 discussions answered
Block or Report
Block or report birkenfeld
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
768 contributions in the last year
Less
More
Contribution activity
November 2021
Created 94 commits in 12 repositories
Created 2 repositories
- birkenfeld/zapf-rs Rust
- birkenfeld/rust-phf Rust
Created a pull request in rust-lang/rust-clippy that received 34 comments
Add new lint octal_escapes
This checks for sequences in strings that would be octal character
escapes in C, but are not supported in Rust. It suggests either
to use the \x00 …
+307
−0
•
34
comments
Opened 12 other pull requests in 7 repositories
PyO3/pyo3
4
merged
1
open
rust-lang/rust
2
merged
Cosmo-CoDiOS/structure
1
open
liranringel/structure
1
closed
rust-lang/rust-clippy
1
merged
python/cpython
1
open
rust-phf/rust-phf
1
merged
Reviewed 11 pull requests in 4 repositories
PyO3/pyo3
7 pull requests
rust-lang/rust-clippy
2 pull requests
Cosmo-CoDiOS/structure
1 pull request
rust-lang/rust
1 pull request
Created an issue in rust-lang/rust-clippy that received 5 comments
let_underscore_drop complains about idiomatic let _ = ignorable_result;
Lint name: let_underscore_drop I tried this code: #![allow(unused)] #![deny(clippy::let_underscore_drop)] struct Test; impl Test { fn causes_error(&s…
5
comments